-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
171 lines (156 loc) · 3.68 KB
/
config.yml
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
baseURL: https://lexcao.io
title: The Coding Notes
theme: PaperMod
paginate: 5
defaultContentLanguage: en
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: false
googleAnalytics: "G-DDVMDVDZMH"
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON
languages:
en:
contentDir: content/en
languageName: English
weight: 1
DateFormat: "January 2, 2006"
profileMode:
enabled: true
imageUrl: "profile_avatar.webp"
imageWidth: 150
imageHeight: 150
title: Lex Cao
subtitle: Stay hungry, stay foolish.
buttons:
- name: Posts
url: posts
- name: Projects
url: projects
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 1
- identifier: archives
name: Archives
url: /archives/
weight: 2
- identifier: tags
name: Tags
url: /tags/
weight: 3
- identifier: projects
name: Projects
url: /projects/
weight: 4
- identifier: about
name: About
url: /about/
weight: 5
zh:
contentDir: content/zh
languageName: 中文
weight: 2
DateFormat: "2006 01/02"
profileMode:
enabled: true
imageUrl: "/profile_avatar.webp"
imageWidth: 150
imageHeight: 150
title: 曹 历鑫
subtitle: 在城市的肋骨间,感受一成不变的节拍
buttons:
- name: 博文
url: posts
- name: 项目
url: projects
label:
text: 代码笔记
menu:
main:
- identifier: search
name: 搜索
url: /search/
weight: 1
- identifier: archives
name: 归档
url: /archives/
weight: 2
- identifier: tags
name: 标签
url: /tags/
weight: 3
- identifier: projects
name: 项目
url: /projects/
weight: 4
- identifier: about
name: 关于
url: /about/
weight: 5
params:
gtm_id: "GTM-KJ277ZJ"
env: production
title: The Coding Notes
description: Share / Summary / Record
keywords: [ Blog ]
author: Lex Cao
images: [ "https://images.unsplash.com/photo-1510843572979-e4b9e790fdd7?auto=format&fit=crop&w=720&q=80" ]
defaultTheme: auto # dark, light
disableThemeToggle: false
displayFullLangName: true
ShowReadingTime: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
assets:
favicon: "/favicon.ico"
socialIcons:
- name: github
url: "https://github.com/lexcao"
- name: twitter
url: "https://twitter.com/lexcao"
- name: email
url: "mailto:lexcao@foxmail.com"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# editPost:
# URL: "https://github.com/lexcao/lexcao.github.io/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: [ "title", "permalink", "summary", "content" ]
taxonomies:
tag: tags
markup:
goldmark:
renderer:
unsafe: true