-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
291 lines (241 loc) Β· 4.95 KB
/
hugo.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
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
baseURL = "https://LazyYuuki.github.io/"
defaultContentLanguage = "en"
languageCode = "en"
title = "The Lazy Blog"
theme = "DoIt"
[params]
# DoIt theme version
version = "0.4.0"
dateFormat = "Jan 02, 2006"
defaultTheme = "dark"
description = "A blog about all thing engineering and startup related"
enablePWA = true
fingerprint = "sha256"
images = ["/avatar.png"]
keywords = [
"ai",
"artificial intelligence",
"business",
"cloud",
"code",
"engineer",
"engineering",
"large language model",
"llm",
"llmops",
"machine learning",
"ml",
"mlops",
"programming",
"saas",
"software",
"start-up",
]
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
optimizeImages = true
cacheRemoteImages = true
mainSections = ["posts"]
# Author config
[params.author]
name = "Lazy Yuuki"
avatar = "/avatar.png"
[params.app]
title = "The Lazy Blog"
noFavicon = false
[params.search]
enable = true
type = "fuse"
contentLength = 4000
highlightTag = "em"
maxResultLength = 10
placeholder = "Keywords to search for..."
[params.search.fuse]
# DoIt NEW | 0.2.12 https://fusejs.io/api/options.html
isCaseSensitive = false
minMatchCharLength = 2
findAllMatches = false
location = 0
threshold = 0.3
distance = 100
ignoreLocation = false
useExtendedSearch = false
ignoreFieldNorm = false
[params.image]
cacheRemote = true
optimize = true
[params.header]
themeChangeMode = "switch"
[params.header.title]
name = "The Lazy Blog"
post = "π΄"
[params.footer]
enable = true
hugo = true
author = true
since = 2024
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
[params.section]
paginate = 20
dateFormat = "Jan 02"
rss = 5
[params.section.recentlyUpdated]
enable = true
rss = true
days = 30
maxCount = 5
[params.list]
paginate = 20
dateFormat = "Jan 02"
rss = 5
[params.home]
rss = 10
[params.home.profile]
enable = true
avatarURL = "/avatar.png"
title = "Lazy, but not too lazy"
subtitle = "Welcome to my humble blog"
typeit = true
social = true
[params.home.posts]
enable = true
paginate = 5
[params.social]
BuyMeACoffee = "https://buymeacoffee.com/lazyyuuki"
Github = "https://github.com/LazyYuuki"
Linkedin = "www.linkedin.com/in/buiquanghuy"
Youtubechannel = "xxxx"
RSS = true
[params.page]
seriesNavigation = true
enableLastMod = true
enableWordCount = true
enableReadingTime = true
[params.page.outdatedArticleReminder]
enable = false
[params.page.toc]
enable = false
keepStatic = false
auto = true
[params.page.math]
enable = true
# default block delimiter is $$ ... $$ and \\[ ... \\]
blockLeftDelimiter = ""
blockRightDelimiter = ""
# default inline delimiter is $ ... $ and \\( ... \\)
inlineLeftDelimiter = ""
inlineRightDelimiter = ""
copyTex = true
mhchem = true
[params.page.code]
maxShownLines = 24
copy = true
[params.page.table]
sort = true
[params.page.mapbox]
[params.page.share]
enable = true
Facebook = true
HackerNews = true
Instapaper = true
Linkedin = true
Mastodon = true
Pocket = true
Reddit = true
Twitter = true
Whatsapp = true
[params.page.instantpage]
enable = true
[params.page.comment]
enable = true
[params.page.comment.disqus]
enable = false
shortname = "lazyblog-1"
# Third-party library config
[params.page.library.css]
fontsize = "font-size.css"
[params.page.library.js]
[params.page.seo]
[params.page.related]
enable = true
count = 3
[params.sponsor]
enable = true
bio = "Sponsor me to yap more!"
link = "https://buymeacoffee.com/lazyyuuki"
[params.typeit]
speed = 50 # in ms
cursorSpeed = 1000
cursorChar = "β"
duration = -1
[params.verification]
google = ""
[params.seo]
alternateName = ["Lazy Blog", "LazyYuuki", "LazyYuuki's blog", "The Lazy Blog"]
[params.analytics]
[params.cookieconsent]
enable = false
[markup]
# Syntax Highlighting
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = true
noClasses = false
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 6
[outputs]
home = ["HTML", "JSON", "RSS"]
page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
[taxonomies]
series = 'series'
tag = 'tags'
[menu]
[[menu.main]]
identifier = "posts"
pre = "π"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "quotes"
pre = "π"
name = "Quotes"
url = "/quotes/"
title = "Quotes that I like"
weight = 2
[[menu.main]]
identifier = "lists"
pre = "π"
name = "My Lists"
url = "/lists/"
title = "A list of list of things in my life"
weight = 3
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 4
[[menu.main]]
identifier = "series"
name = "Series"
url = "/series/"
weight = 4
[[menu.main]]
identifier = "about"
name = "About me"
url = "/about/"