summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-06 11:03:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-06 11:03:16 +0200
commit4f4019a9a9ddc951d3b9b154801a09dc792425c5 (patch)
tree6ddcb2f8ccee928b6d2cd34e2dd5e6571042170b /config.toml
parent87ac17506aa65209b1541464665da569b8699116 (diff)
Enable robots.txt generation
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 202095a..3a6a07e 100644
--- a/config.toml
+++ b/config.toml
@@ -2,6 +2,7 @@ baseURL = "https://www.tyil.nl/"
languageCode = "en-us"
title = "Tyil"
assetDir = "assets"
+enableRobotsTXT = true
[markup.highlight]
noClasses = false