- Fork me
- Enable GitHub pages on your fork
- Edit present.md to your liking
- examples can be found here
- Install dependencies
make install_dependencies_ubuntu
will do for ubuntumake install_dependencies_gentoo
will do for gentoo- on OS X:
gem install mdpress
may suffice (definitely untested)
- Build your .md file and push to your repo
make all
can be used to build all .md files in the repo directorymake open_all
can be used to build all .md files and open the resulting presentations in your default browser
- If enabled, Travis CI will ensure you built the most recent version before pushing
- You can view your newly made presentation both locally and through GitHub pages:
- Locally by pointing your browser to index.html in the build directory
- On GitHub pages once you push to GitHub (if you forgot to build with
make all
first, this won't work)
Issues and PRs are welcome!
To this many many thanks