blob: e665ada2a64fc6f9bdd83a811e5e3a8c15dfd236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# http assets
css=/cgit.css
logo=/logo.svg
# repos
enable-git-config=1
scan-path=/srv/git/
# if you do not want that webcrawler (like google) index your site
robots=noindex, nofollow
# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value:
virtual-root=/
# about page
about-filter=/home/pham/site/git/about-filter.sh
readme=:README.md
readme=:README
readme=:README.txt
|