summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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"