style: enhance Congo theme — profile layout, richer homepage, author info
- Switch to profile homepage layout with author headline and bio - Richer homepage content with topic overview (EN/DE) - Show taxonomies on articles and lists - Configure header, footer, scroll-to-top - Remove theme attribution from footer Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,9 +9,13 @@ title = "Internet für Kinder"
|
||||
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."
|
||||
name = "Internet für Kinder"
|
||||
headline = "Das Internet sicherer machen — für jedes Kind"
|
||||
bio = "Eine Publikation von Agiliton — über Kinderschutzgesetze, Online-Sicherheitstools und Tipps zur digitalen Erziehung für Familien weltweit."
|
||||
links = [
|
||||
{ link = "https://www.agiliton.eu" },
|
||||
{ rss = "/index.xml" },
|
||||
]
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "about"
|
||||
|
||||
@@ -9,9 +9,13 @@ title = "Internet for Kids"
|
||||
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."
|
||||
name = "Internet for Kids"
|
||||
headline = "Making the internet safer for every child"
|
||||
bio = "A publication by Agiliton — covering child protection laws, online safety tools, and digital parenting advice for families worldwide."
|
||||
links = [
|
||||
{ link = "https://www.agiliton.eu" },
|
||||
{ rss = "/index.xml" },
|
||||
]
|
||||
|
||||
[[menus.main]]
|
||||
identifier = "about"
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
colorScheme = "avocado"
|
||||
defaultAppearance = "light"
|
||||
autoSwitchAppearance = false
|
||||
mainSections = [""]
|
||||
|
||||
[header]
|
||||
layout = "basic"
|
||||
showTitle = true
|
||||
|
||||
[footer]
|
||||
showCopyright = true
|
||||
showThemeAttribution = false
|
||||
showScrollToTop = true
|
||||
showAppearanceSwitcher = false
|
||||
|
||||
[homepage]
|
||||
layout = "page"
|
||||
layout = "profile"
|
||||
showRecent = true
|
||||
recentLimit = 5
|
||||
|
||||
@@ -13,6 +24,11 @@ autoSwitchAppearance = false
|
||||
showAuthor = true
|
||||
showBreadcrumbs = true
|
||||
showTableOfContents = true
|
||||
showTaxonomies = true
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = true
|
||||
showTaxonomies = true
|
||||
|
||||
[taxonomy]
|
||||
showTermCount = true
|
||||
|
||||
Reference in New Issue
Block a user