Browse Source

Tidying up a bit

spesk1 4 years ago
parent
commit
9f65c01dc7
3 changed files with 1 additions and 7 deletions
  1. 1 0
      .gitignore
  2. 0 4
      README.md
  3. 0 3
      config.example

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+gsg.log

+ 0 - 4
README.md

@@ -1,19 +1,15 @@
 # git-site-gen #
-
 * Tool used to generate a static website from information availble in a git project dir. See: https://spwbk.site/git.
 * Also provides some tools for managing your git server.
-
 * Inspired by the much better/full-featured https://git.suckless.org.
 * Not sure if this will be widely useful, mostly written for learning purposes.
 
 ## Design Goals ##
-
 * General purpose/easy to use
 * Easy to hack/customize
 * Small library dependency footprint
 
 ## Features ##
-
 DONE:
 * Generate top level index with links to all projects
 * Generate project specific index with links to git log/diffs and file content of repo

+ 0 - 3
config.example

@@ -1,3 +0,0 @@
-GitHome = "/home/git"
-WebRoot = "/var/www/html/git"
-IgnoredProjects = [ "/home/git/finance-perl.git/", "/home/git/git-site-gen.git/", "/home/git/misc-scripts.git/" ]