Skip to content

Commit

Permalink
Enable search without using GSC
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum <tim.mccallum@fermyon.com>
  • Loading branch information
tpmccallum committed Mar 15, 2024
1 parent de17d57 commit 85f3469
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f3469

Please sign in to comment.