stagit is an [[MIT License]]/[[X Consortium License]] licensed static site generator for [[git|Git]] written in [[C|C]].
- [Website](https://hacktivis.me/git/stagit/file/README.html)
- [Source](https://hacktivis.me/git/stagit/files.html)
> It generates static HTML pages for a git repository.
# Notability
# Philosophy
# Platform Support
# Features
- Generates a simple set of HTML which gives an experience not terribly different from something like SourceHut
## Cons
- I think it is cool that it is static, but it inlines all of the [[HTML]] as broken up strings directly in the [[C|C]] source so it's a nightmare to maintain, but it is compact enough that refactoring it to use a compile-time template language should be feasible
# Tips
# References