furtka/website/hugo.toml
Daniel Maksymilian Syrnicki fec962e3d2
Some checks failed
Build ISO / build-iso (push) Successful in 20m10s
Deploy site / deploy (push) Successful in 13s
CI / lint (push) Failing after 26s
CI / test (push) Successful in 33s
CI / validate-json (push) Successful in 24s
CI / markdown-links (push) Successful in 14s
Release / release (push) Successful in 6s
chore: release 26.5-alpha
Rolls the HTTPS handshake fix (#10) and the README realignment into a
tagged release. Also closes the 26.4 follow-up that the wizard footer
version was hand-pinned: webinstaller/app.py now resolves the version
via a Flask context processor (reads /opt/furtka/VERSION on the live
ISO, written by iso/build.sh from pyproject.toml at build time; falls
back to pyproject.toml in dev runs, then to "dev"). pyproject.toml and
the website version strings bumped in the same commit so every surface
reports 26.5-alpha consistently.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 11:52:36 +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.5-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