blob: 506f53e67051795ba5f4caed0c43fcc1c82a6cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
remove-suffix=1
readme=:README.md
scan-path=/repos
|