-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
47 lines (40 loc) · 842 Bytes
/
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
baseURL = 'https://abgelehnt.github.io/'
languageCode = 'zh-CN'
title = "Chi's Blog"
theme = ["PaperMod"]
uglyURLs = true
enableRobotsTXT = true
enableGitInfo = true
hasCJKLanguage = true
[taxonomies]
tag = "tags"
[[menu.main]]
name = "Archive"
url = "archives.html"
weight = 5
[[menu.main]]
name = "Tags"
url = "tags.html"
weight = 10
[[menu.main]]
name = "Search"
url = "search.html"
weight = 10
[params]
author = "Chi Zhang"
ShowReadingTime = true
ShowWordCount = true
ShowCodeCopyButtons = true
ShowToc = true
TocOpen = true
[params.homeInfoParams]
Title = "Chi的个人博客"
Content = "记录知识、分享知识"
[[params.socialIcons]]
name = "email"
url = "mailto:abgelehnt@foxmail.com"
[[params.socialIcons]]
name = "github"
url = "https://github.com/abgelehnt"
[outputs]
home = ["HTML","RSS","JSON"]