blob: 43a4ec49af26493dc227d00e5e75f1a92ea9bfaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*- shell-script -*-
# Locations of style files
css=/cgit-css/cgit.css
logo=/cgit-css/cgit.png
# Prevent webcrawler (like google) index our site
robots=noindex, nofollow
# Allow http transport git clone
enable-http-clone=1
# Syntax highlighting via Pygments
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
# Render MarkDown README
readme=:README.md
about-filter=/usr/lib/cgit/filters/about-formatting.sh
# Allowed repos
include=/etc/cgitrepos
|