switch to gomponents
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M readme → readme
@@ -4,6 +4,9 @@ A git web frontend written in Go, forked from elgit after the author moved on. +FORK CHANGES +• Uses gomponents instead of html/template. + FEATURES • Cloning over http(s).@@ -37,7 +40,6 @@ ignore: - foo - bar dirs: - templates: ./templates static: ./static meta: title: git good@@ -52,7 +54,7 @@ These options are fairly self-explanatory, but of note are: • repo.scanPath: where all your git repos live (or die). elgit doesn't traverse subdirs yet. -• dirs: use this to override the default templates and static assets. +• dirs: use this to override the static assets. • repo.readme: readme files to look for. • repo.mainBranch: main branch names to look for. • repo.ignore: repos to ignore, relative to scanPath.