From f458a536ac8d732e47a8dce4d92aa2f1b5a2c649 Mon Sep 17 00:00:00 2001 From: onelin Date: Thu, 2 Apr 2026 19:39:35 +0200 Subject: Add compiled cgit 1.3 Also includes: * Everforest theme * Automatic last-modified hooks * Update to icon and logo --- cgit/cgitrc | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'cgit/cgitrc') diff --git a/cgit/cgitrc b/cgit/cgitrc index ecd0083..6abeaf5 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -1,7 +1,28 @@ # Needed to avoid duplicating URI in every href virtual-root=/ +# Enable us "ignoring" specific repositories +enable-git-config=1 + +# Self explanatory +enable-http-clone=1 + +# Remove .git suffix +remove-suffix=1 + +# Needs to be mountpoint of the gitolite volume scan-path=/var/lib/git/repositories project-list=/var/lib/git/projects.list -#enable-index-links=1 -repo.ignore=1 + +# Requires python +#source-filter=/usr/lib/cgit/filters/syntax-high.py +#about-filter=/usr/lib/cgit/filters/about-formatting.sh + +root-title=Personal projects +root-desc=A brief collection +root-readme=/var/www/htdocs/cgit/about.html +local-time=1 + +css=/everforest.css +css=/cgit.css +logo=/logo.png -- cgit v1.3