diff --git a/config.toml b/config.toml index de1deb7..dd75212 100644 --- a/config.toml +++ b/config.toml @@ -34,10 +34,26 @@ enableGitInfo = true enable = true # special amount of posts in each home posts page paginate = 6 + [params.search] + enable = true + # type of search engine ("lunr", "algolia") + type = "lunr" + # max index length of the chunked content + contentLength = 4000 + # placeholder of the search bar + placeholder = "" + # LoveIt NEW | 0.2.1 max number of results length + maxResultLength = 10 + # LoveIt NEW | 0.2.3 snippet length of the result + snippetLength = 30 + # LoveIt NEW | 0.2.1 HTML tag name of the highlight part in results + highlightTag = "em" + # LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index + absoluteURL = false # Social config about the author [params.social] - Telegram = "Guenther1307" + Telegram = "NickSlowinski" Gitea = "https://git.nick-slowinski.de/NickSlowinski/" Email = "nick@nick-slowinski.de" RSS = false