blob: 8c1d50d713e781a587b6931e0812ef91ca6c9249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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-filter=/usr/lib/cgit/filters/about-formatting.sh
readme=:readme.md
# 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
|