From 2941cdef6a905fdcaf1ee447a29986ff4feab5b5 Mon Sep 17 00:00:00 2001 From: Alexandros Date: Thu, 21 Feb 2019 11:46:48 +0200 Subject: [PATCH] Add more Taxonomies configuration (#27) This PR adds the default Hugo taxonomies configuration in the second config of the HugoBasicExample. This PR will fix a number of theme demos that currently require the default Hugo taxonomies. For example the [Plain Blog](https://themes.gohugo.io/plain-blog/) theme demo will generate once again after this PR is merged. --- configTaxo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configTaxo.toml b/configTaxo.toml index 234f5fc2..37abe6c8 100644 --- a/configTaxo.toml +++ b/configTaxo.toml @@ -1,2 +1,4 @@ [taxonomies] +category = "categories" +tag = "tags" series = "series" \ No newline at end of file