Fixed theme.
All checks were successful
Release / docker_build (push) Successful in 38s
Release / deploy_helm (push) Successful in 11s

This commit is contained in:
2025-07-25 09:08:30 +02:00
parent f80a0c8634
commit 4eba454a90
23 changed files with 2324 additions and 0 deletions

View File

@ -0,0 +1,31 @@
name = "Hermit_Zola"
description = "Minimal Zola theme"
license = "MIT"
homepage = "https://github.com/VersBinarii/hermit_zola"
min_version = "0.4.0"
demo = "https://versbinarii.gitlab.io/blog/"
[extra]
home_subtitle = "Some profound and catchy statement"
footer_copyright = ''
hermit_menu = [
{ link = "/posts", name = "Posts" },
{ link = "/about", name = "About" }
]
hermit_social = [
{ name = "twitter", link = "https://twitter.com" },
{ name = "github", link = "https://github.com" },
{ name = "email", link = "mailto:name@domain.com" }
]
[author]
name = "VersBinarii"
homepage = "https://versbinarii.gitlab.io/blog/"
repo = "https://github.com/VersBinarii/hermit_zola"
[original]
author = "Track3"
repo = "https://github.com/Track3/hermit"