aboutsummaryrefslogtreecommitdiff
path: root/configuration/cgit
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-08 19:40:29 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-08 19:40:29 -0400
commitc9c6c7e08ffc08e7f90a4e56260e3106422eb8c6 (patch)
tree0a52e8a00d344a4ef2109579a3234cc3370ffcd6 /configuration/cgit
parentd03619fc2ac6c7e66432277ae4098db9274cd0b1 (diff)
style up
Diffstat (limited to 'configuration/cgit')
-rw-r--r--configuration/cgit/cgitrc5
-rw-r--r--configuration/cgit/custom.css2
2 files changed, 4 insertions, 3 deletions
diff --git a/configuration/cgit/cgitrc b/configuration/cgit/cgitrc
index 541c6c4..2513e4d 100644
--- a/configuration/cgit/cgitrc
+++ b/configuration/cgit/cgitrc
@@ -1,13 +1,14 @@
# resources
css=/cgit.css
-logo=/cgit.png
+head-include=/usr/share/cgit/head_include.html
+icon=
+favicon=
# settings
virtual-root=/
clone-prefix=https://git.jackjamison.net
enable-index-owner=0
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
-head-include=/usr/share/cgit/head_include.html
# about page
about-filter=/usr/lib/cgit/filters/about-formatting.sh
diff --git a/configuration/cgit/custom.css b/configuration/cgit/custom.css
index a6b60b8..00ad077 100644
--- a/configuration/cgit/custom.css
+++ b/configuration/cgit/custom.css
@@ -7,7 +7,7 @@
* { line-height: 1.25em; }
div#cgit {
- max-width: 117ch;
+ max-width: 130ch;
margin: auto;
font-family: monospace;
-moz-tab-size: 4;