From 2f29fa9a7b3d867478d5c269e4ea27009eb40d17 Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Sun, 18 Feb 2024 10:59:10 -0500 Subject: [PATCH] turn on taxonomies --- org-cyf/hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/org-cyf/hugo.toml b/org-cyf/hugo.toml index c20c24e17..627c59be4 100644 --- a/org-cyf/hugo.toml +++ b/org-cyf/hugo.toml @@ -1,5 +1,11 @@ title = "CYF Curriculum" + +[taxonomies] + category = 'categories' # Content types are blocks, definitions, guides + tag = 'themes' + + [module] [[module.imports]] path = "github.com/CodeYourFuture/curriculum/common-theme" @@ -59,7 +65,6 @@ guessSyntax = true # Enable HTML codeblocks, e.g. for
blocks unsafe = true hardWraps = true -disableKinds = ["taxonomy", "term"] footnote= true