Documentation website for git-pkgs, built with Hugo and the Hextra theme.
hugo serverhugo --minifyOutput is in public/.
content/
├── _index.md # Homepage
└── docs/
├── _index.md # Docs landing
├── getting-started.md
├── vulnerabilities.md
├── licenses.md
├── outdated.md
├── stale.md
├── integrity.md
├── sbom.md
├── ci-cd.md
├── bisect.md
├── managing-packages.md
└── modules/ # Go library docs
Pushes to main trigger GitHub Actions to build and deploy to GitHub Pages.