blob: 541c6c42d3e48df2e680af7201ab922d4b1fca0e (
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
26
27
|
# 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
head-include=/usr/share/cgit/head_include.html
# about page
about-filter=/usr/lib/cgit/filters/about-formatting.sh
default-page=about
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
|