| README - staticgit - A git static site generator in GO with HTML output! | |
| git clone git://jay.scot/staticgit | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| README (682B) | |
| --- | |
| 1 __ ___ ___ __ __ ___ | |
| 2 /__` | /\ | | / ` / _` | | | |
| 3 .__/ | /~~\ | | \__, \__> | | | |
| 4 | |
| 5 | |
| 6 --- | |
| 7 | |
| 8 StaticGit is a tool that generates static HTML pages from Git repositori… | |
| 9 can process multiple repositories and create an index page along with de… | |
| 10 pages for each repository. The site you are currently reading this on is | |
| 11 created via StaticGit. | |
| 12 | |
| 13 | |
| 14 Usage: | |
| 15 staticgit [flags] | |
| 16 | |
| 17 Flags: | |
| 18 -c, --commits int Max commits to display (default 100) | |
| 19 -h, --help help for staticgit | |
| 20 -i, --ignore strings Dirs to ignore (comma-separated) | |
| 21 -o, --out string Root path for output (default ".") | |
| 22 -p, --path string Path to git repos (required) |