-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (60 loc) · 1.55 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
baseURL = "https://lqgl.asia"
title = "Kami's Planet"
staticDir = ["static", "content-static"]
languageCode = "zh-CN"
defaultContentLanguage = 'zh'
hasCJKLanguage = true
rssLimit = 10
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
code_copy_button = true # Turn on/off the code-copy-button for code-fields
[author]
name = "Kami"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
noClasses = false
# [markup.blackFriday]
# hrefTargetBlank = true
[taxonomies]
tag = "tags"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 02"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
description = "Kami的个人博客"
keywords = "Kami,blog,博客,个人网站,中文独立博客"
accentColor = "#54BAB9"
images = ["apple-touch-icon.png"]
# bgImg = "/img/bg.jpg"
# gitUrl = "https://github.com/lqgl/blog/commit/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/kami2077"
[[params.social]]
name = "telegram"
url = "http://t.me/kami2049"
[[params.social]]
name = "github"
url = "https://github.com/lqgl"
[menu]
[[menu.main]]
name = "Writing"
url = "/writing"
weight = 10
[[menu.main]]
name = "Gallery"
url = "/gallery"
weight = 20
[[menu.main]]
name = "Link"
url = "/link"
weight = 30
[[menu.main]]
name = "About"
url = "/about"
weight = 40