diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 16:59:20 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 16:59:20 +0200 |
commit | 535c44c127734f91131c3b53bd5634efb1c827b1 (patch) | |
tree | db15cecebf8f70da036ce149f8baa7ff8b6cca29 | |
parent | Initial commit (diff) | |
download | baitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.tar.gz baitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.tar.bz2 baitinq.ml-535c44c127734f91131c3b53bd5634efb1c827b1.zip |
Config: Enable robots.txt
-rw-r--r-- | config.toml | 1 |
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" |