From a75cc9f7ba3da807141c009aee88b585f5fdb8a9 Mon Sep 17 00:00:00 2001 From: fundor333 Date: Sat, 18 Jan 2025 13:45:26 +0100 Subject: [PATCH] Minor for rss --- config/_default/hugo.yaml | 12 ++++++++++++ config/_default/params.yaml | 1 + content/_index.md | 1 + content/feeds.md | 3 +++ content/now.md | 2 ++ content/redirect/social_card.md | 1 + content/uses/index.md | 2 ++ 7 files changed, 22 insertions(+) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 987b4511..263930ba 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -30,3 +30,15 @@ related: weight: 10 - name: date weight: 10 + +outputs: + home: + - html + uses: + - html + feeds: + - html + now: + - html + redirect: + - html diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 9ec6293f..0c11a3a3 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -10,6 +10,7 @@ defaultColor: # the default value is set to 'auto'. # You can take a look at layouts/index.html for more information. mainSections: ["post", "photos", "micro"] +feedSections: ["post", "photos", "micro"] commentSections: ["post", "photos", "micro"] suggestionSections: ["post"] toc: false # set to false to disable table of contents 'globally' diff --git a/content/_index.md b/content/_index.md index 4b5b150c..0b43a51f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,7 @@ title: "Fundor333" type: home specialpost: true date: 2000-08-20T12:00:00+02:00 + --- Pythonista, Backend Developer, Photographer, Dev Ops, Ex-Scout, Bookworm and Tea Lover. Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon or other similar event. diff --git a/content/feeds.md b/content/feeds.md index 7a4881ed..b4223867 100644 --- a/content/feeds.md +++ b/content/feeds.md @@ -3,6 +3,9 @@ title: "feeds" specialpost: true type: page date: 2000-08-20T12:00:00+02:00 +outputs: +- 'html' + --- This page collects content I'm producing in some way or the other, and is consumable with RSS. [Learn more about the idea](https://marcus.io/blog/making-rss-more-visible-again-with-slash-feeds). diff --git a/content/now.md b/content/now.md index 649c43c8..7a9f171b 100644 --- a/content/now.md +++ b/content/now.md @@ -3,6 +3,8 @@ title: "now" type: now specialpost: true date: 2000-08-20T12:00:00+02:00 +outputs: +- 'html' --- This is my now page, and if you have your own site, [you should make one too](https://nownownow.com/about). diff --git a/content/redirect/social_card.md b/content/redirect/social_card.md index 0c147e09..a58abfff 100644 --- a/content/redirect/social_card.md +++ b/content/redirect/social_card.md @@ -6,4 +6,5 @@ url = "/social_card/" redirect_to = "https://linktr.ee/fundor333" redirect_enabled = true private = true +outputs=[ 'html' ] +++ diff --git a/content/uses/index.md b/content/uses/index.md index f5d28b6d..cf01a056 100644 --- a/content/uses/index.md +++ b/content/uses/index.md @@ -6,6 +6,8 @@ aliases: - /stack - /kit date: 2000-08-20T12:00:00+02:00 +outputs: +- 'html' --- Specifics about the hardware and software equipment I use for work and for my personal life.