diff options
author | wires <wires@noreply.wires.systems> | 2025-01-11 19:28:19 -0500 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-01-11 19:28:19 -0500 |
commit | d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe (patch) | |
tree | 8db34151a0d68aefd2fd852d821a3c9f23edb240 /hugo.toml | |
download | blog-d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe.tar.gz |
initial commit
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 23 |
1 files changed, 23 insertions, 0 deletions
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" |