# 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=git_serve
repo.name=Git Serve
repo.path=/git-repos/git_serve.git
repo.desc=Read only dockerized way of sharing some git repos
repo.clone-url=https://git.rustymanta.xyz/git_serve
