changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / cgitrc

revision 90: 02815f4c1136
child 98: 39b9bcb13cad
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/cgitrc	Tue Sep 03 21:27:28 2024 -0400
     1.3@@ -0,0 +1,28 @@
     1.4+#
     1.5+# cgit config
     1.6+#
     1.7+
     1.8+css=/cgit.css
     1.9+logo=/cgit.png
    1.10+
    1.11+# Following lines work with the above Apache config
    1.12+#css=/cgit-css/cgit.css
    1.13+#logo=/cgit-css/cgit.png
    1.14+
    1.15+# Following lines work with the above Lighttpd config
    1.16+#css=/cgit/cgit.css
    1.17+#logo=/cgit/cgit.png
    1.18+
    1.19+# Allow http transport git clone
    1.20+#enable-http-clone=0
    1.21+
    1.22+
    1.23+# if you do not want that webcrawler (like google) index your site
    1.24+robots=noindex, nofollow
    1.25+
    1.26+# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value:
    1.27+virtual-root=/
    1.28+
    1.29+scan-path=/home/vc/src/packy
    1.30+
    1.31+source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
    1.32\ No newline at end of file