fbc800da2f95d57d922051422142b0ef2de31105
commit fbc800da2f95d57d922051422142b0ef2de31105
Author: spesk1 <spesk@pm.me>
Date: Fri Jul 5 20:47:46 2019 +0000

Updating README to test hyperlink markup in gsg

diff --git a/README.md b/README.md
index 96aae8e..a0f6e33 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# gsgd

Script for automatically updating your static git website generated with gsg.
-See: https://spwbk.site/git/projects/git-site-gen.git/index.html
+See: <https://spwbk.site/git/projects/git-site-gen.git/index.html>

Disclaimer: This script is pretty awful, and is possibly even an example of
"worst practices".
@@ -18,8 +18,7 @@ A `post-receive` script example:
echo -ne "Regen\n" >> /some/path/to/talk.gsgd
```

-You can create these server side in your project dirs, see the Server-Side Hooks section here:
-https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
+You can create these server side in your project dirs, see the Server-Side Hooks section here: <https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks>

You can also just call gsg directly from from your `post-receive`, but the client side will hang until gsg completes.