diff options
-rw-r--r-- | config.toml | 3 | ||||
-rw-r--r-- | static/robots.txt | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 04c2c37..146001d 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,7 @@ baseURL = "https://xengineering.eu/" theme = "bare" - +enableRobotsTXT = true disableKinds = ["taxonomy", "term", "RSS"] - [taxonomies] category = "categories" tag = "tags" diff --git a/static/robots.txt b/static/robots.txt deleted file mode 100644 index 581073b..0000000 --- a/static/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Disallow: / -Allow: /index.html |