From a0415d2cda286eacd79fe528130a9f54cb37ea98 Mon Sep 17 00:00:00 2001 From: stanislas Date: Mon, 24 Mar 2025 23:35:05 +0100 Subject: [PATCH] Suppression de traces de algolia --- hugo.toml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/hugo.toml b/hugo.toml index ac2cf54..a85b27b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -54,13 +54,6 @@ enableMissingTranslationPlaceholders = false "posts", ] - # Algolia site search section - # See https://www.algolia.com/doc/ - algolia_search_enable = true - algolia_indexName = "stan-site" - algolia_appId = "7W4SAN4PLK" - algolia_apiKey = "cbf12a63ff72d9c5dc0c10c195cf9128" # Search-Only API Key - # Global menu section # See https://gohugo.io/content-management/menus/ [menu] @@ -91,31 +84,7 @@ enableMissingTranslationPlaceholders = false ordered = false [outputs] - home = ["HTML", "RSS", "Algolia"] - -# Algolia Search configure section -[outputFormats.Algolia] - baseName = "algolia" - mediaType = "application/json" - isPlainText = true - notAlternative = true - -[params.algolia] - vars = [ - "title", - "summary", - "content", - "date", - "publishdate", - "description", - "permalink", - "keywords", - "lastmod", - ] - params = [ - "tags", - "categories", - ] + home = ["HTML", "RSS"] [taxonomies] category = "categories"