testing dates

This commit is contained in:
Never Gude 2026-03-10 16:26:36 +01:00
parent 9ff94ef981
commit f51adc3b36
12 changed files with 20 additions and 14 deletions

View file

@ -74,4 +74,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
$(BUILDDIR)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601)" --to html --output $@
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601=minutes)" --to html --output $@

View file

@ -3,7 +3,7 @@
<title>nevereverever.de</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
<id>nevereverever.de</id>
<updated>2026-03-10</updated>
<updated>2026-03-10T16:25+01:00</updated>
<published>2026-03-10</published>
<author>
<name>Never</name>
@ -14,7 +14,7 @@
library</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
<id>rsync-android</id>
<updated>2026-01-12</updated>
<updated>2026-01-12T16:24+01:00</updated>
<published>2026-01-12</published>
<author>
<name>Never</name>
@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.</summary>
<title>Latex Endeavors</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
<id>latex-endeavors</id>
<updated>2026-01-09</updated>
<updated>2026-01-10T16:23+01:00</updated>
<published>2026-01-09</published>
<author>
<name>Never</name>
@ -40,7 +40,7 @@ solutions I have encountered.</summary>
<title>Random linux utilities</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
<id>random-linux-utils</id>
<updated>2025-07-25</updated>
<updated>2025-07-25T16:24+01:00</updated>
<published>2025-07-25</published>
<author>
<name>Never</name>

View file

@ -11,7 +11,7 @@ also viewable via  curl . Just run
curl nevereverever.de
There also is an RSS Feed to stay updated about my doings.
There also is an Atom Feed to stay updated about my doings.
ARTICLES

View file

@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
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
<p>There also is an Atom Feed to stay updated about my
doings.</p>
</article>
<nav id="articles">

View file

@ -11,7 +11,7 @@ also viewable via  curl . Just run
curl nevereverever.de
There also is an RSS Feed to stay updated about my doings.
There also is an Atom Feed to stay updated about my doings.
ARTICLES

View file

@ -3,7 +3,7 @@
<title>nevereverever.de</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
<id>nevereverever.de</id>
<updated>2026-03-10</updated>
<updated>2026-03-10T16:25+01:00</updated>
<published>2026-03-10</published>
<author>
<name>Never</name>
@ -14,7 +14,7 @@
library</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
<id>rsync-android</id>
<updated>2026-01-12</updated>
<updated>2026-01-12T16:24+01:00</updated>
<published>2026-01-12</published>
<author>
<name>Never</name>
@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.</summary>
<title>Latex Endeavors</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
<id>latex-endeavors</id>
<updated>2026-01-09</updated>
<updated>2026-01-10T16:23+01:00</updated>
<published>2026-01-09</published>
<author>
<name>Never</name>
@ -40,7 +40,7 @@ solutions I have encountered.</summary>
<title>Random linux utilities</title>
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
<id>random-linux-utils</id>
<updated>2025-07-25</updated>
<updated>2025-07-25T16:24+01:00</updated>
<published>2025-07-25</published>
<author>
<name>Never</name>

View file

@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
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
<p>There also is an Atom Feed to stay updated about my
doings.</p>
</article>
<nav id="articles">

View file

@ -6,6 +6,7 @@
"email": "n.gude@posteo.de",
"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.",
"title": "Using rsync on Android to syncronise my Music library",
"updated": "2026-01-12T16:24+01:00",
"filename": "rsync-android"
},
{
@ -15,6 +16,7 @@
"subtitle": "Some unintuitive quirks of Latex",
"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.",
"title": "Latex Endeavors",
"updated": "2026-01-10T16:23+01:00",
"filename": "latex-endeavors"
},
{
@ -24,6 +26,7 @@
"subtitle": "Neat things I picked up along the way",
"summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.",
"title": "Random linux utilities",
"updated": "2025-07-25T16:24+01:00",
"filename": "random-linux-utils"
}
]

View file

@ -4,6 +4,7 @@ subtitle: Some unintuitive quirks of Latex
author: Never
email: n.gude@posteo.de
date: 2026-01-09
updated: 2026-01-10T16:23+01:00
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.
---

View file

@ -4,6 +4,7 @@ subtitle: Neat things I picked up along the way
author: Never
email: n.gude@posteo.de
date: 2025-07-25
updated: 2025-07-25T16:24+01:00
summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
---

View file

@ -3,6 +3,7 @@ title: Using rsync on Android to syncronise my Music library
author: Never
email: n.gude@posteo.de
date: 2026-01-12
updated: 2026-01-12T16:24+01:00
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.
---

View file

@ -12,4 +12,4 @@ via `curl`. Just run
curl nevereverever.de
```
There also is an RSS Feed to stay updated about my doings.
There also is an Atom Feed to stay updated about my doings.