content of index
This commit is contained in:
parent
84787d014e
commit
9809e14636
8 changed files with 168 additions and 51 deletions
|
|
@ -2,7 +2,14 @@
|
||||||
|
|
||||||
────────────────────
|
────────────────────
|
||||||
|
|
||||||
Hello World
|
Hello! I am Never and this is my little place on the internet where I
|
||||||
|
post the stuff that I am currenty nerding out about.
|
||||||
|
|
||||||
|
This Website itself is one of those projects, that I like to tweak.
|
||||||
|
Maybe I’ll write an article about its build system. It is also viewable
|
||||||
|
via [22m[23m[31m[47m[24m[29m curl [0m. Just run
|
||||||
|
|
||||||
|
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,70 @@
|
||||||
margin: 0 0.8em 0.2em -1.6em;
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
/* CSS for syntax highlighting */
|
||||||
|
html { -webkit-text-size-adjust: 100%; }
|
||||||
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
|
.sourceCode { overflow: visible; }
|
||||||
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
|
div.sourceCode { margin: 1em 0; }
|
||||||
|
pre.sourceCode { margin: 0; }
|
||||||
|
@media screen {
|
||||||
|
div.sourceCode { overflow: auto; }
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
pre > code.sourceCode { white-space: pre-wrap; }
|
||||||
|
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
|
||||||
|
}
|
||||||
|
pre.numberSource code
|
||||||
|
{ counter-reset: source-line 0; }
|
||||||
|
pre.numberSource code > span
|
||||||
|
{ position: relative; left: -4em; counter-increment: source-line; }
|
||||||
|
pre.numberSource code > span > a:first-child::before
|
||||||
|
{ content: counter(source-line);
|
||||||
|
position: relative; left: -1em; text-align: right; vertical-align: baseline;
|
||||||
|
border: none; display: inline-block;
|
||||||
|
-webkit-touch-callout: none; -webkit-user-select: none;
|
||||||
|
-khtml-user-select: none; -moz-user-select: none;
|
||||||
|
-ms-user-select: none; user-select: none;
|
||||||
|
padding: 0 4px; width: 4em;
|
||||||
|
}
|
||||||
|
pre.numberSource { margin-left: 3em; padding-left: 4px; }
|
||||||
|
div.sourceCode
|
||||||
|
{ color: #cccccc; background-color: #303030; }
|
||||||
|
@media screen {
|
||||||
|
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
|
||||||
|
}
|
||||||
|
code span.al { color: #ffcfaf; } /* Alert */
|
||||||
|
code span.an { color: #7f9f7f; font-weight: bold; } /* Annotation */
|
||||||
|
code span.at { } /* Attribute */
|
||||||
|
code span.bn { color: #dca3a3; } /* BaseN */
|
||||||
|
code span.bu { } /* BuiltIn */
|
||||||
|
code span.cf { color: #f0dfaf; } /* ControlFlow */
|
||||||
|
code span.ch { color: #dca3a3; } /* Char */
|
||||||
|
code span.cn { color: #dca3a3; font-weight: bold; } /* Constant */
|
||||||
|
code span.co { color: #7f9f7f; } /* Comment */
|
||||||
|
code span.cv { color: #7f9f7f; font-weight: bold; } /* CommentVar */
|
||||||
|
code span.do { color: #7f9f7f; } /* Documentation */
|
||||||
|
code span.dt { color: #dfdfbf; } /* DataType */
|
||||||
|
code span.dv { color: #dcdccc; } /* DecVal */
|
||||||
|
code span.er { color: #c3bf9f; } /* Error */
|
||||||
|
code span.ex { } /* Extension */
|
||||||
|
code span.fl { color: #c0bed1; } /* Float */
|
||||||
|
code span.fu { color: #efef8f; } /* Function */
|
||||||
|
code span.im { } /* Import */
|
||||||
|
code span.in { color: #7f9f7f; font-weight: bold; } /* Information */
|
||||||
|
code span.kw { color: #f0dfaf; } /* Keyword */
|
||||||
|
code span.op { color: #f0efd0; } /* Operator */
|
||||||
|
code span.ot { color: #efef8f; } /* Other */
|
||||||
|
code span.pp { color: #ffcfaf; font-weight: bold; } /* Preprocessor */
|
||||||
|
code span.sc { color: #dca3a3; } /* SpecialChar */
|
||||||
|
code span.ss { color: #cc9393; } /* SpecialString */
|
||||||
|
code span.st { color: #cc9393; } /* String */
|
||||||
|
code span.va { } /* Variable */
|
||||||
|
code span.vs { color: #cc9393; } /* VerbatimString */
|
||||||
|
code span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="styles/style.css">
|
<link rel="stylesheet" href="styles/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -35,7 +99,12 @@
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<article>
|
<article>
|
||||||
<p>Hello World</p>
|
<p>Hello! I am Never and this is my little place on the internet where I
|
||||||
|
post the stuff that I am currenty nerding out about.</p>
|
||||||
|
<p>This Website itself is one of those projects, that I like to tweak.
|
||||||
|
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>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
<h2>Articles</h2>
|
<h2>Articles</h2>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Here I post random stuff.</description>
|
<description>Here I post random stuff.</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
||||||
<lastBuildDate>Thu, 12 Feb 2026 17:20:07 +0100</lastBuildDate>
|
<lastBuildDate>Thu, 12 Feb 2026 18:35:27 +0100</lastBuildDate>
|
||||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||||
<generator>pandoc</generator>
|
<generator>pandoc</generator>
|
||||||
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,14 @@
|
||||||
|
|
||||||
────────────────────
|
────────────────────
|
||||||
|
|
||||||
Hello World
|
Hello! I am Never and this is my little place on the internet where I
|
||||||
|
post the stuff that I am currenty nerding out about.
|
||||||
|
|
||||||
|
This Website itself is one of those projects, that I like to tweak.
|
||||||
|
Maybe I’ll write an article about its build system. It is also viewable
|
||||||
|
via [22m[23m[31m[47m[24m[29m curl [0m. Just run
|
||||||
|
|
||||||
|
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,70 @@
|
||||||
margin: 0 0.8em 0.2em -1.6em;
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
/* CSS for syntax highlighting */
|
||||||
|
html { -webkit-text-size-adjust: 100%; }
|
||||||
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
|
.sourceCode { overflow: visible; }
|
||||||
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
|
div.sourceCode { margin: 1em 0; }
|
||||||
|
pre.sourceCode { margin: 0; }
|
||||||
|
@media screen {
|
||||||
|
div.sourceCode { overflow: auto; }
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
pre > code.sourceCode { white-space: pre-wrap; }
|
||||||
|
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
|
||||||
|
}
|
||||||
|
pre.numberSource code
|
||||||
|
{ counter-reset: source-line 0; }
|
||||||
|
pre.numberSource code > span
|
||||||
|
{ position: relative; left: -4em; counter-increment: source-line; }
|
||||||
|
pre.numberSource code > span > a:first-child::before
|
||||||
|
{ content: counter(source-line);
|
||||||
|
position: relative; left: -1em; text-align: right; vertical-align: baseline;
|
||||||
|
border: none; display: inline-block;
|
||||||
|
-webkit-touch-callout: none; -webkit-user-select: none;
|
||||||
|
-khtml-user-select: none; -moz-user-select: none;
|
||||||
|
-ms-user-select: none; user-select: none;
|
||||||
|
padding: 0 4px; width: 4em;
|
||||||
|
}
|
||||||
|
pre.numberSource { margin-left: 3em; padding-left: 4px; }
|
||||||
|
div.sourceCode
|
||||||
|
{ color: #cccccc; background-color: #303030; }
|
||||||
|
@media screen {
|
||||||
|
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
|
||||||
|
}
|
||||||
|
code span.al { color: #ffcfaf; } /* Alert */
|
||||||
|
code span.an { color: #7f9f7f; font-weight: bold; } /* Annotation */
|
||||||
|
code span.at { } /* Attribute */
|
||||||
|
code span.bn { color: #dca3a3; } /* BaseN */
|
||||||
|
code span.bu { } /* BuiltIn */
|
||||||
|
code span.cf { color: #f0dfaf; } /* ControlFlow */
|
||||||
|
code span.ch { color: #dca3a3; } /* Char */
|
||||||
|
code span.cn { color: #dca3a3; font-weight: bold; } /* Constant */
|
||||||
|
code span.co { color: #7f9f7f; } /* Comment */
|
||||||
|
code span.cv { color: #7f9f7f; font-weight: bold; } /* CommentVar */
|
||||||
|
code span.do { color: #7f9f7f; } /* Documentation */
|
||||||
|
code span.dt { color: #dfdfbf; } /* DataType */
|
||||||
|
code span.dv { color: #dcdccc; } /* DecVal */
|
||||||
|
code span.er { color: #c3bf9f; } /* Error */
|
||||||
|
code span.ex { } /* Extension */
|
||||||
|
code span.fl { color: #c0bed1; } /* Float */
|
||||||
|
code span.fu { color: #efef8f; } /* Function */
|
||||||
|
code span.im { } /* Import */
|
||||||
|
code span.in { color: #7f9f7f; font-weight: bold; } /* Information */
|
||||||
|
code span.kw { color: #f0dfaf; } /* Keyword */
|
||||||
|
code span.op { color: #f0efd0; } /* Operator */
|
||||||
|
code span.ot { color: #efef8f; } /* Other */
|
||||||
|
code span.pp { color: #ffcfaf; font-weight: bold; } /* Preprocessor */
|
||||||
|
code span.sc { color: #dca3a3; } /* SpecialChar */
|
||||||
|
code span.ss { color: #cc9393; } /* SpecialString */
|
||||||
|
code span.st { color: #cc9393; } /* String */
|
||||||
|
code span.va { } /* Variable */
|
||||||
|
code span.vs { color: #cc9393; } /* VerbatimString */
|
||||||
|
code span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="styles/style.css">
|
<link rel="stylesheet" href="styles/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -35,7 +99,12 @@
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<article>
|
<article>
|
||||||
<p>Hello World</p>
|
<p>Hello! I am Never and this is my little place on the internet where I
|
||||||
|
post the stuff that I am currenty nerding out about.</p>
|
||||||
|
<p>This Website itself is one of those projects, that I like to tweak.
|
||||||
|
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>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
<h2>Articles</h2>
|
<h2>Articles</h2>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Here I post random stuff.</description>
|
<description>Here I post random stuff.</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
||||||
<lastBuildDate>Thu, 12 Feb 2026 17:20:07 +0100</lastBuildDate>
|
<lastBuildDate>Thu, 12 Feb 2026 18:35:27 +0100</lastBuildDate>
|
||||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||||
<generator>pandoc</generator>
|
<generator>pandoc</generator>
|
||||||
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
||||||
|
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
<?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-eh</link>
|
|
||||||
<description>RSS of my published articles</description>
|
|
||||||
<language>en-us</language>
|
|
||||||
<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>
|
|
||||||
<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>
|
|
||||||
11
src/index.md
11
src/index.md
|
|
@ -1,4 +1,13 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
Hello World
|
|
||||||
|
Hello! I am Never and this is my little place on the internet where I post the
|
||||||
|
stuff that I am currenty nerding out about.
|
||||||
|
|
||||||
|
This Website itself is one of those projects, that I like to tweak. Maybe I'll
|
||||||
|
write an article about its build system. It is also viewable via `curl`. Just
|
||||||
|
run
|
||||||
|
```sh
|
||||||
|
curl nevereverever.de
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue