zola-just-the-docs

zola-just-the-docs

Just The Docs ported from Jekyll to Zola

Zola Just the Docs theme

This is a port of the wonderful Just the Docs Jekyll theme to Zola.

See it in action.

Installation

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'

Update

git fetch zola-jtd
git subtree merge --prefix themes/just-the-docs zola-jtd/master