-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.back.toml
132 lines (99 loc) · 2.42 KB
/
config.back.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
baseURL = "https://blog.zzsqwq.cn"
title = "Zs's Blog"
theme = "hugo-coder"
languageCode = "en"
publishDir= "public"
defaultContentLanguage = "en"
paginate = 20
# pygmentsStyle = "autumn"
# pygmentsCodeFences = true
# pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
googleAnalytics = 'G-WF7TH97J9X'
[markup.goldmark.renderer]
unsafe = true
[params]
author = "zzsqwq"
description = "Zs's personal website."
keywords = "blog,developer,personal"
info = ["An undergraduate student in NWPU", "Interested in Robotics and Computer vision"]
avatarURL = "images/avatar.png"
favicon_32 = "images/favicon-32x32.png"
dateFormat = "January 2, 2006"
since = 2019
math = true
rtl = false
colorScheme = "auto"
hideColorSchemeToggle = false
maxSeeAlsoItems = 5
customCSS = []
customSCSS = []
customJS = []
[params.utterances]
# repo = "zzsqwq/hugo-blog-comment" # https://utteranc.es/#heading-repository
# issueTerm = "pathname" # https://utteranc.es/#heading-mapping
# label = "comment" # https://utteranc.es/#heading-issue-label
# theme = "preferred-color-scheme" # https://utteranc.es/#heading-theme
[params.giscus]
repo = "zzsqwq/hugo-blog-comment"
repoID = "R_kgDOGgU1qQ"
category = "Announcements"
categoryID = "DIC_kwDOGgU1qc4CSX1m"
mapping = "pathname"
strict = "0"
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "top"
theme = "preferred_color_scheme"
lang = "en"
loading= "lazy"
crossorigin = "anonymous"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/zzsqwq/"
[[params.social]]
name = "Gitlab"
icon = "fa fa-2x fa-gitlab"
weight = 3
url = "https://gitlab.com/zzsqwq/"
[[params.social]]
name = "Telegram"
icon = "fa fa-2x fa-telegram"
weight = 2
url = "https://t.me/zzsqwq"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 5
url = "https://blog.zzsqwq.cn/index.xml"
rel = "alternate"
type = "application/rss+xml"
[languages.en]
languageName = ":uk:"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Posts"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "Homepage"
weight = 5
url = "https://zzsqwq.cn/"
[[languages.en.menu.main]]
name = "Contact Me"
weight = 4
url = "contact/"
[[languages.en.menu.main]]
name = "Friends"
weight = 3
url = "friends/"