Browse Source

Updating README

spesk1 4 years ago
parent
commit
366f3adf32
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
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 ##