diff --git a/config.toml b/config.toml index ebf33a4..d24e23d 100644 --- a/config.toml +++ b/config.toml @@ -34,7 +34,9 @@ palette = "catppuccin-mocha" accent = "amber" # Public-facing forge URL — surfaced in templates via -# `{{ config.extra.forge_url }}`. Update this when the canonical -# public hyperhive mirror lands; the current value is the operator's -# berlin.ccc.de instance (per the project README at that mirror). -forge_url = "https://git.berlin.ccc.de/vinzenz/hyperhive" +# `{{ config.extra.forge_url }}`. Points at the planned +# `forge.darkest.space` mirror (per mara on PR #1): not yet up, +# but will host `hyperhive/hyperhive` once it lands. Hardcoding +# the future URL means no template churn when it goes live — +# only DNS / web wiring on the operator's side. +forge_url = "https://forge.darkest.space/hyperhive/hyperhive"