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 : 唯一标识不可重复