-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (43 loc) · 842 Bytes
/
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
#baseURL = "https://chenxiaoyu.org"
languageCode = "zh-CN"
title = "blog // smallfish"
theme = "hugo-theme-noteworthy"
enableRobotsTXT = true
pageSize = 5
summaryLength = 2
[permalinks]
posts = "/:year/:month/:day/:filename/"
[taxonomies]
tag = "tags"
[author]
name = "smallfish"
[markup.goldmark.renderer]
unsafe = true
[params]
math = true
description = "> ..."
showReadMore = false
github = "https://github.com/smallfish"
twitter = "https://twitter.com/smallfishxy"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
name = "Archives"
identifier = "archives"
url = "/archives/"
weight = 3
#[services]
#[services.disqus]
#shortname = 'smallfish'
[module]
[[module.mounts]]
source = "static"
target = "static/static"