-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (54 loc) · 1.17 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
baseurl = "/"
contentdir = "content"
publishdir = "public"
canonifyurls = true
relativeURLS = false
theme = "diary"
title = "Maximilian's writing"
languageCode = "vi-vn"
summaryLength = 42
copyright = "Maximilian de Cato, writing with love, 2024"
googleAnalytics = "G-QTXQ4E3BWF"
[author]
name = "Maximilian de Cato"
[params]
description = "My personal blog and academic info"
showFooterCredits = true
math = true
enableLaTeX = true
useIcon = true
enableReadingTime = true
favicon = "assets/ringochrysanthemum.ico"
# walineServer = "https://waline-comment-jade-zeta.vercel.app/"
# googleSearchCode = "83a0b058839eb4182"
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "feed"
[[menu.main]]
url = "/categories"
name = "Categories"
weight = 3
[[menu.main]]
url = "/tags"
name = "Tags"
weight = 2
[[menu.main]]
url = "/posts"
name = "Archive"
weight = 1
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[module]
[module.hugoVersion]
extended = true
min = '0.111.0'