From 54f78e712baafa9ab6072508e004b2b6bf6430f8 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 18:19:13 +0200 Subject: g2h: Link to commit pages from commit log --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e78a55c..b2540bb 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3