This repository contains materials used for HTTP 101 talk
Slides are generated using Pandoc, fixed by a small Ruby script and powered by reveal.js.
git clone --recursive https://github.com/asi-pwr/http101.git- Open
slides/index.htmlin your web browser - ????
- PROFIT
- Install latest Pandoc and Ruby
- Go to
slidesdirectory - Run
bundle install - Edit
slides.mdto suit your needs - Issue
make - Your brand new presentation is available at
index.html - OPTIONAL: If you want a zip archive with the talk then issue
make release