From cab20df1e5bb65ea32b962cd259f9e75b8d2d189 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Jun 2022 22:25:07 -0500 Subject: Change configuration around a bit --- cgit.css | 4 ++++ cgitrc | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cgit.css b/cgit.css index 2dd656f..68e603e 100644 --- a/cgit.css +++ b/cgit.css @@ -303,6 +303,10 @@ div#cgit td.ls-mode { div#cgit table.blob { margin-top: 0.5em; border-top: solid 1px black; + border-bottom: solid 1px black; + border-collapse: separate; + border-spacing: 1ch; + background: #ffe; } div#cgit table.blob td.hashes, diff --git a/cgitrc b/cgitrc index 9292df8..b6a7ed2 100644 --- a/cgitrc +++ b/cgitrc @@ -8,15 +8,23 @@ css=/cgit.css #logo=/cgit.png logo=/avatar.png -clone-url=git://$HTTP_HOST/$CGIT_REPO_URL +clone-url=git://$HTTP_HOST/$CGIT_REPO_URL http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL +enable-index-owner=0 +enable-index-links=1 +enable-subject-links=1 + snapshots=tar.gz zip enable-commit-graph=1 repository-sort=age branch-sort=age +max-stats=year max-repodesc-length=100 +noplainemail=1 + +side-by-side-diffs=1 section-from-path=1 max-repo-count=100 @@ -42,7 +50,7 @@ readme=:README.md readme=:readme.txt readme=:README about-filter=/usr/bin/cgit-about-filter.sh -default-tab=about # default: summary (requires patch) +default-tab=about # Folder with all my repos scan-path=/git/ -- cgit 1.4.1-21-gabe81