mkdocs/README.md

20 lines
432 B
Markdown
Raw Normal View History

---
theme: metropolis
---
2015-09-17 09:37:27 +00:00
# No Brainer Markdown to HTML & PDF
Given a tree of markdown file, generate an HTML and PDF generated file for each.
Just launch.
~~~
./compile.sh
~~~
## Dependencies
- [pandoc](http://pandoc.org)
- [XeLaTeX](http://xelatex.org)
- [metropolis](https://github.com/matze/mtheme)
Beamer theme (working forked version here:
[`https://github.com/yogsototh/mtheme`](https://github.com/yogsototh/mtheme))