testing dates
This commit is contained in:
parent
9ff94ef981
commit
f51adc3b36
12 changed files with 20 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -74,4 +74,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
|
||||||
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
||||||
|
|
||||||
$(BUILDDIR)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
|
$(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 $@
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<title>nevereverever.de</title>
|
<title>nevereverever.de</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||||
<id>nevereverever.de</id>
|
<id>nevereverever.de</id>
|
||||||
<updated>2026-03-10</updated>
|
<updated>2026-03-10T16:25+01:00</updated>
|
||||||
<published>2026-03-10</published>
|
<published>2026-03-10</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
library</title>
|
library</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||||
<id>rsync-android</id>
|
<id>rsync-android</id>
|
||||||
<updated>2026-01-12</updated>
|
<updated>2026-01-12T16:24+01:00</updated>
|
||||||
<published>2026-01-12</published>
|
<published>2026-01-12</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.</summary>
|
||||||
<title>Latex Endeavors</title>
|
<title>Latex Endeavors</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
||||||
<id>latex-endeavors</id>
|
<id>latex-endeavors</id>
|
||||||
<updated>2026-01-09</updated>
|
<updated>2026-01-10T16:23+01:00</updated>
|
||||||
<published>2026-01-09</published>
|
<published>2026-01-09</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -40,7 +40,7 @@ solutions I have encountered.</summary>
|
||||||
<title>Random linux utilities</title>
|
<title>Random linux utilities</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||||
<id>random-linux-utils</id>
|
<id>random-linux-utils</id>
|
||||||
<updated>2025-07-25</updated>
|
<updated>2025-07-25T16:24+01:00</updated>
|
||||||
<published>2025-07-25</published>
|
<published>2025-07-25</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ 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
|
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
|
||||||
|
|
||||||
There also is an RSS Feed to stay updated about my doings.
|
There also is an Atom Feed to stay updated about my doings.
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
|
||||||
Just run</p>
|
Just run</p>
|
||||||
<div class="sourceCode" id="cb1"><pre
|
<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>
|
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>
|
doings.</p>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ 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
|
[0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
|
||||||
|
|
||||||
There also is an RSS Feed to stay updated about my doings.
|
There also is an Atom Feed to stay updated about my doings.
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<title>nevereverever.de</title>
|
<title>nevereverever.de</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh"/>
|
||||||
<id>nevereverever.de</id>
|
<id>nevereverever.de</id>
|
||||||
<updated>2026-03-10</updated>
|
<updated>2026-03-10T16:25+01:00</updated>
|
||||||
<published>2026-03-10</published>
|
<published>2026-03-10</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
library</title>
|
library</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html"/>
|
||||||
<id>rsync-android</id>
|
<id>rsync-android</id>
|
||||||
<updated>2026-01-12</updated>
|
<updated>2026-01-12T16:24+01:00</updated>
|
||||||
<published>2026-01-12</published>
|
<published>2026-01-12</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -27,7 +27,7 @@ syncronise my library with my Android smartphone.</summary>
|
||||||
<title>Latex Endeavors</title>
|
<title>Latex Endeavors</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html"/>
|
||||||
<id>latex-endeavors</id>
|
<id>latex-endeavors</id>
|
||||||
<updated>2026-01-09</updated>
|
<updated>2026-01-10T16:23+01:00</updated>
|
||||||
<published>2026-01-09</published>
|
<published>2026-01-09</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
@ -40,7 +40,7 @@ solutions I have encountered.</summary>
|
||||||
<title>Random linux utilities</title>
|
<title>Random linux utilities</title>
|
||||||
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
<link href="https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html"/>
|
||||||
<id>random-linux-utils</id>
|
<id>random-linux-utils</id>
|
||||||
<updated>2025-07-25</updated>
|
<updated>2025-07-25T16:24+01:00</updated>
|
||||||
<published>2025-07-25</published>
|
<published>2025-07-25</published>
|
||||||
<author>
|
<author>
|
||||||
<name>Never</name>
|
<name>Never</name>
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ code span.wa { color: #b58900; } /* Warning */
|
||||||
Just run</p>
|
Just run</p>
|
||||||
<div class="sourceCode" id="cb1"><pre
|
<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>
|
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>
|
doings.</p>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
"email": "n.gude@posteo.de",
|
"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.",
|
"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",
|
"title": "Using rsync on Android to syncronise my Music library",
|
||||||
|
"updated": "2026-01-12T16:24+01:00",
|
||||||
"filename": "rsync-android"
|
"filename": "rsync-android"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -15,6 +16,7 @@
|
||||||
"subtitle": "Some unintuitive quirks of Latex",
|
"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.",
|
"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",
|
"title": "Latex Endeavors",
|
||||||
|
"updated": "2026-01-10T16:23+01:00",
|
||||||
"filename": "latex-endeavors"
|
"filename": "latex-endeavors"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -24,6 +26,7 @@
|
||||||
"subtitle": "Neat things I picked up along the way",
|
"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.",
|
"summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.",
|
||||||
"title": "Random linux utilities",
|
"title": "Random linux utilities",
|
||||||
|
"updated": "2025-07-25T16:24+01:00",
|
||||||
"filename": "random-linux-utils"
|
"filename": "random-linux-utils"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ subtitle: Some unintuitive quirks of Latex
|
||||||
author: Never
|
author: Never
|
||||||
email: n.gude@posteo.de
|
email: n.gude@posteo.de
|
||||||
date: 2026-01-09
|
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.
|
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.
|
In this article I cover some quirks and solutions I have encountered.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ subtitle: Neat things I picked up along the way
|
||||||
author: Never
|
author: Never
|
||||||
email: n.gude@posteo.de
|
email: n.gude@posteo.de
|
||||||
date: 2025-07-25
|
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.
|
summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ title: Using rsync on Android to syncronise my Music library
|
||||||
author: Never
|
author: Never
|
||||||
email: n.gude@posteo.de
|
email: n.gude@posteo.de
|
||||||
date: 2026-01-12
|
date: 2026-01-12
|
||||||
|
updated: 2026-01-12T16:24+01:00
|
||||||
summary: As Spotify is getting enshittified by capitalism, keeping a music library
|
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.
|
is kind of essential. Here I use rsync to syncronise my library with my Android smartphone.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ via `curl`. Just run
|
||||||
curl nevereverever.de
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue