From 15b509a6caaa64af886c2df9555ed48b47e3dc32 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 8 Jul 2026 20:09:42 -0400 Subject: sections hopefully --- TODO | 10 ++++++++-- configuration/cgit/cgitrc | 2 -- configuration/gitolite/gitolite.rc | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index a9a42a7..56387e7 100644 --- a/TODO +++ b/TODO @@ -8,12 +8,18 @@ https://wiki.archlinux.org/title/Cgit#Gitolite - [x] cgit don't show .git - [x] cgit and gitoliterc config in repo -- [ ] cgit dark mode, better tab layout, about page +- [x] cgit styling https://mitjafelicijan.com/making-cgit-look-nicer.html https://www.hackitu.de/cgithub/ https://git.causal.agency/cgit-pink/ https://git.zx2c4.com/cgit/ -- [ ] vps backup +- [x] vps backup + +- [ ] cgit dark mode +- [ ] custom cgit fork, default about page +- [ ] cgit favicons and icon +- [ ] add my best repos, with groups + - [ ] get rid of gitolite admin repo Potential Improvements to CGit: diff --git a/configuration/cgit/cgitrc b/configuration/cgit/cgitrc index 2513e4d..f711b6d 100644 --- a/configuration/cgit/cgitrc +++ b/configuration/cgit/cgitrc @@ -1,8 +1,6 @@ # resources css=/cgit.css head-include=/usr/share/cgit/head_include.html -icon= -favicon= # settings virtual-root=/ diff --git a/configuration/gitolite/gitolite.rc b/configuration/gitolite/gitolite.rc index 581e923..812bd04 100644 --- a/configuration/gitolite/gitolite.rc +++ b/configuration/gitolite/gitolite.rc @@ -21,7 +21,7 @@ UMASK => 0027, # look for "git-config" in the documentation - GIT_CONFIG_KEYS => 'cgit\.ignore gitweb\.description', + GIT_CONFIG_KEYS => 'cgit\.ignore cgit\.section gitweb\.description', # comment out if you don't need all the extra detail in the logfile LOG_EXTRA => 1, -- cgit v1.2.3