Hasty Briefsbeta

Gitmal – a static pages generator for Git repos

9 days ago
  • #git
  • #static-site-generator
  • #developer-tools
  • Gitmal is a static page generator for Git repositories.
  • It generates static HTML pages with files, commits, code highlighting, and markdown rendering.
  • Install via `go install github.com/antonmedv/gitmal@latest` or use Docker.
  • Run `gitmal .` in the repository directory to generate pages in `./output`.
  • Use `gitmal --help` to see available options.
  • Supports different code highlighting themes (e.g., `--theme github-dark`).
  • Example repositories hosted include google/zx, ziglang/zig, and my-badges/my-badges.
  • On Kubernetes repository, generation with `--minify` and `--gzip` takes ~25 minutes and produces ~2GB files.