From 4f12e4ca91d5042b2290ef763a012544e43e0583 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 30 Jan 2026 20:22:19 -0600 Subject: Initial commit --- cgitrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cgitrc (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc new file mode 100644 index 0000000..b35d83c --- /dev/null +++ b/cgitrc @@ -0,0 +1,11 @@ +# 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 -- cgit v1.2.3