Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 872 Bytes

File metadata and controls

43 lines (32 loc) · 872 Bytes

git-pkgs.dev

Documentation website for git-pkgs, built with Hugo and the Hextra theme.

Local development

hugo server

Open http://localhost:1313

Build

hugo --minify

Output is in public/.

Structure

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

Deployment

Pushes to main trigger GitHub Actions to build and deploy to GitHub Pages.