-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
75 lines (62 loc) · 1.7 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
baseURL = "https://blog.mutoulbj.com"
languageCode = "zh-cn"
title = "咏函"
theme = "cactus"
copyright = "木头lbj"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4
[params]
rss = true
showAllPostsArchive = true
# Home page settings
description = "程序员,目前写代码为生。全栈工程师(啥都不精),近几年从事大数据相关工作。社恐,这儿是我表达自我的地方,若有缘到此,还能给各位带来些许收获,就有幸之至了。"
mainSection = "posts"
mainSectionTitle = "Blog"
showAllPostsOnHomePage = false
postsOnHomePage = 10
tagsOverview = true
DateFormat = "2006-01-02"
# css = ["css/custom.css"]
show_updated = true
showReadTime = true
MicrosoftClarity = true
MicrosoftClarityCode = "jtrzett5ez"
[params.comments]
enabled = true
engine = "utterances" # only disqus, utterances, and cactus_comments is supported
[params.comments.utterances]
repo = "mutoulbj/blog-yonghan"
label = "blog-yonghan-comment" # you can use however you want to label your name in your repo's issues
theme = "preferred-color-scheme"
issueTerm = "pathname"
[[params.social]]
name = "twitter"
link = "https://twitter.com/mutoulbj"
[[params.social]]
name = "github"
link = "https://github.com/mutoulbj"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4