diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-05-15 17:08:21 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-05-15 17:08:21 +0530 |
commit | 3bed8c28829c70de5ea8e3001a715ff35dbb6ab2 (patch) | |
tree | 71490d52005feddf2b271939d0e26d47df9c8ad3 /cgitrc | |
download | cgit-config-3bed8c28829c70de5ea8e3001a715ff35dbb6ab2.zip cgit-config-3bed8c28829c70de5ea8e3001a715ff35dbb6ab2.tar.gz |
first blood
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +# +# cgit config +# see cgitrc(5) for details + +css=https://demonkingswarn.live/cgit/style.css +logo=https://demonkingswarn.live/cgit/git-logo.png +favicon=https://demonkingswarn.live/cgit/git-favicon.png +virtual-root=/ +clone-prefix=https://git.demonkingswarn.live + +root-title=Demon's git +root-desc=Open Source is like your mom, hot and everyone can have a go at it. + +scan-path=/var/git/ + + |