Commit 4bfcb5a

Eric Bower  ·  2024-12-20 19:55:20 -0500 EST
parent 42998cb
docs: readme
1 files changed,  +6, -6
+6, -6
......@@ -7,7 +7,7 @@ git repository and the provided revisions.
77
88 It will only generate a commit log and files for the provided revisions.
99
10-# usage
10+## usage
1111
1212 ```bash
1313 make build
......@@ -39,11 +39,6 @@ we generate a `vars.css` file that you are welcome to overwrite before
3939 deploying, it will _not_ change the syntax highlighting colors, only the main
4040 site colors.
4141
42-# inspiration
43-
44-This project was heavily inspired by
45-[stagit](https://codemadness.org/stagit.html)
46-
4742 ## with multiple repos
4843
4944 `--root-relative` sets the prefix for all links (default: `/`). This makes it so
......@@ -68,3 +63,8 @@ echo '<html><body><a href="/pico">pico</a><a href="/starfx">starfx</a></body></h
6863
6964 rsync -rv ./public/ pgs.sh:/git
7065 ```
66+
67+## inspiration
68+
69+This project was heavily inspired by
70+[stagit](https://codemadness.org/stagit.html)