diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2024-04-08 14:30:43 +0300 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2024-04-08 14:30:43 +0300 |
commit | 21627fed77b003cdcb6daa4c682a841184880028 (patch) | |
tree | 7ac32556fe0b4f744b6b52005382708fcfa7273b | |
parent | re-add accidentally removed code for raw file view (diff) | |
download | legitrx-21627fed77b003cdcb6daa4c682a841184880028.tar.gz legitrx-21627fed77b003cdcb6daa4c682a841184880028.tar.zst legitrx-21627fed77b003cdcb6daa4c682a841184880028.zip |
readme: misc updates
-rw-r--r-- | readme | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ These options are fairly self-explanatory, but of note are: • repo.scanPath: where all your git repos live (or die). legit doesn't traverse subdirs yet. -• repo.readme: readme files to look for. Markdown isn't rendered. +• dirs: use this to override the default templates and 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. • server.name: used for go-import meta tags and clone URLs. |