-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
106 lines (86 loc) · 2.05 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
baseURL = 'https://rustin.me/'
buildDrafts = false
buildExpired = false
buildFuture = false
copyright = '© 2025 Rustin'
enableEmoji = true
enableInlineShortcodes = true
enableRobotsTXT = true
languageCode = 'en-us'
mainSections = ['posts']
pygmentsUseClasses = true
theme = 'PaperMod'
title = 'Rustin'
[params]
ShowAllPagesInArchive = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowPageNums = true
ShowPostNavLinks = true
ShowReadingTime = true
ShowRssButtonInSectionTermList = true
ShowShareButtons = true
ShowToc = true
author = "Rustin liu"
comments = true
defaultTheme = "auto"
description = "Rustin's personal blog"
displayFullLangName = true
env = "production"
[params.profileMode]
enabled = true
imageHeight = 120
imageTitle = "Rustin"
imageUrl = "https://avatars.githubusercontent.com/u/29879298?v=4"
imageWidth = 120
subtitle = "👋 My name is Rustin Liu and I’m a passionate software engineer who specializes in distributed systems and dev tools."
title = "Rustin"
[params.editPost]
Text = "Suggest Changes"
URL = "https://github.com/Rustin170506/blog/tree/master/content"
appendFilePath = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages.en]
languageName = "English"
weight = 1
[[languages.en.menu.main]]
name = "Posts"
url = "posts/"
weight = 1
[[languages.en.menu.main]]
name = "Presentations"
url = "presentations/"
weight = 2
[[languages.en.menu.main]]
name = "About"
url = "about"
weight = 3
[[languages.en.menu.main]]
name = "Search"
url = "search/"
weight = 4
[[languages.en.menu.main]]
name = "Tags"
url = "tags/"
weight = 5
[[params.socialIcons]]
name = "github"
title = "View Source on Github"
url = "https://github.com/Rustin170506"
[[params.socialIcons]]
name = "YouTube"
title = "YouTube"
url = "https://www.youtube.com/@rustin1024"
[[params.socialIcons]]
name = "LinkedIn"
title = "LinkedIn"
url = "https://www.linkedin.com/in/rustin-liu/"
[[params.socialIcons]]
name = "Email"
title = "Email"
url = "mailto:[email protected]"
[markup.goldmark.renderer]
unsafe = true
[analytics.google]
SiteVerificationTag = "G-6MJ0XT6MNX"