about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-31 16:59:20 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-31 16:59:20 +0200
commit535c44c127734f91131c3b53bd5634efb1c827b1 (patch)
treedb15cecebf8f70da036ce149f8baa7ff8b6cca29
parentInitial commit (diff)
downloadbaitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.tar.gz
baitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.tar.bz2
baitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.zip
Config: Enable robots.txt
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index f85cd7a..aefeaf4 100644
--- a/config.toml
+++ b/config.toml
@@ -2,6 +2,7 @@ baseURL = 'http://baitinq.github.io/'
 languageCode = 'en-us'
 title = 'Baitinq'
 math = true
+enableRobotsTXT = true
 
 theme = "researcher"