forked from themesberg/flowbite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
30 lines (25 loc) · 719 Bytes
/
config.yml
File metadata and controls
30 lines (25 loc) · 719 Bytes
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
languageCode: "en"
title: "Flowbite"
baseURL: "https://flowbite.com/docs/"
enableInlineShortcodes: true
params:
homepage: "https://flowbite.com"
current_version: 1.5.4
authors: Themesberg
social_image_path: /docs/images/og-image.png
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
style: colorful
tableOfContents:
startLevel: 2
endLevel: 6
buildDrafts: true
buildFuture: true
enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"]
publishDir: "_gh_pages"