Skip to content
forked from getzola/themes

Creates the templates section to be used in Zola doc site

License

Notifications You must be signed in to change notification settings

harrymkt/themes

This branch is 8 commits behind getzola/themes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec0992f · Dec 23, 2024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%