Skip to content

Slides for my presentations (mostly ClickHouse)

Notifications You must be signed in to change notification settings

azat/presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68407c2 · Feb 23, 2025

History

19 Commits
Mar 1, 2023
Feb 2, 2023
Sep 26, 2023
Feb 23, 2025
Mar 1, 2023
Nov 14, 2022
Feb 22, 2025
Sep 10, 2023

Repository files navigation

Index

Add new presentation

  • create folder by presentation name, i.e. {2023}
    • mkdir -p 2023
  • add symlink for reveal.js for gitlab pages:
    • ln -rs .contrib/reveal.js/dist 2023/dist
    • ln -rs .contrib/reveal.js/plugin 2023/plugin
  • write your 2023/index.html using documentation for reveal.js

Converting to PDF

All you need is to add ?print-pdf to the URL, i.e.:

https://azat.sh/presentations/2022-know-your-clickhouse/?print-pdf

For more details you can see the official documentation.