-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
138 lines (126 loc) · 2.76 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
baseURL = 'https://blog.xzyu.me/'
# relativeURLs = true
languageCode = 'zh-cn'
title = "Aruku7230's Blog"
# baseURL = "example.com"
defaultContentLanguage = "zh-cn"
defaultContentLanguageInSubdir = false
# title = "Someone's Blog"
theme = "futu"
enableRobotsTXT = true
enableEmoji = true
enableGitInfo = true
hasCJKLanguage = true
paginate = 10
#disqusShortname = ""
#googleAnalytics = ""
[imaging]
quality = 75
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
keywords = []
description = ""
ampLogo = ""
# Site creation time
since = "2022"
paginate = 10
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"
# Whether display TOC or not.
toc = true
enableRelated = true
googleVerification = ""
enableEmojiZoomJS = true
disableHeaderVerification = true
[params.git]
repo = "https://github.com/masakichi/futu"
branch = "main"
[params.author]
name = "Aruku7230"
[mediaTypes]
[mediaTypes."text/plain"]
suffixes = ["md"]
[outputFormats.Markdown]
mediaType = "text/markdown"
isPlainText = true
isHTML = false
[outputs]
home = ["HTML", "RSS"]
page = ["HTML", "AMP", "Markdown"]
section = ["HTML", "RSS", "Markdown"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
[markup]
[markup.tableOfContents]
startLevel = 2
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = false
noHl = false
style = 'monokai'
tabWidth = 4
[languages]
[languages.zh-CN]
title = "Aruku7230 的博客"
languageCode = 'zh-CN'
languageName = '简体中文'
# https://gohugo.io/content-management/menus/
[languages.zh-CN.menu]
[[languages.zh-CN.menu.main]]
name = "首页"
weight = 10
identifier = "home"
url = "/"
[[languages.zh-CN.menu.main]]
name = "文章"
weight = 20
identifier = "posts"
url = "/posts/"
[[languages.zh-CN.menu.main]]
name = "标签"
weight = 30
identifier = "tags"
url = "/tags/"
[[languages.zh-CN.menu.main]]
name = "关于"
weight = 40
identifier = "about"
url = "/about/"
[languages.en]
title = "Aruku7230's Blog"
languageCode = 'en'
languageName = 'English'
[[languages.en.menu.main]]
name = "Home"
weight = 10
identifier = "home"
url = "/"
[[languages.en.menu.main]]
name = "Posts"
weight = 20
identifier = "posts"
url = "/posts/"
[[languages.en.menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"
[[languages.en.menu.main]]
name = "About"
weight = 40
identifier = "about"
url = "/about/"