From dd1397f70076f4c4bc7a76a78eadc73fdab0feb3 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 24 Feb 2026 14:26:28 -0500 Subject: [PATCH] Downrank DuckDuckGo AI, by default it does not work, but those that know more about models will know which model to select to get it to work --- hugo.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index a3d216b..2f6dfec 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -81,9 +81,6 @@ params: contextMenu: enable: true links: - - name: "DuckDuckGo AI" - url: "https://duckduckgo.com/?q=Help+me+understand+this+documentation:+{url}&ia=chat" - icon: "shield-check" - name: "Ask Perplexity" url: "https://www.perplexity.ai/search?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" icon: "academic-cap" @@ -93,6 +90,10 @@ params: - name: "Ask Claude" url: "https://claude.ai/new?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" icon: "puzzle" + # Last because by default it does not work, you need to select a model like GPT + - name: "DuckDuckGo AI" + url: "https://duckduckgo.com/?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" + icon: "shield-check" navbar: displayTitle: true