From ad5a1ca63616c344594cfc1fa191e9974951f4ce Mon Sep 17 00:00:00 2001 From: Never Gude Date: Thu, 12 Feb 2026 02:33:53 +0100 Subject: [PATCH] test --- Makefile | 3 +-- build/rssfeed.xml | 3 ++- pandoc/rss-template.xml | 4 +--- src/articles.json | 1 - src/articles/random-linux-utils.md | 1 - 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 9b599b0..027690d 100644 --- a/Makefile +++ b/Makefile @@ -72,5 +72,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR) pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@ $(BUILDDIR)/rssfeed.xml: $(SRCDIR)/rssfeed.md $(articles_html) | $(BUILDDIR) - - pandoc $< --template $(template_rss) --metadata-file $(article_list) --to html --output $@ + pandoc $< --template $(template_rss) --metadata-file $(article_list) --metadata=builddate:"$(shell date --rfc-2822)" --to html --output $@ diff --git a/build/rssfeed.xml b/build/rssfeed.xml index 8737d3f..8f70531 100644 --- a/build/rssfeed.xml +++ b/build/rssfeed.xml @@ -6,6 +6,7 @@ RSS of my published articles en-us Wed, 11 Feb 2026 23:26:41 +0100 +Thu, 12 Feb 2026 02:32:53 +0100 https://www.rssboard.org/rss-specification pandoc Never @@ -33,7 +34,7 @@ solutions I have encountered. Random linux utilities -n.gude@posteo.de (Never) + (Never) https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things. diff --git a/pandoc/rss-template.xml b/pandoc/rss-template.xml index b7b6c66..0b40a92 100644 --- a/pandoc/rss-template.xml +++ b/pandoc/rss-template.xml @@ -33,9 +33,7 @@ $for(articles)$ $if(articles.title)$ $articles.title$ $endif$ -$if(articles.email)$ -$articles.email$ $if(articles.author)$($articles.author$)$endif$ -$endif$ +$if(articles.email)$$articles.email$$endif$$if(articles.author)$ ($articles.author$)$endif$ $if(articles.filename)$ $link$/$articles.filename$.html $endif$ diff --git a/src/articles.json b/src/articles.json index cb9c144..f90bf8a 100644 --- a/src/articles.json +++ b/src/articles.json @@ -22,7 +22,6 @@ { "author": "Never", "date": "2025-07-25", - "email": "n.gude@posteo.de", "subtitle": "Neat things I picked up along the way", "summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.", "title": "Random linux utilities", diff --git a/src/articles/random-linux-utils.md b/src/articles/random-linux-utils.md index e2b8374..7355edf 100644 --- a/src/articles/random-linux-utils.md +++ b/src/articles/random-linux-utils.md @@ -2,7 +2,6 @@ title: Random linux utilities subtitle: Neat things I picked up along the way author: Never -email: n.gude@posteo.de date: 2025-07-25 summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things. ---