-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
46 lines (39 loc) · 1.13 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
baseURL = "https://xiao2shiqi.github.io/"
languageCode = "zh-cn"
title = "肖卫卫的 Blog"
theme = "PaperMod"
[params]
# 禁用 profileMode,改用普通主页模式
defaultTheme = "auto"
ShowShareButtons = true
ShowReadingTime = true
displayFullLangName = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
# 主页顶部介绍文字
[params.homeInfoParams]
Title = "Welcome to My Blog"
Content = "Hi, 我是肖卫卫。这里记录我的技术笔记和思考。"
# 社交图标,会显示在顶部介绍下方
[[params.socialIcons]]
name = "x" # PaperMod 主题支持 X (原 Twitter) 图标
url = "http://x.com/xiao2shiqi"
[[params.socialIcons]]
name = "github"
url = "https://github.com/xiao2shiqi"
[[params.socialIcons]]
name = "email"
url = "mailto:[email protected]"
# [[params.socialIcons]]
# name = "rss"
# url = "index.xml"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2