Update theme.toml

This commit is contained in:
Friendlyduck
2025-12-12 17:07:03 +03:00
committed by GitHub
parent 99e0840df8
commit 6946b8cfa7

View File

@@ -10,6 +10,11 @@ background = "#1f1b29"
# If you have a running demo of the theme. # If you have a running demo of the theme.
demosite = "https://clente.github.io/hugo-bearcub" demosite = "https://clente.github.io/hugo-bearcub"
[params]
# Color theme.
# Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
color_theme = "dark"
tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"] tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"]
features = ["favicon", "seo", "no javascript", "rss", "social cards"] features = ["favicon", "seo", "no javascript", "rss", "social cards"]