Skip to content

Commit

Permalink
Merge pull request #119 from tpmccallum/enable-search
Browse files Browse the repository at this point in the history
Enable search without using GSC
  • Loading branch information
ThorstenHans committed Mar 15, 2024
2 parents de17d57 + 85f3469 commit 58c3915
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hugo.toml
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 58c3915

Please sign in to comment.