-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
101 lines (90 loc) · 2.13 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
baseURL: http://blog.matrixcore.dev/
languageCode: en-us
title: MatrixCore
theme: PaperMod
paginate: 5
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
pygmentsUseClasses: true
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON
params:
title: MatrixCore
description: "MatrixCore Development Blog"
keywords: [Blog, iOS, Matrix]
author: Finn Behrens
DateFormat: "02.01.2006"
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
disableFingerprinting: true
homeInfoParams:
Title: "MatrixCore"
Content: "Matrix swift sdk"
socialIcons:
- name: github
url: "https://github.com/matrixcore/matrixcore"
- name: Matrix
url: https://matrix.to/#/#matrixcore:petabyte.dev
editPost:
URL: "https://github.com/MatrixCore/blog/blob/main/content"
Text: "Suggest Changes"
appendFilePath: true
profileMode:
enabled: false
title: MatrixCore
imageUrl: "#"
#imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Blog
url: blog
- name: Tags
url: tags
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: posts
name: posts
url: /posts
weight: 10
#- identifier: categories
# name: categories
# url: /categories/
# weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: nio
name: Nio
url: https://nio.chat
weight: 30