getzola / themes

Creates the templates section to be used in Zola doc site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zola themes

All the community themes for Zola.

Adding your theme

Follow the guidelines on the documentation.

Once this is done, do a pull request to this repository adding your theme as a git submodule.

Themes are updated semi-regularly and all themes in this repo will be featured on the themes page of the Zola site.

Generating themes site

Clone this repo and run git submodule update --init --recursive.

You will need python3 and the requirements listed in requirements.txt installed.

To generate the markdown pages:

$ python generate_docs.py DESTINATION_FOLDER

Note that this will erase DESTINATION_FOLDER first so be careful.

Updating all themes

$ git submodule update --remote --merge

About

Creates the templates section to be used in Zola doc site

License:MIT License


Languages

Language:Python 100.0%