add author to rssfeed

This commit is contained in:
Never Gude 2026-02-12 01:54:19 +01:00
parent abfc147c22
commit 5721fe56ac
7 changed files with 15 additions and 0 deletions

View file

@ -13,6 +13,7 @@
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
<item>
<title>Using rsync on Android to syncronise my Music library</title>
<author>n.gude@posteo.de</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link>
<description>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.</description>
</item>
<item>
<title>Latex Endeavors</title>
<author>n.gude@posteo.de</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link>
<description>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.</description>
</item>
<item>
<title>Random linux utilities</title>
<author>n.gude@posteo.de</author>
<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
sytem or trying to do productive things.</description>

View file

@ -33,6 +33,9 @@ $for(articles)$
$if(articles.title)$
<title>$articles.title$</title>
$endif$
$if(articles.email)$
<author>$articles.email$</author>
$endif$
$if(articles.filename)$
<link>$link$/$articles.filename$.html</link>
$endif$

View file

@ -13,6 +13,7 @@
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
<item>
<title>Using rsync on Android to syncronise my Music library</title>
<author>n.gude@posteo.de</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link>
<description>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.</description>
</item>
<item>
<title>Latex Endeavors</title>
<author>n.gude@posteo.de</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link>
<description>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.</description>
</item>
<item>
<title>Random linux utilities</title>
<author>n.gude@posteo.de</author>
<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
sytem or trying to do productive things.</description>

View file

@ -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",

View file

@ -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.

View file

@ -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.
---

View file

@ -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.