- commit
- 4bfcb5a
- parent
- 42998cb
- author
- Eric Bower
- date
- 2024-12-20 19:55:20 -0500 EST
docs: readme
1 files changed,
+6,
-6
+6,
-6
1@@ -7,7 +7,7 @@ git repository and the provided revisions.
2
3 It will only generate a commit log and files for the provided revisions.
4
5-# usage
6+## usage
7
8 ```bash
9 make build
10@@ -39,11 +39,6 @@ we generate a `vars.css` file that you are welcome to overwrite before
11 deploying, it will _not_ change the syntax highlighting colors, only the main
12 site colors.
13
14-# inspiration
15-
16-This project was heavily inspired by
17-[stagit](https://codemadness.org/stagit.html)
18-
19 ## with multiple repos
20
21 `--root-relative` sets the prefix for all links (default: `/`). This makes it so
22@@ -68,3 +63,8 @@ echo '<html><body><a href="/pico">pico</a><a href="/starfx">starfx</a></body></h
23
24 rsync -rv ./public/ pgs.sh:/git
25 ```
26+
27+## inspiration
28+
29+This project was heavily inspired by
30+[stagit](https://codemadness.org/stagit.html)