all repos — elgit @ 74eea2ebbccc8458b5b62002d281b2b49f5c30c4

fork of legit: web frontend for git, written in go

switch to gomponents

Alan Pearce
commit

74eea2ebbccc8458b5b62002d281b2b49f5c30c4

parent

776a7b0dafa651c5ba71381608e9726d9756c3b1

1 file changed, 4 insertions(+), 2 deletions(-)

changed files
M readmereadme
@@ -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.