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>
This commit is contained in:
26
config/_default/languages.de.toml
Normal file
26
config/_default/languages.de.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
languageCode = "de"
|
||||
languageName = "Deutsch"
|
||||
languageDirection = "ltr"
|
||||
weight = 2
|
||||
|
||||
title = "Internet für Kinder"
|
||||
|
||||
[params]
|
||||
description = "Experteneinblicke zu Kinderschutzgesetzen, Online-Sicherheit und digitalem Familienschutz weltweit."
|
||||
|
||||
[params.author]
|
||||
name = "Agiliton"
|
||||
headline = "Kinder online schützen"
|
||||
bio = "Experteneinblicke zu Kinderschutzgesetzen, Online-Sicherheit und digitalem Familienschutz weltweit."
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "about"
|
||||
name = "Über uns"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "tags"
|
||||
name = "Themen"
|
||||
url = "/tags/"
|
||||
weight = 3
|
||||
26
config/_default/languages.en.toml
Normal file
26
config/_default/languages.en.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
languageCode = "en"
|
||||
languageName = "English"
|
||||
languageDirection = "ltr"
|
||||
weight = 1
|
||||
|
||||
title = "Internet for Kids"
|
||||
|
||||
[params]
|
||||
description = "Expert insights on child protection laws, online safety, and digital family protection worldwide."
|
||||
|
||||
[params.author]
|
||||
name = "Agiliton"
|
||||
headline = "Protecting Kids Online"
|
||||
bio = "Expert insights on child protection laws, online safety, and digital family protection worldwide."
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "tags"
|
||||
name = "Topics"
|
||||
url = "/tags/"
|
||||
weight = 3
|
||||
18
config/_default/params.toml
Normal file
18
config/_default/params.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
colorScheme = "avocado"
|
||||
defaultAppearance = "light"
|
||||
autoSwitchAppearance = false
|
||||
|
||||
[homepage]
|
||||
layout = "page"
|
||||
showRecent = true
|
||||
recentLimit = 5
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showReadingTime = true
|
||||
showAuthor = true
|
||||
showBreadcrumbs = true
|
||||
showTableOfContents = true
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = true
|
||||
Reference in New Issue
Block a user