Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 656 Bytes

MontreHack slides

Sources of some of the slides presented during montrehack

new toolchain

Check the Makefile for self-explanatory documentation

old toolchain

Previous slides were built with asciidoc + slidy

Pre-reqs

Install asciidoc for your platform

Rendering documents

$ asciidoc --attribute stylesheet=`pwd`/styles/montrehack.css \
        -o presentation.html <file>

Will render in presentation.html

For absolute best rendering, due to the use of a background url() call, you should make sure you have Internet access before opening the slides (or reload after having access).