blob: 385974281278792f3dadd3ca699175d72683a69c (
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
#
# 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=0
enable-index-links=1
enable-index-owner=0
enable-log-filecount=1
enable-log-linecount=1
favicon=/favicon.svg
footer=
head-include=/var/www/cgit/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=about.git
repo.path=/srv/git/about.git
repo.desc=My awesome self
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=cv.git
repo.path=/srv/git/cv.git
repo.desc=My resume
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=pics.git
repo.path=/srv/git/pics.git
repo.desc=Fancy site for my photography
repo.url=pq-jwt.git
repo.path=/srv/git/pq-jwt.git
repo.desc=Post-quantum json web tokens
repo.url=script.git
repo.path=/srv/git/script.git
repo.desc=Useful scripts for things I do
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=EOL
repo.url=eol/gq.git
repo.path=/srv/git/eol/gq.git
repo.desc=Batteries-included GraphQL server
repo.url=eol/graphiql.git
repo.path=/srv/git/eol/graphiql.git
repo.desc=GraphiQL with Svelte
section=NeverCease
repo.url=nevercease/dsgn.git
repo.path=/srv/git/nevercease/dsgn.git
repo.desc=Design Services for the Good Natured
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
|