-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
83 lines (67 loc) · 1.79 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
baseURL = "https://xxm404.github.io/"
title = "辛二's Blog"
languageCode = "zh-hans"
theme = "hermit"
# googleAnalytics = "UA-130696996-1"
enableRobotsTXT = true
enableEmoji = true
disqusShortname = "xxm404-github-io"
paginate = 5
rssLimit = 20
hasCJKLanguage = true
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "dracula"
defaultContentDir = "posts"
enableGitInfo = true
# [sitemap]
# changefreq = "weekly"
# priority = 0.5
# filename = "sitemap.xml"
[author]
name = "辛二"
[taxonomies]
tag = "tags"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# gitUrl = "https://github.com/aylei/blog/commit/"
homeSubtitle = "Reliability, Scalability, Maintainability"
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
logoImage = "me.jpeg"
since = "2019"
homeFullContent = false
rssFullContent = true
archive-paginate = 10
dateFormatToUse = "2006-01-02"
moreMeta = true
showMenuLanguageChooser = true
showAuthorInfo = true
toc = true
photoswipe = true
keywords = ["cloudnative","devops","kubernetes","golang","php","programming"]
description = "One more!"
[[params.social]]
name = "twitter"
url = ""
[[params.social]]
name = "github"
url = "https://github.com/xxm404"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[params.meta]
description = "辛二's Blog"
keywords = "cloudnative,devops,kubernetes,prometheus,golang,java,programming"
[menu]
[[menu.main]]
name = "文章"
url = "posts/"
weight = 10
[[menu.main]]
name = "关于"
url = "about/"
weight = 20