docs/content/themes/boring/index.md
+++ title = "boring" description = "A minimal theme" template = "theme.html" date = 2025-09-05T12:48:33+05:30
[taxonomies] theme-tags = []
[extra] created = 2025-09-05T12:48:33+05:30 updated = 2025-09-05T12:48:33+05:30 repository = "https://github.com/ssiyad/boring.git" homepage = "https://github.com/ssiyad/boring" minimum_version = "0.16.0" license = "GPLv3" demo = "https://boring-zola.netlify.app/"
[extra.author] name = "Sabu Siyad" homepage = "https://ssiyad.com" +++
Minimal theme for Zola, powered by TailwindCSS
https://boring-zola.netlify.app/
In your zola site directory
Get theme
git submodule add https://github.com/ssiyad/boring themes/boring
Build CSS
cd themes/boring
yarn install --frozen-lockfile
yarn build
Change theme specific variables. They are listed in extra section of
config.toml
Refer Zola Docs for further instructions