diff --git a/config.yml b/config.yml index 2fd16f0..fdc00f9 100644 --- a/config.yml +++ b/config.yml @@ -26,6 +26,6 @@ buildFuture: true enableRobotsTXT: true metaDataFormat: "yaml" -disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"] +disableKinds: ["404", "taxonomy", "RSS"] publishDir: "_gh_pages" diff --git a/hugo.yml b/hugo.yml new file mode 100644 index 0000000..2fd16f0 --- /dev/null +++ b/hugo.yml @@ -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"