- To get this folder locally, run:
cd ~/git
git clone https://github.com/rasilab/rasidocs.git
-
The presentation is written in reveal.js.
-
Create your slides in
svgfolder using Inkscape. -
To convert
svgtopngin batch, run following command from this folder:
for file in svg/*.svg; do inkscape -C -z --export-png="${file//svg/png}" "$file"; done-
Organize your slides by editing index.html.
-
View your presentation by opening index.html in a browser.