furtka/website/hugo.toml
Daniel Maksymilian Syrnicki defd2eda06
Some checks failed
CI / lint (push) Successful in 24s
CI / test (push) Successful in 32s
CI / validate-json (push) Successful in 23s
CI / markdown-links (push) Failing after 2s
feat: publish public website at furtka.org
Hugo static site with an intentionally minimal single-page copy — English
default, German under /de/ — while the project stays pre-alpha. No CMS, no
external theme, no webfonts, no external requests. System-UI sans on a
paper-white / near-black palette with a deep crimson accent; a small
wicket-gate SVG as the sole brand mark.

Hosting: nginx on forge-runner-01 serves /var/www/furtka.org; the upstream
openresty proxy terminates TLS so the VM itself only speaks plain HTTP.
Deploy is ./website/deploy.sh (rsync + remote hugo --minify). One-time VM
bootstrap in ops/nginx/setup-vm.sh.
2026-04-14 10:27:51 +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.0-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