forked from ChungZH/ChungZH.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
105 lines (93 loc) · 2.2 KB
/
config.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
baseurl: "https://blog.chungzh.cn"
languageCode: "zh-cn"
title: "ChungZH's Blog"
#theme: "hugo-tania"
theme: "klay"
paginate: 10
buildFuture: true
# disqusShortname: https-hugo-tania-netlify-app
params:
# Emoji will show before the blog title on site navbar.
titleEmoji: 🎆
# Logo will show before the blog title on site navbar.
titleLogo: BlogFavicon16.png
favicon: BlogFavicon16.png
# Enable float footnotes.
# Default to true
enableFootnotes: true
siteName: "ChungZH's Blog"
siteDesc: "Welcome to my blog!"
author: "ChungZH"
colorScheme:
# Enable toggle colorScheme
# Default to true
toggle: true
# Default colorScheme
# Default to auto
default: light
# Limit how many categories filter show above search input.
# Default to 5
maxCategoryToShow: 10
# Show your socail information with icon on index bio with `_index.md` content.
socialOptions:
dev-to:
email: mailto:[email protected]
facebook:
github: https://github.com/ChungZH
instagram:
linkedin:
medium:
stack-overflow:
steam:
telegram: https://t.me/skyporker_channel
twitter: https://twitter.com/realChungZH
twitch:
whatsapp:
# Comments settings
comments:
enabled: true
provider: giscus
giscus:
repo: ChungZH/ChungZH.github.io
id: MDEwOlJlcG9zaXRvcnkxNzcxMjMzNjI=
category:
name: Comments
id: DIC_kwDOCo6wIs4B_i5g
mapping: title
build:
writeStats: true
menu:
header:
- name: 存档
url: "/archives/"
- name: 关于
url: "/about/"
- name: 友链
url: "/friends/"
- name: 标签
url: "/tags/"
footer:
- name: RSS
url: "/index.xml"
- name: CC BY-NC-SA 2.5
url: "https://creativecommons.org/licenses/by-nc-sa/2.5/cn/"
markup:
goldmark:
renderer:
unsafe: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
noClasses: true
noHl: false
style: monokailight
tabWidth: 4
outputs:
home: ["HTML", "RSS", "JSON"]