-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (49 loc) · 1.03 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
baseURL = "//atutang.com"
languageCode = "zh-cn"
title = "阿凸日记"
theme = "atu"
# 每页显示文章数量
paginate = 5
hasCJKLanguage = true
googleAnalytics = "UA-59524632-1"
summaryLength = 400
OpenGraph = true
enableRobotsTXT = true
[sitemap]
ChangeFreq = "weekly"
Priority = "0.5"
[Params]
enableComment = true
description = "阿凸的个人博客,主要记录个人生活及工作感悟。梦想遥不可及,因而陷入妄想"
[taxonomies]
tag = "tags"
category = "categories"
[permalinks]
posts = "/:year/:month/:filename/"
[frontmatter]
lastmod = [":fileModTime", ":default"]
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "manni"
tabWidth = 4
[[menu.main]]
name = "文章归档"
url = "/posts"
weight = "100"
[[menu.main]]
name = "标签分类"
url = "/tags"
weight = "300"
[[menu.main]]
name = "关于"
url = "/about"
weight = "400"