forked from themesberg/flowbite-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
31 lines (26 loc) · 792 Bytes
/
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
languageCode: "en"
title: "Flowbite Admin Dashboard"
# baseURL: "http://localhost:1313"
baseURL: "https://flowbite-admin-dashboard.vercel.app/"
enableInlineShortcodes: true
canonifyURLs: true
params:
homepage: "https://flowbite.com/"
authors: Themesberg
social_image_path: 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"