The initial conversation slides and menu of scenarios
- Live Version: https://opensourcepentest.github.io/pitch/ (Automatically built and deployed on every commit)
- PDF-able Version: https://opensourcepentest.github.io/pitch/?print-pdf
This project uses asciidocs through the backend called asciidoctor-reveal.
If you need help with AsciiDoc syntac refer to their user guide here: http://www.methods.co.nz/asciidoc/userguide.html
mubix@host:~$ gem install 'asciidoctor-revealjs'
- Close the respository
mubix@host:~$ git clone https://github.com/OpenSourcePentest/pitch
- Change directory into the
pitch
directory and pull down Reveal.js into therevealjs
directory
mubix@host:~$ cd pitch
mubix@host:~/pitch/$ git clone -b 3.5.0 --depth 1 https://github.com/hakimel/reveal.js.git revealjs
- Build the
index.html
mubix@host:~/pitch/$ asciidoctor-revealjs -o index.html index.adoc
Thats it..
.. or you can cheat and just check out the version that Travis builds on very commit:
git clone -b gh-pages https://github.com/OpenSourcePentest/pitch.git