changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / cgitrc

changeset 90: 02815f4c1136
child: 39b9bcb13cad
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 21:27:28 -0400
permissions: -rw-r--r--
description: init cgit
1 #
2 # cgit config
3 #
4 
5 css=/cgit.css
6 logo=/cgit.png
7 
8 # Following lines work with the above Apache config
9 #css=/cgit-css/cgit.css
10 #logo=/cgit-css/cgit.png
11 
12 # Following lines work with the above Lighttpd config
13 #css=/cgit/cgit.css
14 #logo=/cgit/cgit.png
15 
16 # Allow http transport git clone
17 #enable-http-clone=0
18 
19 
20 # if you do not want that webcrawler (like google) index your site
21 robots=noindex, nofollow
22 
23 # if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value:
24 virtual-root=/
25 
26 scan-path=/home/vc/src/packy
27 
28 source-filter=/usr/lib/cgit/filters/syntax-highlighting.py