Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1 KB

README.md

File metadata and controls

36 lines (23 loc) · 1 KB

st2-workshop

TBD

Slides

Where are the actual slides?

docs/

How to regenerate the html version of the slides?

  • pandoc is required
  • execute bin/build.sh
    • You can pass as an optional parameter the folder to process

OR

  • docker is required
  • execute bin/build-docker.sh
 % ./bin/build.sh
INFO: Building src/
DEBUG: cmdline: pandoc -t html5 --template=reveal.js/reveal-template.html --self-contained --section-divs --slide-level 2 -V theme=solarized --include-in-header=reveal.js/css/text.css -s /home/caba/Code/devops-training/slides/src/*.md -o /home/caba/Code/devops-training/slides/html/index.html

How does it work??

Special thanks to Daniel Caballero for creating so cool bash scripts to generate these slides :)