Skip to content

Fix deprecation warning #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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"