... | ... |
@@ -8,3 +8,9 @@ A [Git hook][githooks] to use [pandoc][] to create |
8 | 8 |
[`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode |
9 | 9 |
[`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml |
10 | 10 |
[Gitweb]: https://git-scm.com/docs/gitweb |
11 |
+ |
|
12 |
+## License |
|
13 |
+ |
|
14 |
+Licensed under the [ISC license][], see the [`LICENSE`](LICENSE) file. |
|
15 |
+ |
|
16 |
+[ISC license]: https://en.wikipedia.org/wiki/ISC_license |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,10 @@ |
1 |
+# `git-hook-pandoc-readme` |
|
2 |
+ |
|
3 |
+A [Git hook][githooks] to use [pandoc][] to create |
|
4 |
+[`$GIT_DIR`][]`/`[`README.html`][] (as read by e.g. [Gitweb][]). |
|
5 |
+ |
|
6 |
+[githooks]: https://git-scm.com/docs/githooks |
|
7 |
+[pandoc]: https://pandoc.org |
|
8 |
+[`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode |
|
9 |
+[`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml |
|
10 |
+[Gitweb]: https://git-scm.com/docs/gitweb |