Example of a slide project
This repos aims to show a structured way to generate an html/pdf slideshow from markdown files
it depends on pandoc for compiling to pdf/html and inotify-tools for watching changes.
Usage
Slides in HTML/RevealJS:
make html: for creating the html filemake serve_html: for launching the server, then open https://localhost:7777 on your browser
Slides in PDF/LateX:
make pdf: for creating the pdf file
Then open the pdf file in your favorite pdf reader
Compiling the slideset when modifications occur
make watchshould launch an inotiy loop recompiling a pdf by default (for html, launch:make watch html)
Description
Languages
HTML
73.5%
CSS
13.1%
Shell
9.6%
Makefile
2.9%
TeX
0.9%