From 5ac03bbcf2b31fbc279a26eb7889668cb07c8298 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 20 Apr 2020 17:25:15 +0800 Subject: Enable robots.txt by default --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 90e6a87..fd7113c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,6 +3,7 @@ title = "Fuji Demo" theme = "fuji" hasCJKLanguage = true enableEmoji = true +enableRobotsTXT = true disableKinds = ["RSS", "taxonomyTerm"] ## Change this two to switch between different language -- cgit v1.2.3