blob: a7abb90c4e6aa1b1a36b243f12706e00fd69bb30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# resources
css=/cgit.css
logo=/cgit.png
# settings
virtual-root=/
enable-index-owner=0
clone-prefix=https://git.jackjamison.net
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
# 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
|