From 037ddb4f29fc2af3ef16a9e51312bde85f635c9b Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 18 Jan 2026 16:45:04 -0500 Subject: Bump to Alpine 3.23 Switch markdown formatting to cmark which is far faster than the old python based setup. Also tweak cgitrc and Nginx configuration a bit for simplicity. Move webroot out of git root. --- home/cgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/cgit') diff --git a/home/cgit b/home/cgit index 3b19ca4..56eb1ee 100644 --- a/home/cgit +++ b/home/cgit @@ -36,7 +36,7 @@ mimetype.svg=image/svg+xml # Highlight source code with python pygments-based highlighter -source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +# source-filter=/usr/lib/cgit/filters/syntax-highlighting.py about-filter=/usr/lib/cgit/filters/about-formatting.sh @@ -71,7 +71,7 @@ readme=:install # include=/var/git/cgit # logo=/local/logo.jpg -css=/local/style.css +css=/cgit.css enable-commit-graph=0 -- cgit v1.2.3