From 785f69e5d9a0672c59c24356cbce73c88e5e1036 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 24 Feb 2026 07:37:59 -0500 Subject: [PATCH] Apparently you need to have markdown output to use the context menu --- hugo.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 1d2ee6f..7dc78dd 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -26,12 +26,12 @@ enableInlineShortcodes: true enableEmoji: true outputs: - home: [html, rss] - page: [html, rss] + home: [html, rss, markdown] + page: [html, rss, markdown] rss: [rss] - section: [html, rss] - taxonomy: [html, rss] - term: [html, rss] + section: [html, rss, markdown] + taxonomy: [html, rss, markdown] + term: [html, rss, markdown] menu: main: @@ -80,14 +80,13 @@ params: width: full contextMenu: enable: true - # TODO: Fix the markdown links: - name: "Open in ChatGPT" url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" icon: "sparkles" - - name: "Open in 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: "bolt" + #- name: "Open in 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: "bolt" navbar: displayTitle: true