config.yaml
1repo:
2 scanPath: ./preview-repos
3 readme:
4 - readme
5 - README
6 - readme.md
7 - README.md
8 mainBranch:
9 - master
10 - main
11
12meta:
13 title: git-preview
14 description: a static git web frontend but with images and html previews + code truncation
15 syntaxHighlight: monokailight
16
17server:
18 name: localhost
19 host: 127.0.0.1
20 port: 5555