-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
66 lines (56 loc) · 1.25 KB
/
hugo.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
baseURL = 'https://goodboylqs.github.io/'
languageCode = 'zh-cn'
title = '饮冰十年,难凉热血 Having dreams is what makes life tolerable'
author = 'lqs'
theme = 'hugo-theme-diary'
[taxonomies]
category = "categories"
tag = "tags"
[[menu.main]]
url = "/categories/读书笔记"
name = "读书笔记"
weight = 1
[[menu.main]]
url = "/categories/编程"
name = "编程"
weight = 2
[[menu.main]]
url = "/categories/会计"
name = "会计"
weight = 3
[[menu.main]]
url = "/categories/心理学"
name = "心理学"
weight = 4
[[menu.main]]
url = "/categories/遴选"
name = "遴选"
weight = 5
[[menu.main]]
url = "/categories/日记"
name = "日记"
weight = 6
[[menu.main]]
url = "/tags"
name = "按标签搜索"
weight = 7
[params]
enableGiscus = true
enableReadingTime=true
[params.giscus]
data_repo="goodboylqs/goodboylqs.github.io"
data_repo_id="R_kgDOKNKQHA"
data_category="Announcements"
data_category_id="DIC_kwDOKNKQHM4CbOPJ"
data_mapping="pathname"
data_strict="0"
data_reactions_enabled="1"
data_emit_metadata="0"
data_input_position="bottom"
data_theme="preferred_color_scheme"
data_lang="en"
crossorigin="anonymous"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true