A pandoc uikit html template.
Includes a sticky adaptive menu and some other nice things:
git clone https://github.com/diversen/pandoc-uikit
cd pandoc-uikit
pandoc https://raw.githubusercontent.com/jgm/pandoc/master/MANUAL.txt -o index.html -f markdown --template standalone.html --toc --toc-depth=2
Start a server in current directory, e.g.:
php -S localhost:8080
Point a browser to http://localhost:8080
Or checout the gh-page for this repository, which is the pandoc documentation with this template:
http://diversen.github.io/pandoc-uikit
google analytics:
--variable=analytics:XXX-ANALYTICS-CODE
uikit CSS
--variable=template_css:/path/to/uikit.css
MIT © Dennis Iversen