-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
89 lines (70 loc) · 1.67 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
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
baseURL = "https://dragonlau0924.github.io"
languageCode = "zh-CN"
# DefaultContentLanguage = "zh-CN"
title = "Mr.Lan🎏"
subtitle = "向内求。"
# 主题
theme = "hello-friend"
summaryLength = 140
hasCJKLanguage = true
# 每页显示的文章数量用于分页
paginate = 10
# rss 输出数量
rssLimit = 5
[menu]
[[menu.main]]
name="memo"
url="/posts/chat/"
weight="1"
[[menu.main]]
name="input"
url="/posts/reading/"
weight="2"
[[menu.main]]
name="output"
url="/posts/output/"
weight="3"
[[menu.main]]
name="archive"
url="/archives/"
weight="4"
[[menu.main]]
name="about"
url="/about/"
weight="5"
[[menu.main]]
name="🔍"
url="/search/"
weight="6"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# "light" or "dark"
defaultTheme = "light"
# if you set this to 0, only submenu trigger will be visible
# showMenuItems = 4
# Enable to show reading time in minutes for posts
showReadingTime = false
logoText = "hello friend"
MenuMore = "更多"
DateFormatList = "2006-01-02 15:04:05"
DateFormatSingle = "2006-01-02 15:04:05"
ReadMore = "阅读全文"
description = "内求外修"
keywords = "博客、app"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[outputs]
home = ["Atom", "HTML","JSON"] # <domain>/atom.xml
page = ["HTML"]
[outputFormats.Atom]
mediatype = "application/rss"
baseName = "atom"
[params.twikoo]
enable = false