Sources for go-doom.github.io — the go-doom landing page. Built by Hugo — same toolchain and same template shape as go-quake1.github.io and go-tpm2.github.io. Blood-red palette so it reads as a DOOM-family page.
.
├── hugo.toml Site config + per-repo card params
├── content/
│ └── _index.md Homepage marker (empty)
├── layouts/
│ └── index.html Homepage body (inline CSS + theme toggle)
├── static/
│ ├── favicon.svg Org logo, used as favicon
│ └── img/logo.svg Org logo, used as hero (88px)
└── public/ Hugo build output (gitignored — built by CI)
hugo server -D # live reload at http://localhost:1313/
hugo --gc --minify # production build → ./public/.github/workflows/hugo.yml builds + deploys on every push to main.
Configure GitHub Pages on the repo with Source = "GitHub Actions"
(not "Deploy from a branch").
- go-quake1 — id Tech 1 (1996), active port.
- go-quake2 — id Tech 2 (1997), reserved.
- go-quake3 — id Tech 3 (1999), reserved.
- cloud-boot — the UEFI bootloader that hands control to the TamaGo DOOM guest.
