From be3bf4e1f27a00485456d7edad5f4fe4cc95858d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 13 Aug 2022 14:32:56 +0800 Subject: [PATCH] :wrench: Enable the robots file. --- exampleSite/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 20656b0..9c0c8e1 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -80,9 +80,16 @@ outputFormats: isPlainText: true notAlternative: true +# 默认使用本地搜索,如切换到 Algolia 搜索引擎, +# 请将下面的 LocalIndexes 替换成 AlgoliaIndexes +# By default use local search, before switch to Algolia engine +# Please replace LocalIndexes with AlgoliaIndexes outputs: home: ["HTML", "RSS", "LocalIndexes"] +# 输入 +enableRobotsTXT: true + #-------------------------------------- # 菜单配置说明 # identifier : 唯一标识不可重复