new style
This commit is contained in:
parent
3ca1685ec6
commit
84787d014e
17 changed files with 121 additions and 114 deletions
|
|
@ -29,8 +29,8 @@
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Latex Endeavors</h1>
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Random linux utilities</h1>
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Using rsync on Android to syncronise my Music
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
<body>
|
||||
<canvas id="tv-screen"></canvas>
|
||||
<header id="page-header">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="rss.xml">RSS Feed</a>
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Home</h1>
|
||||
|
|
@ -44,33 +44,39 @@
|
|||
<div class="articles-header">
|
||||
<a href="rsync-android.html" class="articles-title">Using rsync on
|
||||
Android to syncronise my Music library</a>
|
||||
<p class="articles-author"><em>Never</em></p>
|
||||
</div>
|
||||
<p class="articles-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.</p>
|
||||
<p class="articles-date">2026-01-12</p>
|
||||
<div class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-12</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="articles-header">
|
||||
<a href="latex-endeavors.html" class="articles-title">Latex
|
||||
Endeavors</a>
|
||||
<p class="articles-author"><em>Never</em></p>
|
||||
</div>
|
||||
<p class="articles-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.</p>
|
||||
<p class="articles-date">2026-01-09</p>
|
||||
<div class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-09</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="articles-header">
|
||||
<a href="random-linux-utils.html" class="articles-title">Random linux
|
||||
utilities</a>
|
||||
<p class="articles-author"><em>Never</em></p>
|
||||
</div>
|
||||
<p class="articles-summary">Tricks and tools I learned about, while
|
||||
tweaking my Linux sytem or trying to do productive things.</p>
|
||||
<p class="articles-date">2025-07-25</p>
|
||||
<div class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2025-07-25</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<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>
|
||||
<lastBuildDate>Thu, 12 Feb 2026 17:20:07 +0100</lastBuildDate>
|
||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||
<generator>pandoc</generator>
|
||||
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue