Just the Docs
themeThis is a port of the wonderful Just the Docs
Jekyll theme to Zola.
Start with installing zola and create a new site if you haven't.
Next pull in the lastest version of this theme using git subtree
:
git remote add zola-jtd [email protected]:jakeswenson/zola-just-the-docs.git
git subtree add --prefix themes/just-the-docs zola-jtd master
and finally set your theme variable in your config.toml
to just-the-docs
theme = 'just-the-docs'
git fetch zola-jtd
git subtree merge --prefix themes/just-the-docs zola-jtd/master