summaryrefslogtreecommitdiff
path: root/config/web
diff options
context:
space:
mode:
Diffstat (limited to 'config/web')
-rw-r--r--config/web/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/web/config.toml b/config/web/config.toml
new file mode 100644
index 0000000..f34177b
--- /dev/null
+++ b/config/web/config.toml
@@ -0,0 +1,7 @@
+disableKinds = ['taxonomy', 'term', 'RSS', 'section']
+enableRobotsTXT = true
+publishDir = "public/website"
+
+[outputs]
+ home = ["HTML", "Atom"]
+ page = ["HTML"]