-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
195 lines (164 loc) · 5.13 KB
/
config.toml
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
baseURL = 'https://clavinjune.dev'
canonifyURLs = true
enableEmoji = true
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = true
enableMissingTranslationPlaceholders = true
enableRobotsTXT = true
googleAnalytics = 'G-MTSJ0LHJ06'
hasCJKLanguage = true
languageCode = 'en-us'
paginate = 5
publishDir = 'docs'
title = 'June Personal Web'
theme = 'june'
[markup]
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 1
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = true
style = 'pygments'
tabWidth = 4
# [related]
# includeNewer = true
# threshold = 80
# toLower = true
# [[related.indices]]
# name = 'categories'
# weight = 90
# [[related.indices]]
# name = 'date'
# weight = 10
[taxonomies]
category = 'categories'
[languages]
[languages.en]
contentDir = 'content/en'
languageName = 'English'
weight = 1
[languages.en.params]
description = 'Clavin June Personal Web that contains public information about Clavin June and his articles'
locale = "en_US"
[[languages.en.menu.main]]
name = 'HOME'
url = '/'
weight = 1
[[languages.en.menu.main]]
name = 'BLOG'
url = '/blogs/'
weight = 2
# [[languages.en.menu.main]]
# name = 'TALK'
# url = '/talks/'
# weight = 3
# [[languages.en.menu.main]]
# name = 'PODCAST'
# url = '/podcasts/'
# weight = 3
# [[languages.en.menu.main]]
# name = 'WORK'
# url = '/works/'
# weight = 4
[languages.id]
contentDir = 'content/id'
languageName = 'Bahasa Indonesia'
weight = 2
[languages.id.params]
description = 'Clavin June Personal Web that contains public information about Clavin June and his articles'
locale = "id_ID"
[[languages.id.menu.main]]
name = 'HOME'
url = '/'
weight = 1
[[languages.id.menu.main]]
name = 'BLOG'
url = '/blogs/'
weight = 2
# [[languages.id.menu.main]]
# name = 'SINIAR'
# url = '/podcasts/'
# weight = 3
# [[languages.id.menu.main]]
# name = 'KARYA'
# url = '/works/'
# weight = 4
[languages.ja]
contentDir = 'content/ja'
languageName = '日本語'
weight = 3
[languages.ja.params]
description = 'Clavin June Personal Web that contains public information about Clavin June and his articles'
locale = "ja_JP"
[[languages.ja.menu.main]]
name = 'ホーム'
url = '/'
weight = 1
[[languages.ja.menu.main]]
name = 'ブログ'
url = '/blogs/'
weight = 2
# [[languages.ja.menu.main]]
# # name = '放送'
# # name = 'PODCAST'
# name = 'ポード'
# # name = 'ポードキャスト'
# url = '/podcasts/'
# weight = 3
# [[languages.ja.menu.main]]
# name = '作品'
# url = '/works/'
# weight = 4
[params]
[params.author]
name = "Clavin June"
email = '[email protected]'
[params.june]
braveRewardsVerification = 'ze0dec1b3acfbd430cac887ce390fdefcb56679334fcd39bc49d434660a52e26c'
# canonicalURL = 'https://another-page.com'
csp = "default-src 'self' 'unsafe-inline' https:; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com github.githubassets.com giscus.app; font-src fonts.gstatic.com; script-src 'self' 'unsafe-inline' www.googletagmanager.com gist.github.com giscus.app static.cloudflareinsights.com; base-uri 'none'; img-src 'self' images.unsplash.com i.kym-cdn.com iq.opengenus.org;"
googleSiteVerification = 'n8iUJq2zr7wQ8eTS_ozpypgZQhfezUeUOXhOr3-INrE'
monetization = '$ilp.uphold.com/RYNmdxrFrPJB'
superfeedrURL = 'https://clavinjune.superfeedr.com/'
talksURL = 'https://presents.clavinjune.dev'
[params.june.webmention]
LoginURL = 'mailto:[email protected]'
PingbackURL = 'https://webmention.io/clavinjune.dev_en_/xmlrpc'
URL = 'https://webmention.io/clavinjune.dev_en_/webmention'
[[params.june.support]]
Name = 'Bitcoin'
URL = 'https://www.blockchain.com/btc/address/17Afj6o7xm3ZxQ38adnvSFHSBKhHiCDiev'
[[params.june.support]]
Name = 'Ko-fi'
URL = 'https://ko-fi.com/clavinjune'
[[params.june.support]]
Name = 'Trakteer'
URL = 'https://trakteer.id/clavinjune'
[[params.june.contact]]
Name = "Email"
URL = "mailto:[email protected]"
[[params.june.contact]]
Name = "Github"
URL = "https://github.com/clavinjune"
[[params.june.contact]]
Name = "LinkedIn"
URL = "https://linkedin.com/in/juneardoc"
[[params.june.contact]]
Name = "Resume"
URL = "https://docs.google.com/document/d/156u8qJGL2XsN6DLcvtO89wFcvz_HLdFIbEsfjejaT0k/edit?usp=sharing"
[[params.june.contact]]
Name = "Twitter"
URL = "https://twitter.com/clavinjune"
[params.june.giscus]
Repo = "clavinjune/clavinjune.dev"
RepoID = "MDEwOlJlcG9zaXRvcnkxNTUyMjU5NTU="
Category = "General"
CategoryID = "DIC_kwDOCUCPY84B_g1a"
Mapping = "title"
Reaction = "1"
Metadata = "0"
Theme = "noborder_light"