From b645f0cdb76d6fb3d43676211a7579ea0d6982ff Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jul 2026 21:21:33 +0200 Subject: Rename to hugo.toml The old path config.toml is not recommended any more. --- hugo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') 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" -- cgit v1.3.1