blob: df3b95958aa4a645e2200f2ccdf8f13ef545b7ab (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
#
# cgit config
# see cgitrc(5) for details
about-filter=/usr/lib/cgit/filters/about-formatting.sh
branch-sort=age
#cache-size=1000
clone-url=https://code.webb.page/$CGIT_REPO_URL
css=/cgit.css
enable-blame=1
enable-commit-graph=1
#enable-follow-links=1
enable-git-config=1
enable-http-clone=1
enable-index-links=0
enable-index-owner=0
enable-log-filecount=1
enable-log-linecount=1
favicon=/favicon.svg
footer=
head-include=/head.html
#logo=/cgit.png
logo=
#max-atom-items=50
#max-repo-count=100
owner=netop://ウィビ
readme=:README.md
readme=:readme.md
#repository-sort=age
root-desc=netop://ウィビ's hacks and programs
root-title=the codex
root-url=/
side-by-side-diffs=0
snapshots=tar.gz zip
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
#summary-log=200
repo.url=alpha.git
repo.path=/srv/git/alpha.git
repo.desc=Yet another GraphQL module for Deno
repo.url=blog.git
repo.path=/srv/git/blog.git
repo.desc=My awesome blog
repo.url=cgit.git
repo.path=/srv/git/cgit.git
repo.desc=cgit fixes and customizations
repo.url=dedent.git
repo.path=/srv/git/dedent.git
repo.desc=Strip indentation from multi-line strings
repo.url=homepage.git
repo.path=/srv/git/homepage.git
repo.desc=My home on the 'Net
repo.url=order-object.git
repo.path=/srv/git/order-object.git
repo.desc=Make sure your Object keys are in alphabetical order
repo.url=pq-jwt.git
repo.path=/srv/git/pq-jwt.git
repo.desc=Post-quantum json web tokens
section=ChronVer
repo.url=chronver/chronver.git
repo.path=/srv/git/chronver/chronver.git
repo.desc=Versioning for the rest of us
repo.url=chronver/homepage.git
repo.path=/srv/git/chronver/homepage.git
repo.desc=ChronVer homepage
section=NeverCease
repo.url=nevercease/homepage.git
repo.path=/srv/git/nevercease/homepage.git
repo.desc=Official website of Ideas Never Cease
repo.url=nevercease/original-emoji.git
repo.path=/srv/git/nevercease/original-emoji.git
repo.desc=NTT DoCoMo emoji
repo.url=nevercease/uchu.git
repo.path=/srv/git/nevercease/uchu.git
repo.desc=the color palette for internet lovers
section=systemSOFT
repo.url=systemsoft/disc.git
repo.path=/srv/git/systemsoft/disc.git
repo.desc=Schema-first, TypeScript-native database built on Deno.
repo.url=systemsoft/sona.git
repo.path=/srv/git/systemsoft/sona.git
repo.desc=Your personal API
# scan-path must come last
#scan-path=/srv/git
|