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 $@
|
||||
|
||||
$(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>
|
||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||
<id>nevereverever.de</id>
|
||||
<updated></updated>
|
||||
<updated>2026-03-10</updated>
|
||||
<published>2026-03-10</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
@ -14,6 +15,7 @@ library</title>
|
|||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||
<id>rsync-android</id>
|
||||
<updated>2026-01-12</updated>
|
||||
<published>2026-01-12</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</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"/>
|
||||
<id>latex-endeavors</id>
|
||||
<updated>2026-01-09</updated>
|
||||
<published>2026-01-09</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
@ -38,6 +41,7 @@ solutions I have encountered.</summary>
|
|||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||
<id>random-linux-utils</id>
|
||||
<updated>2025-07-25</updated>
|
||||
<published>2025-07-25</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
<title>$title$</title>
|
||||
<link href="$link$"/>
|
||||
<id>$id$</id>
|
||||
<updated>$date$</updated>
|
||||
<updated>$updated$</updated>
|
||||
<published>$date$</published>
|
||||
<author>
|
||||
<name>$author$</name>
|
||||
</author>
|
||||
|
|
@ -15,7 +16,8 @@ $for(articles)$
|
|||
<title>$articles.title$</title>
|
||||
<link href="$link$/$articles.filename$.html"/>
|
||||
<id>$articles.filename$</id>
|
||||
<updated>$articles.date$</updated>
|
||||
<updated>$if(articles.updated)$$articles.updated$$else$$articles.date$$endif$</updated>
|
||||
<published>$articles.date$</published>
|
||||
<author>
|
||||
<name>$articles.author$</name>
|
||||
</author>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
<title>nevereverever.de</title>
|
||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||
<id>nevereverever.de</id>
|
||||
<updated></updated>
|
||||
<updated>2026-03-10</updated>
|
||||
<published>2026-03-10</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
@ -14,6 +15,7 @@ library</title>
|
|||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||
<id>rsync-android</id>
|
||||
<updated>2026-01-12</updated>
|
||||
<published>2026-01-12</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</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"/>
|
||||
<id>latex-endeavors</id>
|
||||
<updated>2026-01-09</updated>
|
||||
<published>2026-01-09</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
@ -38,6 +41,7 @@ solutions I have encountered.</summary>
|
|||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||
<id>random-linux-utils</id>
|
||||
<updated>2025-07-25</updated>
|
||||
<published>2025-07-25</published>
|
||||
<author>
|
||||
<name>Never</name>
|
||||
</author>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@ title: nevereverever.de
|
|||
link: https://nevereverever.de/eh/eh/eh/eh-eh
|
||||
subtitle: Here I post random stuff.
|
||||
author: Never
|
||||
date: 2026-03-10
|
||||
id: nevereverever.de
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue