Files
internetforkids/hugo.toml
Christian Gick a37d5bece6
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 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
fix: disable JS minification (breaks inline shortcode scripts)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 14:15:54 +03:00

39 lines
701 B
TOML

baseURL = "https://internetforkids.org/"
title = "Internet for Kids"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
[module]
[[module.imports]]
path = "github.com/HugoBlox/hugo-blox-builder/modules/blox-core"
[minify]
disableJS = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[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"