switch to atom feed
This commit is contained in:
parent
6ab972d65e
commit
ff76559ab7
28 changed files with 906 additions and 1751 deletions
172
build/index.html
172
build/index.html
|
|
@ -2,14 +2,14 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="" >
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>Home</title>
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.png">
|
||||
<link rel="alternate" type="application/rss+xml" title="nevereverever.de" href="https://nevereverever.de/eh/eh/eh/eh-eh/rss.xml">
|
||||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>Home</title>
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.png">
|
||||
<link rel="alternate" type="application/atom+xml" title="nevereverever.de" href="https://nevereverever.de/eh/eh/eh/eh-eh/atom.xml">
|
||||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||
div.column{flex: auto; overflow-x: auto;}
|
||||
|
|
@ -90,83 +90,89 @@ code span.st { color: #2aa198; } /* String */
|
|||
code span.va { color: #cb4b16; } /* Variable */
|
||||
code span.vs { color: #dc322f; } /* VerbatimString */
|
||||
code span.wa { color: #b58900; } /* Warning */
|
||||
</style>
|
||||
<link rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
</style>
|
||||
<link rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img id="shork" src="images/shork.png"></img>
|
||||
<header id="page-header">
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||
</header>
|
||||
<main id="page">
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Home</h1>
|
||||
</header>
|
||||
<article>
|
||||
<p>Hello! I am Never and this is my little place on the internet where I
|
||||
post the stuff that I am currently nerding out about.</p>
|
||||
<p>This Website itself is one of those projects, that I like to tweak
|
||||
and tinker with. Maybe I’ll write an article about its build system. It
|
||||
is also viewable via <code>curl</code>. Just run</p>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">curl</span> nevereverever.de</span></code></pre></div>
|
||||
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
||||
</article>
|
||||
<nav id="articles">
|
||||
<h1>Articles</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="rsync-android.html" class="articles-title">Using rsync on
|
||||
Android to syncronise my Music library</a>
|
||||
</header>
|
||||
<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>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-12</div>
|
||||
</footer>
|
||||
</li>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="latex-endeavors.html" class="articles-title">Latex
|
||||
<img id="shork" src="images/shork.png"></img>
|
||||
<header id="page-header">
|
||||
<a class="page-header-button" href="index.html">Home</a>
|
||||
<a class="rss-button" href="atom.xml">Atom Feed</a>
|
||||
</header>
|
||||
<main id="page">
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Home</h1>
|
||||
</header>
|
||||
<article>
|
||||
<p>Hello! I am Never and this is my little place on the
|
||||
internet where I post the stuff that I am currently nerding
|
||||
out about.</p>
|
||||
<p>This Website itself is one of those projects, that I like
|
||||
to tweak and tinker with. Maybe I’ll write an article about
|
||||
its build system. It is also viewable via <code>curl</code>.
|
||||
Just run</p>
|
||||
<div class="sourceCode" id="cb1"><pre
|
||||
class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">curl</span> nevereverever.de</span></code></pre></div>
|
||||
<p>There also is an RSS Feed to stay updated about my
|
||||
doings.</p>
|
||||
</article>
|
||||
<nav id="articles">
|
||||
<h1>Articles</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="rsync-android.html" class="articles-title">Using
|
||||
rsync on Android to syncronise my Music library</a>
|
||||
</header>
|
||||
<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>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-12</div>
|
||||
</footer>
|
||||
</li>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="latex-endeavors.html" class="articles-title">Latex
|
||||
Endeavors</a>
|
||||
</header>
|
||||
<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>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-09</div>
|
||||
</footer>
|
||||
</li>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="random-linux-utils.html" class="articles-title">Random linux
|
||||
utilities</a>
|
||||
</header>
|
||||
<p class="articles-summary">Tricks and tools I learned about, while
|
||||
tweaking my Linux sytem or trying to do productive things.</p>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2025-07-25</div>
|
||||
</footer>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</main>
|
||||
<footer id="page-footer">
|
||||
<nav id="webring">
|
||||
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous"
|
||||
src="images/cups_left_dark.svg" width="30" height="30"></a>
|
||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo_dark.svg"
|
||||
width="120" height="60"></a>
|
||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next"
|
||||
src="images/cups_right_dark.svg" width="30" height="30"></a>
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</header>
|
||||
<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>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2026-01-09</div>
|
||||
</footer>
|
||||
</li>
|
||||
<li>
|
||||
<header class="articles-header">
|
||||
<a href="random-linux-utils.html" class="articles-title">Random
|
||||
linux utilities</a>
|
||||
</header>
|
||||
<p class="articles-summary">Tricks and tools I
|
||||
learned about, while tweaking my Linux sytem or trying to do productive
|
||||
things.</p>
|
||||
<footer class="articles-footer">
|
||||
<div class="articles-author">Never</div>
|
||||
<div class="articles-date">2025-07-25</div>
|
||||
</footer>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</main>
|
||||
<footer id="page-footer">
|
||||
<nav id="webring">
|
||||
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous"
|
||||
src="images/cups_left_dark.svg" width="30" height="30"></a>
|
||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo_dark.svg"
|
||||
width="120" height="60"></a>
|
||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next"
|
||||
src="images/cups_right_dark.svg" width="30" height="30"></a>
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
<script src="scripts/shork.js"></script>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue