Suppression de traces de algolia
This commit is contained in:
parent
2cb884888b
commit
a0415d2cda
1 changed files with 1 additions and 32 deletions
33
hugo.toml
33
hugo.toml
|
@ -54,13 +54,6 @@ enableMissingTranslationPlaceholders = false
|
||||||
"posts",
|
"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
|
# Global menu section
|
||||||
# See https://gohugo.io/content-management/menus/
|
# See https://gohugo.io/content-management/menus/
|
||||||
[menu]
|
[menu]
|
||||||
|
@ -91,31 +84,7 @@ enableMissingTranslationPlaceholders = false
|
||||||
ordered = false
|
ordered = false
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "Algolia"]
|
home = ["HTML", "RSS"]
|
||||||
|
|
||||||
# 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",
|
|
||||||
]
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue