blob: aa5014832b0f6f273da88cca06c5f5baf408832b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Set the title and heading of the repository index page
root-title=$CGIT_TITLE
# Set a subheading for the repository index page
root-desc=$CGIT_SUBTITLE
# Highlight source code with python pygments-based highlighter
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
# Format markdown, restructuredtext, manpages, text files, and html files
# through the right converters
about-filter=/usr/lib/cgit/filters/about-formatting.sh
enable-git-config=1
remove-suffix=1
readme=:README.md
scan-path=/repos
|