From 850fdeaabfcadad2cdb2e0b300babe5b9844cf49 Mon Sep 17 00:00:00 2001
From: xengineering <me@xengineering.eu>
Date: Sun, 29 May 2022 10:09:08 +0200
Subject: Remove categories and tags

---
 config.toml                                | 6 ++++++
 themes/bare/layouts/_default/taxonomy.html | 9 ---------
 2 files changed, 6 insertions(+), 9 deletions(-)
 delete mode 100644 themes/bare/layouts/_default/taxonomy.html

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>
-- 
cgit v1.2.3-70-g09d2