-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
145 lines (129 loc) · 4.07 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
baseURL: "https://celendi.gg"
title: Celendi
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
googleAnalytics:
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Team Celendi
description: "Celendi is a multipurpose discord bot designed to be the only bot you need in your server, containing a wide selection of commands from fun to moderation, we have it all!"
keywords: [Celendi, Discord Bot, Celendi Bot]
author: Team Celendi
# author: ["Me", "You"] # multiple authors
images: ["https://github.com/Celendi/Brand-Kit/blob/main/banners/transparant.png?raw=true"]
DateFormat: "January 2, 2006"
defaultTheme: dark # dark, light, auto
disableThemeToggle: true
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
disableHLJS: true # to disable highlight.js
disableFingerprinting: true
favicon: "https://github.com/Celendi/Brand-Kit/blob/main/favicons/favicon.ico?raw=true"
favicon16x16: "https://github.com/Celendi/Brand-Kit/blob/main/favicons/favicon-16x16.png?raw=true"
favicon32x32: "https://github.com/Celendi/Brand-Kit/blob/main/favicons/favicon-32x32?raw=true"
apple_touch_icon: "https://github.com/Celendi/Brand-Kit/blob/main/favicons/apple-touch-icon.png?raw=true"
safari_pinned_tab: "https://github.com/Celendi/Brand-Kit/blob/main/favicons/favicon.ico?raw=true"
label:
text: " "
icon: "https://github.com/Celendi/Brand-Kit/blob/main/banners/transparant.png?raw=true"
iconHeight: 80
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
title: Celendi
subtitle: "Celendi is a multipurpose discord bot designed to be the only bot you need in your server, containing a wide selection of commands from fun to moderation, we have it all!"
imageUrl: "https://raw.githubusercontent.com/Celendi/Brand-Kit/main/logos/red/red.svg?raw=true"
imageWidth: 200
imageHeight: 200
imageTitle: Celendi Logo
buttons:
- name: Invite
url: https://celendi.gg/invite
- name: Discord
url: https://celendi.gg/discord
# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: Welcome to my blog
socialIcons:
- name: kofi
url: "https://ko-fi.com/celendibot"
- name: github
url: "https://github.com/celendi"
- name: twitter
url: "https://twitter.com/celendibot"
- name: reddit
url: "https://reddit.com/r/celendibot"
- name: tiktok
url: "https://tiktok.com/@celendibot"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# 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"]
menu:
main:
- identifier: Invite
name: Invite
url: https://celendi.gg/invite
weight: 1
- identifier: Vote
name: Vote
url: https://celendi.gg/vote
weight: 2
- identifier: Discord
name: Discord
url: https://celendi.gg/discord
weight: 3
- identifier: Status
name: Status
url: https://status.celendi.gg
weight: 4
- identifier: Documentation
name: Documentation
url: https://docs.celendi.gg
weight: 5
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true