blob: ade7428f449b031e9f42bebfa54d01c22e14a8db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
#
# cgit config
# see cgitrc(5) for details
css=/cgit-css/cgit.css
logo=/cgit-css/cgit.webp
js=/cgit-css/cgit.js
favicon=/cgit-css/favicon.ico
root-title=Moekyun Git
root-desc=a place for code, another moekyun service
enable-index-links=1
virtual-root=/
remove-suffix=1
head-include=/usr/share/cgit/head-include.html
footer=/usr/share/cgit/footer.html
enable-about=1
enable-blame=1
enable-commit-graph=1
enable-index-links=1
enable-log-filecount=0
enable-log-linecount=1
enable-log-relative-date=1
enable-index-owner=0
enable-remote-branches=1
max-stats=year
summary-log=15
about-filter=/usr/lib/cgit/filters/md2html.py
mimetype-file=/etc/mime.types
readme=:README.md
readme=:readme.md
readme=:README
remove-suffix=1
max-repo-count=100
#enable-git-config=1
scan-path=/srv/git
|