366f3adf32310049e36901f90b8e1210f652f7d0
commit 366f3adf32310049e36901f90b8e1210f652f7d0
Author: spesk1 <spesk@pm.me>
Date: Mon Jun 24 02:07:09 2019 +0000

Updating README

diff --git a/README.md b/README.md
index 64e2b8c..99d4225 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# git-site-gen #
-### AKA gsg
+# git-site-gen AKA gsg #
* Tool used to generate a bare bones, pure HTML static website from information availble in a git project dir. See: https://spwbk.site/git.
* Inspired by the much better/full-featured cgit.
+* See gsgd for git hooks based calls to gsgd: https://spwbk.site/git/projects/gsgd.git/index.html
* Not sure if this will be widely useful, mostly written for learning purposes.

## Design Goals ##
@@ -25,7 +25,6 @@ TODO:
* Need to recurse git home, right now will only pull dirs in root of git home
* README.md markdown renderer/parser / display in project index
* (Stretch Goal) HTML based syntax highlighting for files
-* (Stretch Goal) Accompanying daemon that will auto regen the website based on certain parameters
* View history of files

## Framework Plans ##