From 62732ebcc2f7b39aaef4ec73a88f459e3646eb67 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sat, 15 Jan 2022 21:28:33 -0500 Subject: customizations --- usr/local/etc/cgitrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/usr/local/etc/cgitrc b/usr/local/etc/cgitrc index 91db721..fc516a9 100644 --- a/usr/local/etc/cgitrc +++ b/usr/local/etc/cgitrc @@ -1,3 +1,13 @@ -logo=https://www.53hor.net/assets/53hornet.svg -favicon=https://www.53hor.net/assets/53hornet.svg +favicon=http://localhost:8000/assets/53hornet.svg +logo=http://localhost:8000/assets/53hornet.svg +css=http://localhost:8000/includes/cgit.css +root-title=index : git.53hor.net +root-desc=The source code repositories of Adam Carpenter (53hornet) +logo-link=/ +enable-blame=1 +enable-commit-graph=1 +clone-url=http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL +enable-http-clone=1 +snapshots=tar.xz zip +remove-suffix=1 scan-path=/var/git -- cgit v1.2.3