From 0e5231193fb33d9b8a2473eff0626c11ce7a3908 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sat, 1 Oct 2022 22:17:08 -0700 Subject: [PATCH] added sitemap and taxonomy flag --- config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.yaml b/config.yaml index a9a7a18..501ca4d 100644 --- a/config.yaml +++ b/config.yaml @@ -6,3 +6,12 @@ theme: "hugo-bulma-cookbook" taxonomies: category: 'categories' tag: 'tags' + #season: 'seasons' + +# Used to bring the /tags/ forward +preserveTaxonomyNames: true + +sitemap: + changefreq: monthly + filename: sitemap.xml + priority: 0.5 \ No newline at end of file