summaryrefslogtreecommitdiff
path: root/config/web/hugo.toml
diff options
context:
space:
mode:
authorNicholas Johnson <mail@nicholasjohnson.ch>2024-11-07 00:00:00 +0000
committerNicholas Johnson <mail@nicholasjohnson.ch>2024-11-07 00:00:00 +0000
commite04c22dbb133e76da41874a8ff93fe7a87e46746bde735b014ef223e68af51c7 (patch)
tree750c491a3810f0f735fbcaa72c411650ef6857c66ad27228fec168ba63145f64 /config/web/hugo.toml
parentd3470dad730acbb102b4517903b617f91db72d154454994a4cf38d606736220d (diff)
downloadjournal-e04c22dbb133e76da41874a8ff93fe7a87e46746bde735b014ef223e68af51c7.tar.gz
journal-e04c22dbb133e76da41874a8ff93fe7a87e46746bde735b014ef223e68af51c7.zip
Transition to new config file naming convention
Diffstat (limited to 'config/web/hugo.toml')
-rw-r--r--config/web/hugo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/web/hugo.toml b/config/web/hugo.toml
new file mode 100644
index 0000000..872f18c
--- /dev/null
+++ b/config/web/hugo.toml
@@ -0,0 +1,9 @@
+disableKinds = ['RSS', 'section']
+publishDir = "public/website"
+enableRobotsTXT = true
+
+[outputs]
+ home = ["HTML", "Atom"]
+ page = ["HTML"]
+ taxonomy = ["HTML", "Atom"]
+ term = ["HTML", "Atom"]