forked from lmm214/immmmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
88 lines (75 loc) · 1.74 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
baseURL = "https://immmmm.com"
languageCode = "zh-CN"
# DefaultContentLanguage = "zh-CN"
title = "木木木木木"
subtitle = "不问明天,悠然浪费"
theme = "hello-friend"
summaryLength = 140
hasCJKLanguage = true
# 每页显示的文章数量用于分页
paginate = 10
# rss 输出数量
rssLimit = 5
timeout = '10m'
ignoreErrors = ["error-remote-getjson","error-remote-getcsv"]
[permalinks]
posts = "/:filename/"
tags = "/tags/:slug/"
[menu]
[[menu.main]]
name="哔哔"
url="/bbs/"
weight="1"
[[menu.main]]
name="友圈"
url="/friends/"
weight="2"
[[menu.main]]
name="好物"
url="/goods/"
weight="3"
[[menu.main]]
name="归档"
url="/archives/"
weight="4"
[[menu.main]]
name="导航"
url="https://edui123.com/"
weight="5"
[[menu.main]]
name="关于"
url="/about/"
weight="6"
[Author]
name = "林木木"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# "light" or "dark"
defaultTheme = "dark"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 6
# 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 = "阅读全文"
EditPath = 'https://github.com/lmm214/immmmm/edit/master/content'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[outputs]
home = ["HTML","Atom","JSON"] # <domain>/atom.xml
page = ["HTML"]
[outputFormats.Atom]
mediatype = "application/rss"
baseName = "atom"
[params.twikoo]
enable = true