mkdocs/README.md

32 lines
985 B
Markdown
Raw Permalink Normal View History

---
theme: metropolis
---
2015-09-17 09:37:27 +00:00
# No Brainer Markdown to HTML & PDF
2016-03-30 12:44:01 +00:00
For each markdown files it will generate:
2016-07-12 19:58:41 +00:00
- an HTML Document: [example](https://yogsototh.github.io/mkdocs/druid/druid.html)
- an HTML Presentation (using reveal.js): [example](https://yogsototh.github.com/mkdocs/druid/druid.reveal.html)
- a PDF Document (using XeLaTeX): [example](https://yogsototh.github.io/mkdocs/druid/druid.pdf)
- a PDF Presentation (using Beamer): [example](https://yogsototh.github.io/mkdocs/druid/druid.beamer.pdf)
2015-09-17 09:37:27 +00:00
~~~
./compile.sh
~~~
2016-03-30 12:44:01 +00:00
If you want to be the 1337, install [`stack`](http://haskellstack.org)
and
~~~
./build.sh
./compile
~~~
2015-09-17 09:37:27 +00:00
## Dependencies
2016-09-22 14:24:17 +00:00
- [pandoc](http://pandoc.org) -- Tested with pandoc 1.15.0.6 & 1.17.2
2016-03-25 20:39:12 +00:00
- [XeLaTeX](http://xelatex.org) -- Tested with XeTeX 3.14159265-2.6-0.99992 (TeX Live 2015)
- [metropolis](https://github.com/matze/mtheme)
Beamer theme (working forked version here:
[`https://github.com/yogsototh/mtheme`](https://github.com/yogsototh/mtheme))