summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml6
-rw-r--r--themes/bare/layouts/_default/taxonomy.html9
2 files changed, 6 insertions, 9 deletions
diff --git a/config.toml b/config.toml
index 09d1dad..071c8b2 100644
--- a/config.toml
+++ b/config.toml
@@ -1,2 +1,8 @@
baseURL = "https://xengineering.eu/"
theme = "bare"
+
+disableKinds = ["taxonomy", "term"]
+
+[taxonomies]
+ category = "categories"
+ tag = "tags"
diff --git a/themes/bare/layouts/_default/taxonomy.html b/themes/bare/layouts/_default/taxonomy.html
deleted file mode 100644
index 8dfbda8..0000000
--- a/themes/bare/layouts/_default/taxonomy.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
- <body>
- <h1>Welcome!</h1>
-
- <h2>{{ .Title }}</h2>
- {{ .Content }}
-
- </body>
-</html>