test
This commit is contained in:
parent
6218c3b0af
commit
ad5a1ca636
5 changed files with 4 additions and 8 deletions
3
Makefile
3
Makefile
|
|
@ -72,5 +72,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
|
||||||
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
||||||
|
|
||||||
$(BUILDDIR)/rssfeed.xml: $(SRCDIR)/rssfeed.md $(articles_html) | $(BUILDDIR)
|
$(BUILDDIR)/rssfeed.xml: $(SRCDIR)/rssfeed.md $(articles_html) | $(BUILDDIR)
|
||||||
|
pandoc $< --template $(template_rss) --metadata-file $(article_list) --metadata=builddate:"$(shell date --rfc-2822)" --to html --output $@
|
||||||
pandoc $< --template $(template_rss) --metadata-file $(article_list) --to html --output $@
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<description>RSS of my published articles</description>
|
<description>RSS of my published articles</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<pubDate>Wed, 11 Feb 2026 23:26:41 +0100</pubDate>
|
<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>
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||||
<generator>pandoc</generator>
|
<generator>pandoc</generator>
|
||||||
<managingEditor>Never</managingEditor>
|
<managingEditor>Never</managingEditor>
|
||||||
|
|
@ -33,7 +34,7 @@ solutions I have encountered.</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Random linux utilities</title>
|
<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>
|
<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
|
<description>Tricks and tools I learned about, while tweaking my Linux
|
||||||
sytem or trying to do productive things.</description>
|
sytem or trying to do productive things.</description>
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,7 @@ $for(articles)$
|
||||||
$if(articles.title)$
|
$if(articles.title)$
|
||||||
<title>$articles.title$</title>
|
<title>$articles.title$</title>
|
||||||
$endif$
|
$endif$
|
||||||
$if(articles.email)$
|
<author>$if(articles.email)$$articles.email$$endif$$if(articles.author)$ ($articles.author$)$endif$</author>
|
||||||
<author>$articles.email$ $if(articles.author)$($articles.author$)$endif$</author>
|
|
||||||
$endif$
|
|
||||||
$if(articles.filename)$
|
$if(articles.filename)$
|
||||||
<link>$link$/$articles.filename$.html</link>
|
<link>$link$/$articles.filename$.html</link>
|
||||||
$endif$
|
$endif$
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
{
|
{
|
||||||
"author": "Never",
|
"author": "Never",
|
||||||
"date": "2025-07-25",
|
"date": "2025-07-25",
|
||||||
"email": "n.gude@posteo.de",
|
|
||||||
"subtitle": "Neat things I picked up along the way",
|
"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.",
|
"summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.",
|
||||||
"title": "Random linux utilities",
|
"title": "Random linux utilities",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: Random linux utilities
|
title: Random linux utilities
|
||||||
subtitle: Neat things I picked up along the way
|
subtitle: Neat things I picked up along the way
|
||||||
author: Never
|
author: Never
|
||||||
email: n.gude@posteo.de
|
|
||||||
date: 2025-07-25
|
date: 2025-07-25
|
||||||
summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
|
summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue