diff options
| author | Physick <mynameisgennadiy@vk.com> | 2026-03-15 17:30:17 +0500 |
|---|---|---|
| committer | Physick <mynameisgennadiy@vk.com> | 2026-03-15 17:30:17 +0500 |
| commit | 8ceb287a20d0b7e3f22ac3bce425ae31eb3c5ca4 (patch) | |
| tree | d2b532587c0e8cfe3f188c4535bf06120fb08218 | |
| parent | 11693cb9851779d96957e29acea0c44c99f87929 (diff) | |
minimal cgitrc configuration
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | cgitrc | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,3 @@ install: sudo ln cgitrc /etc/cgitrc + sudo ln footer.html / @@ -4,4 +4,6 @@ logo=/cgit.png virtual-root=/ scan-path=/var/git/ -footer=/configs/cgit_config/footer.html +footer=/footer.html +root-title=Physick's git repository browser +root-desc=A place to host personal projects made by Physick. Hosted in support of OSS movement |
