
Neat, responsive and purple theme for Zola, inspired by terriblesoftware.org and fhur.me website design.
To install this theme:
git clone https://codeberg.org/yukari/kirifuji-zola themes/kirifuji
or, this option to keep update with latest change:
git init # if you not have initiate git
git submodule add https://codeberg.org/yukari/kirifuji-zola.git themes/kirifuji
Then change config.toml:
theme = "kirifuji"
[extra]
# to hide "Powered by Zola and Kirifuji" footer texts
# hideThemeName = true
# navigation menu setup
navigationMenu = [
{ name = "log", path = "/log"},
{ name = "fun", path = "/fun"},
{ name = "contact", path = "/contact"},
{ name = "misc.", path = "/misc"}
]