diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 21:21:33 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 21:21:33 +0200 |
| commit | b645f0cdb76d6fb3d43676211a7579ea0d6982ff (patch) | |
| tree | c1381cde3a7a5f045b89df7637cf551b65401d5c /hugo.toml | |
| parent | 8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6 (diff) | |
| download | website-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.toml | 14 |
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" |
