diff --git a/build/rssfeed.xml b/build/rssfeed.xml
index 5e9f088..ce1b277 100644
--- a/build/rssfeed.xml
+++ b/build/rssfeed.xml
@@ -13,6 +13,7 @@
Using rsync on Android to syncronise my Music library
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html
As Spotify is getting enshittified by capitalism, keeping a
music library is kind of essential. Here I use rsync to syncronise my
@@ -22,6 +23,7 @@ library with my Android smartphone.Latex Endeavors
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html
Latex undoubtedly has some quirks. Some of them have a
rather unintuitive solution. In this article I cover some quirks and
@@ -31,6 +33,7 @@ solutions I have encountered.Random linux utilities
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html
Tricks and tools I learned about, while tweaking my Linux
sytem or trying to do productive things.
diff --git a/pandoc/rss-template.xml b/pandoc/rss-template.xml
index b097204..2d53963 100644
--- a/pandoc/rss-template.xml
+++ b/pandoc/rss-template.xml
@@ -33,6 +33,9 @@ $for(articles)$
$if(articles.title)$
$articles.title$
$endif$
+$if(articles.email)$
+$articles.email$
+$endif$
$if(articles.filename)$
$link$/$articles.filename$.html
$endif$
diff --git a/public_html/eh/eh/eh/eh-eh/rssfeed.xml b/public_html/eh/eh/eh/eh-eh/rssfeed.xml
index 5e9f088..ce1b277 100644
--- a/public_html/eh/eh/eh/eh-eh/rssfeed.xml
+++ b/public_html/eh/eh/eh/eh-eh/rssfeed.xml
@@ -13,6 +13,7 @@
Using rsync on Android to syncronise my Music library
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html
As Spotify is getting enshittified by capitalism, keeping a
music library is kind of essential. Here I use rsync to syncronise my
@@ -22,6 +23,7 @@ library with my Android smartphone.Latex Endeavors
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html
Latex undoubtedly has some quirks. Some of them have a
rather unintuitive solution. In this article I cover some quirks and
@@ -31,6 +33,7 @@ solutions I have encountered.Random linux utilities
+n.gude@posteo.de
https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html
Tricks and tools I learned about, while tweaking my Linux
sytem or trying to do productive things.
diff --git a/src/articles.json b/src/articles.json
index 5cfcabc..cb9c144 100644
--- a/src/articles.json
+++ b/src/articles.json
@@ -3,6 +3,7 @@
{
"author": "Never",
"date": "2026-01-12",
+ "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",
"filename": "rsync-android",
@@ -11,6 +12,7 @@
{
"author": "Never",
"date": "2026-01-09",
+ "email": "n.gude@posteo.de",
"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",
@@ -20,6 +22,7 @@
{
"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",
diff --git a/src/articles/latex-endeavors.md b/src/articles/latex-endeavors.md
index c922511..ed823f1 100644
--- a/src/articles/latex-endeavors.md
+++ b/src/articles/latex-endeavors.md
@@ -2,6 +2,7 @@
title: Latex Endeavors
subtitle: Some unintuitive quirks of Latex
author: Never
+email: n.gude@posteo.de
date: 2026-01-09
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 7355edf..e2b8374 100644
--- a/src/articles/random-linux-utils.md
+++ b/src/articles/random-linux-utils.md
@@ -2,6 +2,7 @@
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.
---
diff --git a/src/articles/rsync-android.md b/src/articles/rsync-android.md
index c3e532e..bc184a6 100644
--- a/src/articles/rsync-android.md
+++ b/src/articles/rsync-android.md
@@ -1,6 +1,7 @@
---
title: Using rsync on Android to syncronise my Music library
author: Never
+email: n.gude@posteo.de
date: 2026-01-12
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.