diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ Something like [cgit](https://git.zx2c4.com/cgit/) for static websites, like [st Let's assume your git project is in `~/development/project` and the sources for your static site are in `~/web/page`. Then you would run this command: ```bash -g2h --repo ~/development/project --out ~/web/page --title "My awesome project" --static-subdir static/project --content-subdir content/git/project +g2h --repo ~/development/project --out ~/web/page --title "My awesome project" --static-subdir project --content-subdir git/project ``` The markdown files for Hugo will be placed in `~/web/page/content/git/project` and static files, like tarballs for each commit and individual file hashes, into `~/web/page/static/project`. For a full list of options, their defaults and how they're changing the behavior of the program run `g2h --help`. @@ -35,9 +35,9 @@ For a full list of options, their defaults and how they're changing the behavior Each with name, most recent message summary and last modified date. - [ ] Link branch and tag name to tree view. - [ ] Link commit messages to commit page. -- [x] Commit log page. +- [x] Log page. Table with branch/tag, message summary and last modified date columns. - - [ ] Link commit messages to commit page. + - [x] Link commit messages to commit page. - [ ] Tabbed log page. - [x] Commit page. Collection of metadata at the beginning of the page. |