From c2714b98df52c6d43267ef47e3e0a75b16c35fe4 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 23 Aug 2026 09:04:54 +0200 Subject: [PATCH] Rss nochmal angepasst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit heißt jezt wieder feed.xml --- hugo.yaml | 70 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 2e82793..98bf529 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -36,6 +36,43 @@ taxonomies: category: categories tag: tags +publishDir: /tmp/Logbuch35mm_Public + +outputs: + home: + - HTML + - RSS + - JSON +outputFormats: + RSS: + mediaType: application/rss+xml + baseName: feed + +menu: + main: + - identifier: categories + name: categories + url: /categories/ + weight: 10 + - identifier: tags + name: tags + url: /tags/ + weight: 20 + - identifier: example + name: example.org + url: https://example.org + weight: 30 +# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma +pygmentsUseClasses: true +markup: + highlight: + noClasses: false + # anchorLineNos: true + # codeFences: true + # guessSyntax: true + # lineNos: true + # style: monokai + params: env: production title: Logbuch35mm @@ -125,37 +162,4 @@ params: limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: ["title", "permalink", "summary", "content"] -outputs: - home: - - HTML - - RSS - - JSON -outputFormats: - RSS: - mediaType: application/rss+xml - baseName: index -menu: - main: - - identifier: categories - name: categories - url: /categories/ - weight: 10 - - identifier: tags - name: tags - url: /tags/ - weight: 20 - - identifier: example - name: example.org - url: https://example.org - weight: 30 -# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma -pygmentsUseClasses: true -markup: - highlight: - noClasses: false - # anchorLineNos: true - # codeFences: true - # guessSyntax: true - # lineNos: true - # style: monokai