Skip to content

netbcn/st2-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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??

  • uses pandoc to convert from markup to html5 slides
  • reveal.js is used and included in the repo
  • but the default reveal template in pandoc is too simple...

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages