furtka/website/hugo.toml
Daniel Maksymilian Syrnicki 018f2e20b0
All checks were successful
Build ISO / build-iso (push) Successful in 21m23s
CI / lint (push) Successful in 1m31s
CI / test (push) Successful in 1m20s
CI / validate-json (push) Successful in 48s
CI / markdown-links (push) Successful in 27s
Deploy site / deploy (push) Successful in 8s
Release / release (push) Successful in 24s
chore: release 26.6-alpha
Rolls the apps-catalog split, the /settings CSS wrap fix, and the version
bump to 26.6-alpha across pyproject + website copy. Core release tarball
still carries apps/fileshare as the offline first-boot seed; the new
daniel/furtka-apps catalog (tagged 26.6-alpha today) is the authoritative
source on boxes that have synced at least once.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 14:49:31 +02:00

36 lines
844 B
TOML

baseURL = "https://furtka.org/"
title = "Furtka"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableRobotsTXT = true
[params]
description = "Open-source home server OS — simple enough for everyone."
version = "26.6-alpha"
contactEmail = "hallo@furtka.org"
[markup.goldmark.renderer]
unsafe = true
[languages]
[languages.en]
languageCode = "en-us"
languageName = "English"
title = "Furtka"
weight = 1
[languages.en.params]
description = "Open-source home server OS — simple enough for everyone."
[languages.de]
languageCode = "de-de"
languageName = "Deutsch"
title = "Furtka"
weight = 2
[languages.de.params]
description = "Offenes Heimserver-Betriebssystem — einfach genug für alle."
[build]
writeStats = true
[minify]
minifyOutput = true