this project — static git page generator by polymath
git clone https://kb.hax.al/xgit
1 #!/usr/bin/env bash 2 # Build static HTML from config.toml 3 # Usage: ./build [--fetch] 4 set -euo pipefail 5 cd "$(dirname "$0")" 6 exec python -m xgit build "$@"