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