diff --git a/docs/config.json b/docs/config.json
index 946f7f0d6..72b9b8c3a 100644
--- a/docs/config.json
+++ b/docs/config.json
@@ -11,5 +11,8 @@
"blackfriday": {
"smartDashes": false,
"plainIDAnchors": true
- }
+ },
+ "disableKinds": [
+ "taxonomy", "taxonomyTerm"
+ ]
}
diff --git a/docs/i18n/en.toml b/docs/i18n/en.toml
new file mode 100644
index 000000000..b5910c6e2
--- /dev/null
+++ b/docs/i18n/en.toml
@@ -0,0 +1,5 @@
+# Dummy translation file to make errors go away
+# See: https://discourse.gohugo.io/t/monolingual-site/6300
+
+[wordCount]
+other = "{{ .WordCount }} words"
diff --git a/docs/layouts/404.html b/docs/layouts/404.html
new file mode 100644
index 000000000..65387aa4e
--- /dev/null
+++ b/docs/layouts/404.html
@@ -0,0 +1,7 @@
+{{ define "main"}}
+ Go Home
+