Files
internetforkids/hugo.toml
Christian Gick 913f047032 feat: switch from PaperMod to Congo theme
- Warm avocado color scheme, light mode default — friendly for families
- Congo language configs in config/_default/languages.{en,de}.toml
- Renamed extend partials to Congo convention (hyphens)
- Override warnings.html for Hugo 0.159 compatibility (.Author removed)
- All shortcodes and custom partials preserved

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 16:05:24 +03:00

33 lines
589 B
TOML

baseURL = "https://internetforkids.ong/"
title = "Internet for Kids"
theme = "congo"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = false
[markup.highlight]
style = "monokai"
[sitemap]
changeFreq = "weekly"
priority = 0.5
[outputs]
home = ["HTML", "RSS"]
section = ["HTML", "RSS"]
[params]
# Rybbit Analytics
rybbit_site_id = "a0ab05916d6c"
rybbit_url = "https://analytics.clicksports.de"
[taxonomies]
tag = "tags"
category = "categories"