8000 GitHub - dave-tucker/themes: Creates the templates section to be used in Zola doc site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dave-tucker/themes

 
 

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%
0