Add rss feed
This commit is contained in:
parent
857e0b65ac
commit
46807b2ba6
5 changed files with 119 additions and 9 deletions
41
build/rssfeed.xml
Normal file
41
build/rssfeed.xml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>nevereverever.de RSS Feed</title>
|
||||
<link>https://nevereverever.de/eh/eh/eh-eh</link>
|
||||
<description>RSS of my published articles</description>
|
||||
<language>en-us</language>
|
||||
<pubDate>Wed, 11 Feb 2026 23:26:41 +0100</pubDate>
|
||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||
<generator>pandoc</generator>
|
||||
<managingEditor>Never</managingEditor>
|
||||
<webMaster>Never</webMaster>
|
||||
<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>
|
||||
<link>https://nevereverever.de/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
|
||||
library with my Android smartphone.</description>
|
||||
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
||||
<guid>rsync-android</guid>
|
||||
</item>
|
||||
<item>
|
||||
<title>Latex Endeavors</title>
|
||||
<link>https://nevereverever.de/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
|
||||
solutions I have encountered.</description>
|
||||
<pubDate>Fri, 09 Jan 2026 00:00:00 +0100</pubDate>
|
||||
<guid>latex-endeavors</guid>
|
||||
</item>
|
||||
<item>
|
||||
<title>Random linux utilities</title>
|
||||
<link>https://nevereverever.de/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>
|
||||
<pubDate>Fri, 25 Jul 2025 00:00:00 +0200</pubDate>
|
||||
<guid>random-linux-utils</guid>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue