mirror of
https://github.com/getzola/zola
synced 2025-01-09 02:18:58 +00:00
0113a73551
Co-authored-by: GitHub Action <action@github.com>
1.1 KiB
1.1 KiB
+++ title = "boring" description = "A minimal theme" template = "theme.html" date = 2023-04-16T21:40:29+02:00
[extra] created = 2023-04-16T21:40:29+02:00 updated = 2023-04-16T21:40:29+02:00 repository = "https://github.com/ssiyad/boring.git" homepage = "https://github.com/ssiyad/boring" minimum_version = "0.16.0" license = "GPLv3" demo = ""
[extra.author] name = "Sabu Siyad" homepage = "https://ssiyad.com" +++
Boring
Minimal theme for Zola, powered by TailwindCSS
Demo
https://boring-zola.netlify.app/
Setup
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