a static page generator for hosting git repos.
./statig.sh repo branch where repo is a path or a link to a git repo. branch is optional, it defaults to master.
creates /tmp/statig/REPONAME/ which can be copied to your webserver directory, or you can change the $target to your web directory. it contains a file index.html and a directory files. the file index.html contains the repo's readme.
requires git pandoc
- syntax hilighting
- proper page design
- improve css
- fallbacks if deps aren't present