-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathquartz.config.yaml
More file actions
290 lines (290 loc) · 7.74 KB
/
Copy pathquartz.config.yaml
File metadata and controls
290 lines (290 loc) · 7.74 KB
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
# yaml-language-server: $schema=https://raw.githubusercontent.com/jackyzha0/quartz/refs/heads/v5/quartz/plugins/quartz-plugins.schema.json
configuration:
pageTitle: Vim Motions
pageTitleSuffix: ''
enableSPA: true
enablePopovers: true
analytics:
provider: null
locale: en-US
baseUrl: saberzero1.github.io/motions
ignorePatterns:
- private
- templates
- .obsidian
theme:
fontOrigin: googleFonts
cdnCaching: true
typography:
header: Schibsted Grotesk
body: Source Sans Pro
code: IBM Plex Mono
colors:
lightMode:
light: '#faf8f8'
lightgray: '#e5e5e5'
gray: '#b8b8b8'
darkgray: '#4e4e4e'
dark: '#2b2b2b'
secondary: '#284b63'
tertiary: '#84a59d'
highlight: rgba(143, 159, 169, 0.15)
textHighlight: '#fff23688'
darkMode:
light: '#161618'
lightgray: '#393639'
gray: '#646464'
darkgray: '#d4d4d4'
dark: '#ebebec'
secondary: '#7b97aa'
tertiary: '#84a59d'
highlight: rgba(143, 159, 169, 0.15)
textHighlight: '#b3aa0288'
plugins:
- source: '@quartz-community/created-modified-date'
enabled: true
options:
defaultDateType: modified
priority:
- frontmatter
- git
- filesystem
order: 10
- source: '@quartz-community/syntax-highlighting'
enabled: true
options:
theme:
light: github-light
dark: github-dark
keepBackground: false
order: 20
- source: '@quartz-community/obsidian-flavored-markdown'
enabled: true
options:
comments: true
highlight: true
wikilinks: true
callouts: true
mermaid: true
parseTags: true
parseArrows: true
parseBlockReferences: true
enableInHtmlEmbed: false
enableYouTubeEmbed: true
enableVideoEmbed: true
enableCheckbox: true
order: 30
- source: '@quartz-community/github-flavored-markdown'
enabled: true
order: 40
- source: '@quartz-community/table-of-contents'
enabled: true
order: 50
layout:
position: right
priority: 30
- source: '@quartz-community/crawl-links'
enabled: true
options:
markdownLinkResolution: shortest
order: 60
- source: '@quartz-community/description'
enabled: true
order: 70
- source: '@quartz-community/latex'
enabled: true
options:
renderEngine: katex
order: 80
- source: '@quartz-community/citations'
enabled: false
order: 85
- source: '@quartz-community/hard-line-breaks'
enabled: true
order: 90
- source: '@quartz-community/ox-hugo'
enabled: false
order: 91
- source: '@quartz-community/roam'
enabled: false
order: 92
- source: '@quartz-community/remove-draft'
enabled: true
- source: '@quartz-community/explicit-publish'
enabled: false
- source: '@quartz-community/alias-redirects'
enabled: true
- source: '@quartz-community/content-index'
enabled: true
options:
enableSiteMap: true
enableRSS: true
- source: '@quartz-community/favicon'
enabled: true
- source: '@quartz-community/og-image'
enabled: true
- source: '@quartz-community/cname'
enabled: true
- source: '@quartz-community/canvas-page'
enabled: true
- source: '@quartz-community/content-page'
enabled: true
- source: '@quartz-community/folder-page'
enabled: true
- source: '@quartz-community/tag-page'
enabled: true
- source: '@quartz-community/explorer'
enabled: true
layout:
position: left
priority: 50
- source: '@quartz-community/graph'
enabled: true
layout:
position: right
priority: 10
- source: '@quartz-community/search'
enabled: true
layout:
position: left
priority: 20
group: toolbar
groupOptions:
grow: true
- source: '@quartz-community/backlinks'
enabled: true
layout:
position: right
priority: 50
- source: '@quartz-community/article-title'
enabled: true
layout:
position: beforeBody
priority: 10
- source: '@quartz-community/content-meta'
enabled: false
layout:
position: beforeBody
priority: 20
- source: '@quartz-community/tag-list'
enabled: true
layout:
position: beforeBody
priority: 30
- source: '@quartz-community/page-title'
enabled: true
layout:
position: left
priority: 10
- source: '@quartz-community/darkmode'
enabled: true
layout:
position: left
priority: 30
group: toolbar
- source: '@quartz-community/reader-mode'
enabled: false
layout:
position: left
priority: 35
group: toolbar
- source: '@quartz-community/breadcrumbs'
enabled: true
layout:
position: beforeBody
priority: 5
condition: not-index
- source: '@quartz-community/comments'
enabled: false
options:
provider: giscus
options: {}
layout:
position: afterBody
priority: 10
- source: '@quartz-community/footer'
enabled: true
options:
links:
GitHub: https://github.com/saberzero1/motions
Obsidian: https://community.obsidian.md/plugins/vim-motions
- source: '@quartz-community/recent-notes'
enabled: false
- source: '@quartz-community/spacer'
enabled: true
options: {}
order: 25
layout:
position: left
priority: 25
display: mobile-only
- source: '@quartz-community/bases-page'
enabled: true
options: {}
order: 50
- source: '@quartz-community/note-properties'
enabled: true
options:
includeAll: false
includedProperties:
- description
- tags
- aliases
excludedProperties: []
hidePropertiesView: true
delimiters: ---
language: yaml
order: 5
layout:
position: beforeBody
priority: 15
display: all
- source: '@quartz-themes/core'
enabled: true
options:
theme: terminal2k
mode: both
- source: '@quartz-community/encrypted-pages'
enabled: false
options:
visibility: icon
iterations: 600000
passwordField: password
order: 900
layout:
position: body
priority: 100
display: all
- source: '@quartz-community/stacked-pages'
enabled: false
layout:
position: afterBody
priority: 50
display: all
layout:
groups:
toolbar:
priority: 35
direction: row
gap: 0.5rem
byPageType:
'404':
positions:
beforeBody: []
left: []
right: []
content:
exclude:
- reader-mode
folder:
exclude:
- reader-mode
positions:
right: []
tag:
exclude:
- reader-mode
positions:
right: []
canvas: {}
bases: {}