update feed creation
This commit is contained in:
parent
5eed0382ec
commit
9ff94ef981
5 changed files with 16 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -74,4 +74,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)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
|
$(BUILDDIR)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
|
||||||
pandoc $< --template $(template_atom) --metadata-file $(article_list) --to html --output $@
|
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601)" --to html --output $@
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
<title>nevereverever.de</title>
|
<title>nevereverever.de</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||||
<id>nevereverever.de</id>
|
<id>nevereverever.de</id>
|
||||||
<updated></updated>
|
<updated>2026-03-10</updated>
|
||||||
|
<published>2026-03-10</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -14,6 +15,7 @@ library</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||||
<id>rsync-android</id>
|
<id>rsync-android</id>
|
||||||
<updated>2026-01-12</updated>
|
<updated>2026-01-12</updated>
|
||||||
|
<published>2026-01-12</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -26,6 +28,7 @@ syncronise my library with my Android smartphone.</summary>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
||||||
<id>latex-endeavors</id>
|
<id>latex-endeavors</id>
|
||||||
<updated>2026-01-09</updated>
|
<updated>2026-01-09</updated>
|
||||||
|
<published>2026-01-09</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -38,6 +41,7 @@ solutions I have encountered.</summary>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||||
<id>random-linux-utils</id>
|
<id>random-linux-utils</id>
|
||||||
<updated>2025-07-25</updated>
|
<updated>2025-07-25</updated>
|
||||||
|
<published>2025-07-25</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
<title>$title$</title>
|
<title>$title$</title>
|
||||||
<link href="$link$"/>
|
<link href="$link$"/>
|
||||||
<id>$id$</id>
|
<id>$id$</id>
|
||||||
<updated>$date$</updated>
|
<updated>$updated$</updated>
|
||||||
|
<published>$date$</published>
|
||||||
<author>
|
<author>
|
||||||
<name>$author$</name>
|
<name>$author$</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -15,7 +16,8 @@ $for(articles)$
|
||||||
<title>$articles.title$</title>
|
<title>$articles.title$</title>
|
||||||
<link href="$link$/$articles.filename$.html"/>
|
<link href="$link$/$articles.filename$.html"/>
|
||||||
<id>$articles.filename$</id>
|
<id>$articles.filename$</id>
|
||||||
<updated>$articles.date$</updated>
|
<updated>$if(articles.updated)$$articles.updated$$else$$articles.date$$endif$</updated>
|
||||||
|
<published>$articles.date$</published>
|
||||||
<author>
|
<author>
|
||||||
<name>$articles.author$</name>
|
<name>$articles.author$</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
<title>nevereverever.de</title>
|
<title>nevereverever.de</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||||
<id>nevereverever.de</id>
|
<id>nevereverever.de</id>
|
||||||
<updated></updated>
|
<updated>2026-03-10</updated>
|
||||||
|
<published>2026-03-10</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -14,6 +15,7 @@ library</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||||
<id>rsync-android</id>
|
<id>rsync-android</id>
|
||||||
<updated>2026-01-12</updated>
|
<updated>2026-01-12</updated>
|
||||||
|
<published>2026-01-12</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -26,6 +28,7 @@ syncronise my library with my Android smartphone.</summary>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
||||||
<id>latex-endeavors</id>
|
<id>latex-endeavors</id>
|
||||||
<updated>2026-01-09</updated>
|
<updated>2026-01-09</updated>
|
||||||
|
<published>2026-01-09</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
@ -38,6 +41,7 @@ solutions I have encountered.</summary>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||||
<id>random-linux-utils</id>
|
<id>random-linux-utils</id>
|
||||||
<updated>2025-07-25</updated>
|
<updated>2025-07-25</updated>
|
||||||
|
<published>2025-07-25</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,6 @@ title: nevereverever.de
|
||||||
link: https://nevereverever.de/eh/eh/eh/eh-eh
|
link: https://nevereverever.de/eh/eh/eh/eh-eh
|
||||||
subtitle: Here I post random stuff.
|
subtitle: Here I post random stuff.
|
||||||
author: Never
|
author: Never
|
||||||
|
date: 2026-03-10
|
||||||
id: nevereverever.de
|
id: nevereverever.de
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue