Skip to content

mkriner/mkriner.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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 svg folder using Inkscape.

  • To convert svg to png in 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published