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.
6 lines
384 B
HTML
6 lines
384 B
HTML
<svg class="gate-mark" width="1em" height="1em" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false">
|
|
<path d="M4 20 V12 A9 9 0 0 1 20 12 V20"/>
|
|
<line x1="12" y1="5" x2="12" y2="20"/>
|
|
<line x1="3" y1="20" x2="21" y2="20"/>
|
|
<line x1="15" y1="12" x2="15" y2="14.5"/>
|
|
</svg>
|