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. --- config.toml | 14 -------------- hugo.toml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 config.toml create mode 100644 hugo.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index da61d46..0000000 --- a/config.toml +++ /dev/null @@ -1,14 +0,0 @@ -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" 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