diff --git a/hugo.toml b/hugo.toml index b7eb224..0c74f40 100644 --- a/hugo.toml +++ b/hugo.toml @@ -120,10 +120,12 @@ github_project_repo = "https://github.com/spinkube/spin-operator" github_branch= "main" # Google Custom Search Engine ID. Remove or comment out to disable search. -gcs_engine_id = "d774df95371c74907" +# gcs_engine_id = "d774df95371c74907" # Enable Lunr.js offline search -offlineSearch = false +offlineSearch = true +offlineSearchSummaryLength = 200 +offlineSearchMaxResults = 25 # Enable syntax highlighting and copy buttons on code blocks with Prism prism_syntax_highlighting = false