This commit is contained in:
Never Gude 2026-02-12 04:10:35 +01:00
parent dddf6082c7
commit 3ca1685ec6
22 changed files with 108 additions and 77 deletions

View file

@ -27,7 +27,8 @@
<body>
<canvas id="tv-screen"></canvas>
<header id="page-header">
<ul><li><a href="index.html">Home</a></li></ul>
<a href="index.html">Home</a>
<a href="rss.xml">RSS Feed</a>
</header>
<header id="title-block-header">
<h1 class="title">Home</h1>

View file

@ -29,7 +29,8 @@
<body>
<canvas id="tv-screen"></canvas>
<header id="page-header">
<ul><li><a href="index.html">Home</a></li></ul>
<a href="index.html">Home</a>
<a href="rss.xml">RSS Feed</a>
</header>
<header id="title-block-header">
<h1 class="title">Latex Endeavors</h1>

View file

@ -93,7 +93,8 @@
<body>
<canvas id="tv-screen"></canvas>
<header id="page-header">
<ul><li><a href="index.html">Home</a></li></ul>
<a href="index.html">Home</a>
<a href="rss.xml">RSS Feed</a>
</header>
<header id="title-block-header">
<h1 class="title">Random linux utilities</h1>

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>nevereverever.de</title>
<link>https://nevereverever.de/eh/eh/eh/eh-eh</link>
<description>Here I post random stuff.</description>
<language>en-us</language>
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
<lastBuildDate>Thu, 12 Feb 2026 04:03:34 +0100</lastBuildDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>pandoc</generator>
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
<webMaster>n.gude@poster.de (Never)</webMaster>
<item>
<title>Using rsync on Android to syncronise my Music library</title>
<author>n.gude@posteo.de (Never)</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
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>
<author>n.gude@posteo.de (Never)</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
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>
<author>n.gude@posteo.de (Never)</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>
<pubDate>Fri, 25 Jul 2025 00:00:00 +0200</pubDate>
<guid>random-linux-utils</guid>
</item>
</channel>
</rss>

View file

@ -5,13 +5,12 @@
<link>https://nevereverever.de/eh/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>
<lastBuildDate>Thu, 12 Feb 2026 02:32:53 +0100</lastBuildDate>
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
<lastBuildDate>Thu, 12 Feb 2026 02:45:55 +0100</lastBuildDate>
<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>
<author>n.gude@posteo.de (Never)</author>
@ -34,7 +33,7 @@ solutions I have encountered.</description>
</item>
<item>
<title>Random linux utilities</title>
<author> (Never)</author>
<author>n.gude@posteo.de (Never)</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

@ -93,7 +93,8 @@
<body>
<canvas id="tv-screen"></canvas>
<header id="page-header">
<ul><li><a href="index.html">Home</a></li></ul>
<a href="index.html">Home</a>
<a href="rss.xml">RSS Feed</a>
</header>
<header id="title-block-header">
<h1 class="title">Using rsync on Android to syncronise my Music

View file

@ -56,35 +56,26 @@ body {
}
#page-header {
padding: 4pt;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
text-align: left;
border: 4pt ridge var(--border);
background: url("images/shark-top-small.png");
background-size: contain;
border: 4pt ridge var(--border);
}
#page-header li {
list-style: none;
display: inline-block;
#page-header a {
padding: 4pt;
color: var(--foreground);
background-color: var(--button-background);
border: 2pt outset var(--button-border);
text-decoration: none;
}
#page-header a:active {
border: 2pt inset var(--button-border)
}
#page-header a {
color: var(--foreground);
text-decoration: none;
margin: 4pt;
padding: 4pt;
border: 2pt outset var(--button-border);
background-color: var(--button-background)
}
#page-header ul,
#articles ul {
padding-left: 0;
}