-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
230 lines (195 loc) · 5.07 KB
/
config.yaml
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# ---------------------------------------
# Blog Identity
# ---------------------------------------
title: Kodesiana
copyright: Fahmi Noor Fiqri
# Locale
languageCode: id
defaultContentLanguage: id
hasCJKLanguage: false
# Time Zone
timeZone: Asia/Jakarta
# ---------------------------------------
# Permalink
# ---------------------------------------
baseURL: https://www.kodesiana.com/
permalinks:
post: /:section/:slug/
page: /:slug/
# ---------------------------------------
# Content
# ---------------------------------------
# Content taxonomies
taxonomies:
category: categories
tag: tags
series: series
# Revisions
enableGitInfo: true
# Pagination
pagination:
pagerSize: 5
# Related posts
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
# ---------------------------------------
# Theme
# ---------------------------------------
theme: stack
params:
mainSections:
- post
featuredImageField: image
rssFullContent: false
footer:
since: 2018
customText:
dateFormat:
published: 02 January 2006
lastUpdated: 02 January 2006 15:04 MST
sidebar:
emoji: ⚡
subtitle: "<b>#NgodingItuMudah</b><br/> Belajar bareng koding, DevOps, dan <i>machine learning</i>."
avatar:
enabled: true
local: true
src: img/avatar.jpg
article:
math: true
toc: true
readingTime: true
license:
enabled: true
default: Dilisensikan di bawah CC BY-NC-SA 4.0
comments:
enabled: true
provider: giscus
giscus:
repo: Kodesiana/kodesiana-hugo
repoID: R_kgDOJV7_0w
category: General
categoryID: DIC_kwDOJV7_084CWClN
mapping: pathname
lightTheme:
darkTheme:
reactionsEnabled: 0
emitMetadata: 0
widgets:
homepage:
- type: search
- type: archives
params:
limit: 5
- type: categories
params:
limit: 10
- type: tag-cloud
params:
limit: 10
- type: series-cloud
params:
limit: 5
page:
- type: toc
opengraph:
twitter:
site: fahminoorfiqri
card: summary_large_image
defaultImage:
opengraph:
enabled: false
local: false
src:
colorScheme:
toggle: true
default: auto
imageProcessing:
cover:
enabled: true
content:
enabled: true
integrations:
googleAdsense: "6850104426944295"
googleAnalytics: "G-WCSBJTCX6E"
googleSiteVerification: "orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M"
mailchimpSignup: "c9b6346f906dad1b1a2a309c1/ed7023095897a6d39d7ca5dde"
microsoftClarity: "54zpth9y8i"
# ---------------------------------------
# Menu
# ---------------------------------------
menu:
main: []
social:
- identifier: github
name: GitHub
url: https://github.com/fahminlb33
params:
icon: brand-github
- identifier: youtube
name: YouTube
url: https://www.youtube.com/c/FahmiNoorFiqri
params:
icon: brand-youtube
- identifier: linkedin
name: LinkedIn
url: https://www.linkedin.com/in/fahmi-noor-fiqri
params:
icon: brand-linkedin
- identifier: stackoverflow
name: Stackoverflow
url: https://stackoverflow.com/users/5561144/fahmi-noor-fiqri
params:
icon: brand-stackoverflow
- identifier: instagram
name: Instagram
url: https://twitter.com
params:
icon: brand-instagram
- identifier: twitter
name: Twitter
url: https://instagram.com/fahminoorfiqri
params:
icon: brand-twitter
- identifier: donate
name: Saweria
url: https://saweria.co/fahminlb33
params:
icon: cash-banknote
# ---------------------------------------
# Markdown Config
# ---------------------------------------
markup:
goldmark:
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
renderer:
unsafe: true
tableOfContents:
endLevel: 4
ordered: true
startLevel: 2
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
tabWidth: 4