summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-07-21 21:21:33 +0200
committerxengineering <me@xengineering.eu>2026-07-21 21:21:33 +0200
commitb645f0cdb76d6fb3d43676211a7579ea0d6982ff (patch)
treec1381cde3a7a5f045b89df7637cf551b65401d5c /hugo.toml
parent8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6 (diff)
downloadwebsite-b645f0cdb76d6fb3d43676211a7579ea0d6982ff.tar
website-b645f0cdb76d6fb3d43676211a7579ea0d6982ff.tar.zst
website-b645f0cdb76d6fb3d43676211a7579ea0d6982ff.zip
Rename to hugo.toml
The old path config.toml is not recommended any more.
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..da61d46
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,14 @@
+baseURL = "https://xengineering.eu/"
+enableRobotsTXT = true
+disableKinds = ["taxonomy", "term", "RSS"]
+[taxonomies]
+ category = "categories"
+ tag = "tags"
+[markup]
+ [markup.tableOfContents]
+ endLevel = 6
+ ordered = false
+ startLevel = 4
+[[module.mounts]]
+source = "simple.css/simple.css"
+target = "static/simple.css"