diff --git a/Makefile b/Makefile
index 1fb8e34..099bd80 100644
--- a/Makefile
+++ b/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) --metadata "updated:$(shell date --iso-8601)" --to html --output $@
+ pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601=minutes)" --to html --output $@
diff --git a/build/atom.xml b/build/atom.xml
index b2ef3c4..01a8f59 100644
--- a/build/atom.xml
+++ b/build/atom.xml
@@ -3,7 +3,7 @@
nevereverever.de
nevereverever.de
- 2026-03-10
+ 2026-03-10T16:25+01:00
2026-03-10
Never
@@ -14,7 +14,7 @@
library
rsync-android
- 2026-01-12
+ 2026-01-12T16:24+01:00
2026-01-12
Never
@@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.
Latex Endeavors
latex-endeavors
- 2026-01-09
+ 2026-01-10T16:23+01:00
2026-01-09
Never
@@ -40,7 +40,7 @@ solutions I have encountered.
Random linux utilities
random-linux-utils
- 2025-07-25
+ 2025-07-25T16:24+01:00
2025-07-25
Never
diff --git a/build/index b/build/index
index e633834..c396ad3 100644
--- a/build/index
+++ b/build/index
@@ -11,7 +11,7 @@ also viewable via [22m[23m[31m[47m[24m[29m curl [0m. Just run
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
-There also is an RSS Feed to stay updated about my doings.
+There also is an Atom Feed to stay updated about my doings.
[1m[23m[39m[49m[24m[29mARTICLES[0m
diff --git a/build/index.html b/build/index.html
index caf7906..f890e4f 100644
--- a/build/index.html
+++ b/build/index.html
@@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
Just run
- There also is an RSS Feed to stay updated about my
+
There also is an Atom Feed to stay updated about my
doings.
diff --git a/public_ansi/index b/public_ansi/index
index e633834..c396ad3 100644
--- a/public_ansi/index
+++ b/public_ansi/index
@@ -11,7 +11,7 @@ also viewable via [22m[23m[31m[47m[24m[29m curl [0m. Just run
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
-There also is an RSS Feed to stay updated about my doings.
+There also is an Atom Feed to stay updated about my doings.
[1m[23m[39m[49m[24m[29mARTICLES[0m
diff --git a/public_html/eh/eh/eh/eh-eh/atom.xml b/public_html/eh/eh/eh/eh-eh/atom.xml
index b2ef3c4..01a8f59 100644
--- a/public_html/eh/eh/eh/eh-eh/atom.xml
+++ b/public_html/eh/eh/eh/eh-eh/atom.xml
@@ -3,7 +3,7 @@
nevereverever.de
nevereverever.de
- 2026-03-10
+ 2026-03-10T16:25+01:00
2026-03-10
Never
@@ -14,7 +14,7 @@
library
rsync-android
- 2026-01-12
+ 2026-01-12T16:24+01:00
2026-01-12
Never
@@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.
Latex Endeavors
latex-endeavors
- 2026-01-09
+ 2026-01-10T16:23+01:00
2026-01-09
Never
@@ -40,7 +40,7 @@ solutions I have encountered.
Random linux utilities
random-linux-utils
- 2025-07-25
+ 2025-07-25T16:24+01:00
2025-07-25
Never
diff --git a/public_html/eh/eh/eh/eh-eh/index.html b/public_html/eh/eh/eh/eh-eh/index.html
index caf7906..f890e4f 100644
--- a/public_html/eh/eh/eh/eh-eh/index.html
+++ b/public_html/eh/eh/eh/eh-eh/index.html
@@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
Just run
- There also is an RSS Feed to stay updated about my
+
There also is an Atom Feed to stay updated about my
doings.
diff --git a/src/articles.json b/src/articles.json
index 7c74bbc..0ce2662 100644
--- a/src/articles.json
+++ b/src/articles.json
@@ -6,6 +6,7 @@
"email": "n.gude@posteo.de",
"summary": "As Spotify is getting enshittified by capitalism, keeping a music library is kind of essential. Here I use rsync to syncronise my library with my Android smartphone.",
"title": "Using rsync on Android to syncronise my Music library",
+ "updated": "2026-01-12T16:24+01:00",
"filename": "rsync-android"
},
{
@@ -15,6 +16,7 @@
"subtitle": "Some unintuitive quirks of Latex",
"summary": "Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution. In this article I cover some quirks and solutions I have encountered.",
"title": "Latex Endeavors",
+ "updated": "2026-01-10T16:23+01:00",
"filename": "latex-endeavors"
},
{
@@ -24,6 +26,7 @@
"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",
+ "updated": "2025-07-25T16:24+01:00",
"filename": "random-linux-utils"
}
]
diff --git a/src/articles/latex-endeavors.md b/src/articles/latex-endeavors.md
index ed823f1..9ce1d3d 100644
--- a/src/articles/latex-endeavors.md
+++ b/src/articles/latex-endeavors.md
@@ -4,6 +4,7 @@ subtitle: Some unintuitive quirks of Latex
author: Never
email: n.gude@posteo.de
date: 2026-01-09
+updated: 2026-01-10T16:23+01:00
summary: Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution.
In this article I cover some quirks and solutions I have encountered.
---
diff --git a/src/articles/random-linux-utils.md b/src/articles/random-linux-utils.md
index e2b8374..852e7a3 100644
--- a/src/articles/random-linux-utils.md
+++ b/src/articles/random-linux-utils.md
@@ -4,6 +4,7 @@ subtitle: Neat things I picked up along the way
author: Never
email: n.gude@posteo.de
date: 2025-07-25
+updated: 2025-07-25T16:24+01:00
summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
---
diff --git a/src/articles/rsync-android.md b/src/articles/rsync-android.md
index b8249dd..bf377fa 100644
--- a/src/articles/rsync-android.md
+++ b/src/articles/rsync-android.md
@@ -3,6 +3,7 @@ title: Using rsync on Android to syncronise my Music library
author: Never
email: n.gude@posteo.de
date: 2026-01-12
+updated: 2026-01-12T16:24+01:00
summary: As Spotify is getting enshittified by capitalism, keeping a music library
is kind of essential. Here I use rsync to syncronise my library with my Android smartphone.
---
diff --git a/src/index.md b/src/index.md
index f8fb289..3cc04ec 100644
--- a/src/index.md
+++ b/src/index.md
@@ -12,4 +12,4 @@ via `curl`. Just run
curl nevereverever.de
```
-There also is an RSS Feed to stay updated about my doings.
+There also is an Atom Feed to stay updated about my doings.