-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (52 loc) · 1.18 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 = "http://www.yuhengchen.com/"
DefaultContentLanguage = "zh" # Theme's display language, supports: en, fr, zh, zh-hant
languageCode = "zh"
title = "Skyline Artifact"
copyright = "2020 skyfact"
theme = "diary"
# googleAnalytics = "UA-123-45"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[params]
subtitle = "skyfact"
#enableGitalk = true
disableDarkMode=true
favicon="/favicon.ico"
# Twitter Card and Open Graph settings
enableOpenGraph = true
enableTwitterCards = true
title = "Skyline Artifact" # will set 'og:site_name'
description = "My HomePage Description" # will set 'og:description'
#[params.gitalk]
# owner = "user"
# repo = "repo name"
# client_id = "your client id"
# client_secret = "your client secret"
[taxonomies]
tag = "tags"
category = "categories"
[[menu.main]]
url = "/posts"
name = "博客"
weight = 1
[[menu.main]]
url = "/categories"
name = "分类"
weight = 2
[[menu.main]]
url = "/tags"
name = "标签"
weight = 3
#[[menu.main]]
#url = "/index.xml"
#name = "RSS Feed"
#weight = 4