From d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe Mon Sep 17 00:00:00 2001 From: wires Date: Sat, 11 Jan 2025 19:28:19 -0500 Subject: initial commit --- hugo.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..3c4aff7 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,23 @@ +baseURL = 'https://wires.systems' +languageCode = 'en-us' +title = "wires" +uglyurls = true +enableGitInfo = true +disableKinds = ['taxonomy', 'term', 'section'] + +[markup] + highlight.noClasses = false + goldmark.renderer.unsafe = true + tableOfContents.ordered = true + +[outputFormats.rss] + baseName = 'feed' + +[params] + description = "wires within wires, systems within systems" + +[[menu.main]] + name = "git" + url = "https://git.wires.systems/wires" + [menu.main.params] + rel = "me" -- cgit 1.4.1