diff options
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,45 @@ +# https://man.archlinux.org/man/cgitrc.5 + +root-title=RustyManta Git Repository + +root-desc=A collection of my personal and experimental public projects + +css=/cgit.css + +logo=/cgit.png + +favicon=/favicon.ico + +enable-index-owner=1 + +enable-http-clone=1 + +enable-index-links=1 + +enable-blame=1 + +enable-commit-graph=1 + +enable-log-filecount=1 + +enable-log-linecount=1 + +branch-sort=age + +max-stats=quarter + +snapshots=tar.gz zip + +readme=:README.md + +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +about-filter=/usr/lib/cgit/filters/about-formatting.sh +email-filter=/usr/lib/cgit/filters/cgit-email-fitler.sh + +### Repos + +# repo.url=project1 +# repo.name=Project1 +# repo.path=/git-repos/project1.git +# repo.desc=This is a test repo +# repo.clone-url=http://git.localhost/project1 |
