- 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>
27 lines
593 B
TOML
27 lines
593 B
TOML
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
|