A minimalistic theme for Zola static site generator. It uses the file names as titles and the folder for the menu structure. The theme is designed to be simple and easy to use, with a focus on content.
To use this theme, clone the repository and copy the theme folder to your Zola project. Then, update your config.toml file to use the new theme:
git submodule add https://github.com/noobping/zola-theme.git themes/noobpingtheme = "noobping"
[extra]
keywords = "key, words, for, your, site"
share = true
webapp = true
theme_color = "#1976D2"You can enable a share button for your posts by adding the following line to your config.toml file:
share = trueSet the webapp option to true in your config.toml file to enable offline support for your site. This will generate a service worker that caches your site for offline use.
webapp = true