Index
Index
Add new presentation
- create folder by presentation name, i.e.
{2023}mkdir -p 2023
- add symlink for
reveal.jsfor gitlab pages:ln -rs .contrib/reveal.js/dist 2023/distln -rs .contrib/reveal.js/plugin 2023/plugin
- write your
2023/index.htmlusing documentation for reveal.js- I prefer to use Markdown in html
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.