All the community themes for Zola.
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.
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.
$ git submodule update --remote --merge