This commit is contained in:
Never Gude 2026-02-12 02:33:53 +01:00
parent 6218c3b0af
commit ad5a1ca636
5 changed files with 4 additions and 8 deletions

View file

@ -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 $@

View file

@ -6,6 +6,7 @@
<description>RSS of my published articles</description>
<language>en-us</language>
<pubDate>Wed, 11 Feb 2026 23:26:41 +0100</pubDate>
<lastBuildDate>Thu, 12 Feb 2026 02:32:53 +0100</lastBuildDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>pandoc</generator>
<managingEditor>Never</managingEditor>
@ -33,7 +34,7 @@ solutions I have encountered.</description>
</item>
<item>
<title>Random linux utilities</title>
<author>n.gude@posteo.de (Never)</author>
<author> (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html</link>
<description>Tricks and tools I learned about, while tweaking my Linux
sytem or trying to do productive things.</description>

View file

@ -33,9 +33,7 @@ $for(articles)$
$if(articles.title)$
<title>$articles.title$</title>
$endif$
$if(articles.email)$
<author>$articles.email$ $if(articles.author)$($articles.author$)$endif$</author>
$endif$
<author>$if(articles.email)$$articles.email$$endif$$if(articles.author)$ ($articles.author$)$endif$</author>
$if(articles.filename)$
<link>$link$/$articles.filename$.html</link>
$endif$

View file

@ -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",

View file

@ -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.
---