-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (37 loc) · 1.01 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
baseURL = "https://aiirobyte.github.io/"
title = "雾中之语"
theme = "hugo-paper"
enableRobotsTXT = true # generate robots.txt
enableEmoji = true # use emoji support
hasCJKLanguage = true # detect CJK languages for word count etc.
preserveTaxonomyNames = true # do not make tag names lowercase
page_view_conter = true
[params]
postDateFormat = "2006-1-2" # override custom date format posts.
mainSections = ['blog', 'review']
color = "linen"
monoDarkIcon = true
github = "aiirobyte"
twitter = "aiirobyte"
avatar = 'https://raw.githubusercontent.com/aiirobyte/aiirobyte.github.io/main/resources/avatar.jpg'
name = 'Aiirobyte'
bio = '雾中之人'
[menu]
[[menu.main]]
name = "文章"
weight = 1
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "自省"
weight = 1
identifier = "review"
url = "/review/"
[[menu.main]]
name = "标签"
url = "/tags/"
weight = 2
[[menu.main]]
name = "关于"
identifier = "about"
url = "/about/"