9f65c01dc711145e97a0f622ec3cc10a1ae4cdb8
commit 9f65c01dc711145e97a0f622ec3cc10a1ae4cdb8
Author: spesk1 <spesk@pm.me>
Date: Sat Jun 22 14:59:38 2019 +0000

Tidying up a bit

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..308653e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+gsg.log
diff --git a/README.md b/README.md
index 4bfb6c8..7eac143 100644
--- a/README.md
+++ b/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
diff --git a/config.example b/config.example
deleted file mode 100644
index 3c40eaf..0000000
--- a/config.example
+++ /dev/null
@@ -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/" ]