Replace homepage search widget with Quick Launch

Use Quick Launch settings for Kagi search with suggestions instead of
the search widget, which is the proper way to configure keyboard-driven
search in homepage.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-02 15:08:35 -08:00
commit 9db4c9d9ae

View file

@ -117,11 +117,6 @@ config:
provider: openweathermap provider: openweathermap
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}" apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}"
cache: 15 cache: 15
- search:
provider: custom
url: https://kagi.com/search?q=
target: _blank
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
# Kubernetes autodiscovery # Kubernetes autodiscovery
kubernetes: kubernetes:
@ -131,6 +126,12 @@ config:
settingsString: | settingsString: |
title: BlumeOps title: BlumeOps
headerStyle: boxed headerStyle: boxed
quicklaunch:
searchDescriptions: true
showSearchSuggestions: true
provider: custom
url: https://kagi.com/search?q=
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
layout: layout:
Host Services: Host Services:
style: column style: column