-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (58 loc) · 1.37 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
DefaultContentLanguage = "cn"
author = "K-C"
baseURL = "https://chi-kai.github.io"
disqusShortname = "ck"
hasCJKLanguage = true
languageCode = "zh-cn"
theme = "tokiwa"
title = "悉达多"
googleAnalytics = "G-CWBXLVG90W"
canonifyurls = false
paginate = 10
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = 'manni'
[markup]
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe= true
[markup.highlight]
style = "monokailight"
[params]
bannerFont = "fonts/exampleFont"
description = """
成功只有一个:按照自己的方式,去度过人生
"""
env = "production" # for Google Analytics and DISQUS.
favicon = "img/favicon-32x32.png"
fuse = true # for searchbox. "JSON" must added to output contents. See [outputs].
math = true # for introducing $KaTEX$
useChineseFonts = true
postDateFormat = "2006-1-2"
[menu]
# Shown in the side menu.
[[menu.main]]
identifier = "post"
name = "Posts"
url = "/post/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[social]
github = "https://github.com/Chi-Kai"
mail = "[email protected]"
# any icon in layouts/partials/svg can be used by the name without the "-line.svg"
[outputs]
home = ["HTML", "RSS", "JSON"]