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.html
in your web browser - ????
- PROFIT
- Install latest Pandoc and Ruby
- Go to
slides
directory - Run
bundle install
- Edit
slides.md
to 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