aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO10
-rw-r--r--configuration/cgit/cgitrc2
-rw-r--r--configuration/gitolite/gitolite.rc2
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,