All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 3s
- Enable showRelatedContent + showSummary in article config - Add IndexNow ping step to CI deploy pipeline - Fix site.webmanifest branding (was Congo, now Internet for Kids) - Update llms.txt to include French language section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
659 B
TOML
38 lines
659 B
TOML
colorScheme = "avocado"
|
|
defaultAppearance = "light"
|
|
autoSwitchAppearance = false
|
|
mainSections = [""]
|
|
|
|
[header]
|
|
layout = "basic"
|
|
showTitle = true
|
|
|
|
[footer]
|
|
showCopyright = true
|
|
showThemeAttribution = false
|
|
showScrollToTop = true
|
|
showAppearanceSwitcher = false
|
|
|
|
[homepage]
|
|
layout = "profile"
|
|
showRecent = true
|
|
recentLimit = 5
|
|
|
|
[article]
|
|
showDate = true
|
|
showReadingTime = true
|
|
showAuthor = true
|
|
showBreadcrumbs = true
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
showRelatedContent = true
|
|
showWordCount = false
|
|
showSummary = true
|
|
|
|
[list]
|
|
showBreadcrumbs = true
|
|
showTaxonomies = true
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|