The organization's institutional landing page, served at
https://go-proc.github.io and built with Hugo. It is a
single page (custom layouts/index.html, capability cards driven by
[[params.phases]] in hugo.toml, with a light/dark/system theme toggle).
Documentation lives in a separate repository, go-proc/docs, served at https://go-proc.github.io/docs/. This page links there.
.github/workflows/deploy-pages.yml builds the landing with Hugo and deploys it
to GitHub Pages on every push to main.
hugo server # http://localhost:1313