Copyright (C) 2017 Rohit Goswami rohit1995@mail.ru
A tup driven pandoc presentation engine.
To get started, grab the starter template.
For it's gulp driven counterpart for academic documents, refer to the sibling project, docuYoda and it's starter template.
You'll need:-
Simply clone the repo and start changing slideConf.yml and slides.md
You can enable file watching by:
# Runs the monitor and automatically rebuilds on changes
tup monitor -a
# Stop the monitor
tup stop
In case the site interests you, you may use zenYoda for small sites deployable to any static site generator as well.
You'll then need to edit the site.md page. (this documentation was made with site.md )
This software is built on the following:
Additionally, for the site the following tools were used:
The site is built with:
Pull requests welcome!
Please add yourself to the Contributors file as well, with a summary and contact details (optinal).
Bug tracking is done with waffle.io
The code itself is under the GNU GPLv3 like much of pandoc itself, however, please refer to the exceptions listed here.