blob: f2f34c93adba308ebe0d38e1097637500a1d1533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# resources
css=/cgit.css
logo=/cgit.png
# settings
virtual-root=/
clone-prefix=https://git.jackjamison.net
enable-index-owner=0
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
# about page
about-filter=/usr/lib/cgit/filters/about-formatting.sh
readme=:readme.md
readme=:README.md
readme=:README
# homepage
root-title=Jack Jamison's Repositories
root-desc=get my free software, foo
# repos
enable-git-config=1
remove-suffix=1
project-list=/var/git/projects.list
scan-path=/var/git/repositories
|