Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ buildFuture: true

enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"]
disableKinds: ["404", "taxonomy", "RSS"]

publishDir: "_gh_pages"
31 changes: 31 additions & 0 deletions hugo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"