diff --git a/content/_index.en.md b/content/_index.en.md
index 1909e37..689460a 100644
--- a/content/_index.en.md
+++ b/content/_index.en.md
@@ -8,6 +8,6 @@ framed = true
My Name is Benjamin, and I'm mostly known as _BlueFox_.
-Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but also do a bit of `programming` and are am an avid self-hoster. This is where I post about my activities from time to time.
+Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of `programming` and am an avid self-hoster. This is where I post about my activities from time to time.
**Just have a look around!**
diff --git a/content/posts/one-word.de.md b/content/posts/one-word.de.md
deleted file mode 100644
index a6efb48..0000000
--- a/content/posts/one-word.de.md
+++ /dev/null
@@ -1,8 +0,0 @@
-+++
-title = 'Ein Wort!'
-date = 2025-04-05T22:48:12+02:00
-draft = false
-toc = false
-+++
-
-# Nureinwort
diff --git a/content/posts/one-word.en.md b/content/posts/one-word.en.md
deleted file mode 100644
index 67188ad..0000000
--- a/content/posts/one-word.en.md
+++ /dev/null
@@ -1,8 +0,0 @@
-+++
-title = 'One Word!'
-date = 2025-04-05T22:48:12+02:00
-draft = false
-toc = false
-+++
-
-# Justoneword
diff --git a/content/posts/random-story.de.md b/content/posts/random-story.de.md
deleted file mode 100644
index 70e4650..0000000
--- a/content/posts/random-story.de.md
+++ /dev/null
@@ -1,22 +0,0 @@
-+++
-title = 'Eine beliebige Geschichte'
-date = 2025-04-08T17:55:25+02:00
-toc = true
-description = "Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen."
-tags = ['story', 'ai']
-draft = false
-+++
-
-
-Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.
-
-## Prompt
-
-Erzähle eine Geschichte mit ca. 200 Wörtern.
-
-## Antwort
-
-Es war einmal in einem kleinen Dorf, umgeben von dichten Wäldern und sanften Hügeln. Dort lebte ein neugieriger Junge namens Leo, der von Abenteuern träumte. Eines Tages entdeckte er beim Spielen am Fluss einen geheimnisvollen, glitzernden Stein. Als er ihn aufhob, begann der Stein zu leuchten und eine sanfte Stimme flüsterte: „Folge dem Licht, und du wirst das Unbekannte entdecken.“
-Neugierig und aufgeregt folgte Leo dem strahlenden Licht, das ihn tief in den Wald führte. Nach einer Weile erreichte er eine versteckte Lichtung, auf der ein wunderschöner, schimmernder Baum stand. Die Blätter funkelten wie Diamanten, und in der Mitte des Baumes hockte ein kleiner, freundlicher Drache namens Fuego.
-Fuego erzählte Leo von einem magischen Reich, das nur durch Mut und Freundschaft betreten werden konnte. Gemeinsam erlebten sie aufregende Abenteuer, kämpften gegen Schattenwesen und halfen den Waldbewohnern. Leo lernte, dass wahre Stärke im Herzen liegt und dass Freundschaft die größte Magie von allen ist.
-Als Leo schließlich nach Hause zurückkehrte, wusste er, dass er nie wieder der gleiche Junge sein würde. Der glitzernde Stein blieb bei ihm, ein ständiger Erinnerungsanker an seine unvergesslichen Abenteuer.
diff --git a/content/posts/random-story.en.md b/content/posts/random-story.en.md
deleted file mode 100644
index 43565b7..0000000
--- a/content/posts/random-story.en.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-title = 'A random story'
-date = 2025-04-08T17:55:25+02:00
-toc = true
-description = "Random story by ChatGPT to test out the perfect reading speed value."
-tags = ['story', 'ai']
-draft = false
-+++
-
-This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.
-
-## German prompt
-
-Tell a story with around 200 words.
-
-## Answer, translated to english
-
-Once upon a time, in a small village surrounded by dense forests and gentle hills, there lived a curious boy named Leo, who dreamed of adventures. One day, while playing by the river, he discovered a mysterious, glittering stone. As he picked it up, the stone began to glow, and a gentle voice whispered, “Follow the light, and you will discover the unknown.”
-Curious and excited, Leo followed the shining light, which led him deep into the woods. After a while, he reached a hidden clearing where a beautiful, shimmering tree stood. Its leaves sparkled like diamonds, and in the center of the tree sat a small, friendly dragon named Fuego.
-Fuego told Leo about a magical realm that could only be entered through courage and friendship. Together, they experienced thrilling adventures, fought against shadow creatures, and helped the forest inhabitants. Leo learned that true strength lies in the heart and that friendship is the greatest magic of all.
-When Leo finally returned home, he knew he would never be the same boy again. The glittering stone remained with him, a constant reminder of his unforgettable adventures.
diff --git a/content/posts/showcase-code.de.md b/content/posts/showcase-code.de.md
deleted file mode 100644
index 1adfd3e..0000000
--- a/content/posts/showcase-code.de.md
+++ /dev/null
@@ -1,349 +0,0 @@
-+++
-author = "Radek"
-title = "Varianten von Code-Blöcken"
-date = "2025-04-09T07:17:39+02:00"
-description = "Beispielartikel, der die beliebtesten Programmiersprachen zeigt."
-tags = ["programming", "code"]
-+++
-
-Seit v4.2.0 verwendet das Terminal-Theme Chroma als Syntax-Highlighter. Wie die Hugo-Dokumentation angibt: "Es ist in Go geschrieben und ist wirklich, wirklich schnell."
-
-Im Folgenden sehen Sie viele grundlegende Präsentationen der Code-Blöcke, die je nach Bedarf verwendet werden können. Außer dem Beispiel des `{{ < code > }}` Shortcodes werden alle anderen Blöcke basierend auf der Konfiguration erzeugt, die Sie in der [offiziellen Hugo-Dokumentation](https://gohugo.io/content-management/syntax-highlighting/) nachlesen können.
-
----
-
-## Beispiele:
-
-### Roh-Block ohne spezifizierte Sprache (und ohne Syntaxhervorhebung)
-
-```
-
-
-
-
- Beispiel HTML5-Dokument
-
-
-
Test
-
-
-```
-
-### Mit spezifizierter Sprache
-
-#### Zeilenhervorhebung
-
-```html {hl_lines=[5]}
-
-
-
-
- Beispiel HTML5-Dokument
-
-
-
- );
-}
-```
-
-```java
-public class HelloWorld {
- public static void main(String[] args) {
- System.out.println("Hello, World!");
- }
-}
-```
-
-### K
-
-```kotlin
-fun main() {
- println("Hello, World!")
-}
-```
-
-### L
-
-```lua
-print("Hello, World!")
-```
-
-### M
-
-```matlab
-disp('Hello, World!')
-```
-
-### N
-
-```nim
-echo "Hello, World!"
-```
-
-### O
-
-```objectivec
-#import
-int main() {
- @autoreleasepool {
- NSLog(@"Hello, World!");
- }
- return 0;
-}
-```
-
-### P
-
-```perl
-print("Hello, World!\n");
-```
-
-```php
-
-```
-
-```python
-print("Hello, World!")
-```
-
-### R
-
-```r
-cat("Hello, World!\n")
-```
-
-```ruby
-puts "Hello, World!"
-```
-
-```rust
-fn main() {
- println!("Hello, World!");
-}
-```
-
-### S
-
-```scala
-object HelloWorld extends App {
- println("Hello, World!")
-}
-```
-
-### T
-
-```typescript
-console.log("Hello, World!");
-```
-
-### V
-
-```vlang
-fn main() {
- println('Hello, World!')
-}
-```
-
-### Z
-
-```zig
-const std = @import("std");
-pub fn main() !void {
- std.debug.print("Hello, World!\n", .{});
-}
-```
diff --git a/content/posts/showcase.de.md b/content/posts/showcase.de.md
deleted file mode 100644
index 60c86be..0000000
--- a/content/posts/showcase.de.md
+++ /dev/null
@@ -1,193 +0,0 @@
-+++
-author = "Hugo Autoren & Radek"
-title = "Beispielvorführung"
-date = "2025-04-09T07:01:12+02:00"
-description = "Beispielartikel, der grundlegendes Styling und Formatierungen für HTML-Elemente zeigt."
-tags = ['showcase', 'markdown', 'styling']
-+++
-
-Dieser Artikel bietet ein Beispiel für grundlegende Markdown-Syntax, die in Hugo-Inhaltsdateien verwendet werden kann. Er zeigt auch, ob grundlegende HTML-Elemente mit CSS in einem Hugo-Theme dekoriert sind.
-
-
-## Überschriften
-
-Die folgenden HTML-Elemente `
`—`
` repräsentieren sechs Ebenen von Abschnittsüberschriften. `
` ist die höchste Abschnittsebene, während `
` die niedrigste ist.
-
-# H1
-## H2
-### H3
-### H4
-#### H5
-##### H6
-
-## Absatz
-
-Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
-Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
-
-## Bilder
-
-
-
-### Abbildung mit Beschriftung
-
-{{< figure src="/img/terminal-theme.png" alt="Terminal Theme Preview" position="center" caption="Terminal Theme Preview" captionPosition="center" >}}
-
-## Zitate
-
-Das Blockquote-Element stellt Inhalte dar, die aus einer anderen Quelle zitiert werden, optional mit einer Zitation, die innerhalb eines `footer`- oder `cite`-Elements enthalten sein muss, und optional mit Inline-Änderungen wie Anmerkungen und Abkürzungen.
-
-### Blockquote ohne Attribution
-
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
-> **Beachte**, dass du *Markdown-Syntax* innerhalb eines Blockquotes verwenden kannst.
-
-### Blockquote mit Attribution
-
-> Kommuniziere nicht durch das Teilen von Speicher, teile Speicher durch Kommunizieren.
-> — Rob Pike[^1]
-
-[^1]: Das obige Zitat stammt aus Rob Pikes [Vortrag](https://www.youtube.com/watch?v=PAAkCSZUG1c) während Gopherfest am 18. November 2015.
-
-## Buttons und Links
-
-
-Link
-Link
-
-## Tabellen
-
-Tabellen sind nicht Teil der Kern-Mardown-Spezifikation, aber Hugo unterstützt sie standardmäßig.
-
- Name | Alter
---------|------
- Bob | 27
- Alice | 23
-
-### Inline Markdown innerhalb von Tabellen
-
-| Kursiv | Fett | Code |
-| -------- | -------- | ------ |
-| *kursiv* | **fett** | `code` |
-
-## Formulare
-
-
-
-## Code-Blöcke
-
-### Code-Block mit Backticks
-
-```html
-
-
-
-
- Beispiel HTML5-Dokument
-
-
-
Test
-
-
-```
-
-### Code-Block eingerückt mit vier Leerzeichen
-
-
-
-
-
- Beispiel HTML5-Dokument
-
-
-
Test
-
-
-
-### Code-Block mit Hugos internem Highlight-Shortcode
-
-{{< highlight html >}}
-
-
-
-
- Beispiel HTML5-Dokument
-
-
-
Test
-
-
-{{< /highlight >}}
-
-### Code-Block mit benutzerdefiniertem eingebautem `{{ < code > }}` Shortcode
-
-{{< code title="Hey, dies ist der Titel eines Code-Blocks" language="css" >}}
-pre {
- background: #1a1a1d;
- padding: 20px;
- border-radius: 8px;
- font-size: 1rem;
- overflow: auto;
-
- @media (--phone) {
- white-space: pre-wrap;
- word-wrap: break-word;
- }
-
- code {
- background: none !important;
- color: #ccc;
- padding: 0;
- font-size: inherit;
- }
-}
-{{< /code >}}
-
-## Listenarten
-
-### Geordnete Liste
-
-1. Erstes Element
-2. Zweites Element
-3. Drittes Element
-
-### Ungeordnete Liste
-
-* Listenelement
-* Weiteres Element
-* Noch ein Element
-
-### Verschachtelte Liste
-
-* Obst
- * Apfel
- * Orange
- * Banane
-* Milchprodukte
- * Milch
- * Käse
-
-## Andere Elemente — abbr, sub, sup, kbd, mark
-
-GIF ist ein Bitmap-Bildformat.
-
-H2O
-
-Xn + Yn = Zn
-
-Drücke CTRL+ALT+Entf, um die Sitzung zu beenden.
-
-Die meisten Salamander sind nachtaktiv und jagen nach Insekten, Würmern und anderen kleinen Lebewesen.
diff --git a/content/posts/showcase.en.md b/content/posts/showcase.en.md
deleted file mode 100644
index 537543e..0000000
--- a/content/posts/showcase.en.md
+++ /dev/null
@@ -1,193 +0,0 @@
-+++
-author = "Hugo Authors & Radek"
-title = "Showcase"
-date = "2025-04-09T07:01:12+02:00"
-description = "Sample article showcasing basic styling and formatting for HTML elements."
-tags = ['showcase', 'markdown', 'styling']
-+++
-
-This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
-
-
-## Headings
-
-The following HTML `
`—`
` elements represent six levels of section headings. `
` is the highest section level while `
` is the lowest.
-
-# H1
-## H2
-### H3
-### H4
-#### H5
-##### H6
-
-## Paragraph
-
-Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
-Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
-
-## Images
-
-
-
-### Figure with a caption
-
-{{< figure src="/img/terminal-theme.png" alt="Terminal Theme Preview" position="center" caption="Terminal Theme Preview" captionPosition="center" >}}
-
-## Blockquotes
-
-The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
-
-### Blockquote without attribution
-
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
-> **Note** that you can use *Markdown syntax* within a blockquote.
-
-### Blockquote with attribution
-
-> Don't communicate by sharing memory, share memory by communicating.
-> — Rob Pike[^1]
-
-[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
-
-## Buttons and links
-
-
-Link
-Link
-
-## Tables
-
-Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
-
- Name | Age
---------|------
- Bob | 27
- Alice | 23
-
-### Inline Markdown within tables
-
-| Italics | Bold | Code |
-| -------- | -------- | ------ |
-| *italics* | **bold** | `code` |
-
-## Forms
-
-
-
-
-```
-
-### Code block indented with four spaces
-
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-
-### Code block with Hugo's internal highlight shortcode
-
-{{< highlight html >}}
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-{{< /highlight >}}
-
-### Code block with custom built-in `{{ < code > }}` shortcode
-
-{{< code title="Hey, this is a code block title" language="css" >}}
-pre {
- background: #1a1a1d;
- padding: 20px;
- border-radius: 8px;
- font-size: 1rem;
- overflow: auto;
-
- @media (--phone) {
- white-space: pre-wrap;
- word-wrap: break-word;
- }
-
- code {
- background: none !important;
- color: #ccc;
- padding: 0;
- font-size: inherit;
- }
-}
-{{< /code >}}
-
-## List Types
-
-### Ordered List
-
-1. First item
-2. Second item
-3. Third item
-
-### Unordered List
-
-* List item
-* Another item
-* And another item
-
-### Nested list
-
-* Fruit
- * Apple
- * Orange
- * Banana
-* Dairy
- * Milk
- * Cheese
-
-## Other Elements — abbr, sub, sup, kbd, mark
-
-GIF is a bitmap image format.
-
-H2O
-
-Xn + Yn = Zn
-
-Press CTRL+ALT+Delete to end the session.
-
-Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/content/posts/test-post.de.md b/content/posts/test-post.de.md
deleted file mode 100644
index ff24838..0000000
--- a/content/posts/test-post.de.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-title = 'Deutscher Test Post'
-date = 2025-04-05T20:14:29+02:00
-draft = false
-+++
-
-# Test Post in German
-
-## Lorem ipsum
-
-### dolor sit amet
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
-
-
-### Consectetur adipiscing
-
-Bonum sit aut quid iudicat, quo aut petat aut fugiat aliquid, praeter voluptatem et dolorem. Ad haec et quae vel aliter pararetur et qua etiam carere possent sine dolore tum in morbos gravis, tum in damna, tum in dedecora incurrunt, saepe etiam legum iudiciorumque poenis obligantur. Qui autem ita frui volunt voluptatibus, ut nulli propter eas consequantur dolores, et qui suum iudicium retinent, ne voluptate victi faciant id.
-
-Sumitur contra mortis timorem et constantia contra metum religionis et sedatio animi omnium rerum occultarum ignoratione sublata et moderatio natura cupiditatum generibusque earum explicatis, et, ut dixi, ad lineam, hunc naturalem esse omnium corporum motum. Deinde ibidem homo acutus, cum illud ocurreret, si omnia dixi hausta e fonte naturae, si tota oratio nostra omnem sibi fidem sensibus confirmat, id est in culpa qui officia deserunt mollitia animi, id est.
-
-Posuit. Ea scientia et verborum vis et natura orationis et consequentium repugnantiumve ratio potest perspici. Omnium autem rerum natura cognita levamur superstitione, liberamur mortis metu, non conturbamur ignoratione rerum, e qua ipsa horribiles existunt saepe formidines. Denique etiam morati melius erimus.
-
-
-## DeLorean ipsum
-
-
-That's right. Huh? Go. Here you go, lady. There's a quarter. Good morning.
-
-Marty, I always wear a suit to the office. You alright? It's a board with wheels. Yeah. What the hell is this? Marty, you're acting like you haven't seen me in a week.
-
-Yes, yes, I'm George, George McFly, and I'm your density. I mean, I'm your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That's Strickland. Jesus, didn't that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It's all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.
-
diff --git a/content/posts/test-post.en.md b/content/posts/test-post.en.md
deleted file mode 100644
index 7685a72..0000000
--- a/content/posts/test-post.en.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-title = 'English Test Post'
-date = 2025-04-05T20:14:29+02:00
-draft = false
-+++
-
-# Test Post in English
-
-## Lorem ipsum
-
-### dolor sit amet
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
-
-
-### Consectetur adipiscing
-
-Bonum sit aut quid iudicat, quo aut petat aut fugiat aliquid, praeter voluptatem et dolorem. Ad haec et quae vel aliter pararetur et qua etiam carere possent sine dolore tum in morbos gravis, tum in damna, tum in dedecora incurrunt, saepe etiam legum iudiciorumque poenis obligantur. Qui autem ita frui volunt voluptatibus, ut nulli propter eas consequantur dolores, et qui suum iudicium retinent, ne voluptate victi faciant id.
-
-Sumitur contra mortis timorem et constantia contra metum religionis et sedatio animi omnium rerum occultarum ignoratione sublata et moderatio natura cupiditatum generibusque earum explicatis, et, ut dixi, ad lineam, hunc naturalem esse omnium corporum motum. Deinde ibidem homo acutus, cum illud ocurreret, si omnia dixi hausta e fonte naturae, si tota oratio nostra omnem sibi fidem sensibus confirmat, id est in culpa qui officia deserunt mollitia animi, id est.
-
-Posuit. Ea scientia et verborum vis et natura orationis et consequentium repugnantiumve ratio potest perspici. Omnium autem rerum natura cognita levamur superstitione, liberamur mortis metu, non conturbamur ignoratione rerum, e qua ipsa horribiles existunt saepe formidines. Denique etiam morati melius erimus.
-
-
-## DeLorean ipsum
-
-
-That's right. Huh? Go. Here you go, lady. There's a quarter. Good morning.
-
-Marty, I always wear a suit to the office. You alright? It's a board with wheels. Yeah. What the hell is this? Marty, you're acting like you haven't seen me in a week.
-
-Yes, yes, I'm George, George McFly, and I'm your density. I mean, I'm your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That's Strickland. Jesus, didn't that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It's all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.
-
diff --git a/public/de/index.html b/public/de/index.html
index 0bcddda..0552198 100644
--- a/public/de/index.html
+++ b/public/de/index.html
@@ -262,160 +262,6 @@
-
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Es war einmal in einem kleinen Dorf, umgeben von dichten Wäldern und sanften Hügeln. Dort lebte ein neugieriger Junge namens Leo, der von Abenteuern träumte. Eines Tages entdeckte er beim Spielen am Fluss einen geheimnisvollen, glitzernden Stein. Als er ihn aufhob, begann der Stein zu leuchten und eine sanfte Stimme flüsterte: „Folge dem Licht, und du wirst das Unbekannte entdecken.“
-Neugierig und aufgeregt folgte Leo dem strahlenden Licht, das ihn tief in den Wald führte. Nach einer Weile erreichte er eine versteckte Lichtung, auf der ein wunderschöner, schimmernder Baum stand. Die Blätter funkelten wie Diamanten, und in der Mitte des Baumes hockte ein kleiner, freundlicher Drache namens Fuego.
-Fuego erzählte Leo von einem magischen Reich, das nur durch Mut und Freundschaft betreten werden konnte. Gemeinsam erlebten sie aufregende Abenteuer, kämpften gegen Schattenwesen und halfen den Waldbewohnern. Leo lernte, dass wahre Stärke im Herzen liegt und dass Freundschaft die größte Magie von allen ist.
-Als Leo schließlich nach Hause zurückkehrte, wusste er, dass er nie wieder der gleiche Junge sein würde. Der glitzernde Stein blieb bei ihm, ein ständiger Erinnerungsanker an seine unvergesslichen Abenteuer.
Seit v4.2.0 verwendet das Terminal-Theme Chroma als Syntax-Highlighter. Wie die Hugo-Dokumentation angibt: “Es ist in Go geschrieben und ist wirklich, wirklich schnell.”
-
Im Folgenden sehen Sie viele grundlegende Präsentationen der Code-Blöcke, die je nach Bedarf verwendet werden können. Außer dem Beispiel des {{ < code > }} Shortcodes werden alle anderen Blöcke basierend auf der Konfiguration erzeugt, die Sie in der offiziellen Hugo-Dokumentation nachlesen können.
varx,y,z;// Declare 3 variables
-x=5;// Assign the value 5 to x
-y=6;// Assign the value 6 to y
-z=x+y;// Assign the sum of x and y to z
-
-document.getElementById("demo").innerHTML="The value of z is "+z+".";
-
Dieser Artikel bietet ein Beispiel für grundlegende Markdown-Syntax, die in Hugo-Inhaltsdateien verwendet werden kann. Er zeigt auch, ob grundlegende HTML-Elemente mit CSS in einem Hugo-Theme dekoriert sind.
Die folgenden HTML-Elemente <h1>—<h6> repräsentieren sechs Ebenen von Abschnittsüberschriften. <h1> ist die höchste Abschnittsebene, während <h6> die niedrigste ist.
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
Das Blockquote-Element stellt Inhalte dar, die aus einer anderen Quelle zitiert werden, optional mit einer Zitation, die innerhalb eines footer- oder cite-Elements enthalten sein muss, und optional mit Inline-Änderungen wie Anmerkungen und Abkürzungen.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Bonum sit aut quid iudicat, quo aut petat aut fugiat aliquid, praeter voluptatem et dolorem. Ad haec et quae vel aliter pararetur et qua etiam carere possent sine dolore tum in morbos gravis, tum in damna, tum in dedecora incurrunt, saepe etiam legum iudiciorumque poenis obligantur. Qui autem ita frui volunt voluptatibus, ut nulli propter eas consequantur dolores, et qui suum iudicium retinent, ne voluptate victi faciant id.
-
Sumitur contra mortis timorem et constantia contra metum religionis et sedatio animi omnium rerum occultarum ignoratione sublata et moderatio natura cupiditatum generibusque earum explicatis, et, ut dixi, ad lineam, hunc naturalem esse omnium corporum motum. Deinde ibidem homo acutus, cum illud ocurreret, si omnia dixi hausta e fonte naturae, si tota oratio nostra omnem sibi fidem sensibus confirmat, id est in culpa qui officia deserunt mollitia animi, id est.
-
Posuit. Ea scientia et verborum vis et natura orationis et consequentium repugnantiumve ratio potest perspici. Omnium autem rerum natura cognita levamur superstitione, liberamur mortis metu, non conturbamur ignoratione rerum, e qua ipsa horribiles existunt saepe formidines. Denique etiam morati melius erimus.
That’s right. Huh? Go. Here you go, lady. There’s a quarter. Good morning.
-
Marty, I always wear a suit to the office. You alright? It’s a board with wheels. Yeah. What the hell is this? Marty, you’re acting like you haven’t seen me in a week.
-
Yes, yes, I’m George, George McFly, and I’m your density. I mean, I’m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That’s Strickland. Jesus, didn’t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It’s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.
-
-
-
diff --git a/public/de/tags/ai/index.xml b/public/de/tags/ai/index.xml
deleted file mode 100644
index 846b3eb..0000000
--- a/public/de/tags/ai/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Ai on Privacynerd's blog
- https://blog.privacynerd.de/de/tags/ai/
- Recent content in Ai on Privacynerd's blog
- Hugo
- de
- Tue, 08 Apr 2025 17:55:25 +0200
-
-
- Eine beliebige Geschichte
- https://blog.privacynerd.de/de/posts/random-story/
- Tue, 08 Apr 2025 17:55:25 +0200
- https://blog.privacynerd.de/de/posts/random-story/
- <p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.</p>
<h2 id="prompt">Prompt</h2>
<p>Erzähle eine Geschichte mit ca. 200 Wörtern.</p>
<h2 id="antwort">Antwort</h2>
<p>Es war einmal in einem kleinen Dorf, umgeben von dichten Wäldern und sanften Hügeln. Dort lebte ein neugieriger Junge namens Leo, der von Abenteuern träumte. Eines Tages entdeckte er beim Spielen am Fluss einen geheimnisvollen, glitzernden Stein. Als er ihn aufhob, begann der Stein zu leuchten und eine sanfte Stimme flüsterte: „Folge dem Licht, und du wirst das Unbekannte entdecken.“
Neugierig und aufgeregt folgte Leo dem strahlenden Licht, das ihn tief in den Wald führte. Nach einer Weile erreichte er eine versteckte Lichtung, auf der ein wunderschöner, schimmernder Baum stand. Die Blätter funkelten wie Diamanten, und in der Mitte des Baumes hockte ein kleiner, freundlicher Drache namens Fuego.
Fuego erzählte Leo von einem magischen Reich, das nur durch Mut und Freundschaft betreten werden konnte. Gemeinsam erlebten sie aufregende Abenteuer, kämpften gegen Schattenwesen und halfen den Waldbewohnern. Leo lernte, dass wahre Stärke im Herzen liegt und dass Freundschaft die größte Magie von allen ist.
Als Leo schließlich nach Hause zurückkehrte, wusste er, dass er nie wieder der gleiche Junge sein würde. Der glitzernde Stein blieb bei ihm, ein ständiger Erinnerungsanker an seine unvergesslichen Abenteuer.</p>
-
-
-
diff --git a/public/de/tags/ai/page/1/index.html b/public/de/tags/ai/page/1/index.html
deleted file mode 100644
index 3e501ae..0000000
--- a/public/de/tags/ai/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/de/tags/ai/
-
-
-
-
-
-
diff --git a/public/de/tags/code/index.html b/public/de/tags/code/index.html
deleted file mode 100644
index 9402d97..0000000
--- a/public/de/tags/code/index.html
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
- Code :: Privacynerd's blog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/de/tags/story/index.xml b/public/de/tags/story/index.xml
deleted file mode 100644
index fb35add..0000000
--- a/public/de/tags/story/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Story on Privacynerd's blog
- https://blog.privacynerd.de/de/tags/story/
- Recent content in Story on Privacynerd's blog
- Hugo
- de
- Tue, 08 Apr 2025 17:55:25 +0200
-
-
- Eine beliebige Geschichte
- https://blog.privacynerd.de/de/posts/random-story/
- Tue, 08 Apr 2025 17:55:25 +0200
- https://blog.privacynerd.de/de/posts/random-story/
- <p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.</p>
<h2 id="prompt">Prompt</h2>
<p>Erzähle eine Geschichte mit ca. 200 Wörtern.</p>
<h2 id="antwort">Antwort</h2>
<p>Es war einmal in einem kleinen Dorf, umgeben von dichten Wäldern und sanften Hügeln. Dort lebte ein neugieriger Junge namens Leo, der von Abenteuern träumte. Eines Tages entdeckte er beim Spielen am Fluss einen geheimnisvollen, glitzernden Stein. Als er ihn aufhob, begann der Stein zu leuchten und eine sanfte Stimme flüsterte: „Folge dem Licht, und du wirst das Unbekannte entdecken.“
Neugierig und aufgeregt folgte Leo dem strahlenden Licht, das ihn tief in den Wald führte. Nach einer Weile erreichte er eine versteckte Lichtung, auf der ein wunderschöner, schimmernder Baum stand. Die Blätter funkelten wie Diamanten, und in der Mitte des Baumes hockte ein kleiner, freundlicher Drache namens Fuego.
Fuego erzählte Leo von einem magischen Reich, das nur durch Mut und Freundschaft betreten werden konnte. Gemeinsam erlebten sie aufregende Abenteuer, kämpften gegen Schattenwesen und halfen den Waldbewohnern. Leo lernte, dass wahre Stärke im Herzen liegt und dass Freundschaft die größte Magie von allen ist.
Als Leo schließlich nach Hause zurückkehrte, wusste er, dass er nie wieder der gleiche Junge sein würde. Der glitzernde Stein blieb bei ihm, ein ständiger Erinnerungsanker an seine unvergesslichen Abenteuer.</p>
-
-
-
diff --git a/public/de/tags/story/page/1/index.html b/public/de/tags/story/page/1/index.html
deleted file mode 100644
index a5552c9..0000000
--- a/public/de/tags/story/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/de/tags/story/
-
-
-
-
-
-
diff --git a/public/de/tags/styling/index.html b/public/de/tags/styling/index.html
deleted file mode 100644
index 9afcd14..0000000
--- a/public/de/tags/styling/index.html
+++ /dev/null
@@ -1,342 +0,0 @@
-
-
-
-
- Styling :: Privacynerd's blog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/de/tags/styling/index.xml b/public/de/tags/styling/index.xml
deleted file mode 100644
index b9c74e9..0000000
--- a/public/de/tags/styling/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Styling on Privacynerd's blog
- https://blog.privacynerd.de/de/tags/styling/
- Recent content in Styling on Privacynerd's blog
- Hugo
- de
- Wed, 09 Apr 2025 07:01:12 +0200
-
-
- Beispielvorführung
- https://blog.privacynerd.de/de/posts/showcase/
- Wed, 09 Apr 2025 07:01:12 +0200
- https://blog.privacynerd.de/de/posts/showcase/
- <p>Dieser Artikel bietet ein Beispiel für grundlegende Markdown-Syntax, die in Hugo-Inhaltsdateien verwendet werden kann. Er zeigt auch, ob grundlegende HTML-Elemente mit CSS in einem Hugo-Theme dekoriert sind.</p>
-
-
-
diff --git a/public/de/tags/styling/page/1/index.html b/public/de/tags/styling/page/1/index.html
deleted file mode 100644
index 5d7933b..0000000
--- a/public/de/tags/styling/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/de/tags/styling/
-
-
-
-
-
-
diff --git a/public/en/index.html b/public/en/index.html
index 8035f23..78cee38 100644
--- a/public/en/index.html
+++ b/public/en/index.html
@@ -246,7 +246,7 @@
Hey there! 👋
My Name is Benjamin, and I’m mostly known as BlueFox.
-
Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but also do a bit of programming and are am an avid self-hoster. This is where I post about my activities from time to time.
+
Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of programming and am an avid self-hoster. This is where I post about my activities from time to time.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Once upon a time, in a small village surrounded by dense forests and gentle hills, there lived a curious boy named Leo, who dreamed of adventures. One day, while playing by the river, he discovered a mysterious, glittering stone. As he picked it up, the stone began to glow, and a gentle voice whispered, “Follow the light, and you will discover the unknown.”
-Curious and excited, Leo followed the shining light, which led him deep into the woods. After a while, he reached a hidden clearing where a beautiful, shimmering tree stood. Its leaves sparkled like diamonds, and in the center of the tree sat a small, friendly dragon named Fuego.
-Fuego told Leo about a magical realm that could only be entered through courage and friendship. Together, they experienced thrilling adventures, fought against shadow creatures, and helped the forest inhabitants. Leo learned that true strength lies in the heart and that friendship is the greatest magic of all.
-When Leo finally returned home, he knew he would never be the same boy again. The glittering stone remained with him, a constant reminder of his unforgettable adventures.
Since v4.2.0, Terminal Theme uses Chroma as syntax highlighter. As Hugo documentation refers: “it is built in Go and is really, really fast”.
-
Below you can see many basic presentations of the code blocks you can use depending on your needs. Except the {{ < code > }} shortcode example, all other blocks are generated based on the configuration you can learn about from the official Hugo docs.
varx,y,z;// Declare 3 variables
-x=5;// Assign the value 5 to x
-y=6;// Assign the value 6 to y
-z=x+y;// Assign the sum of x and y to z
-
-document.getElementById("demo").innerHTML="The value of z is "+z+".";
-
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Bonum sit aut quid iudicat, quo aut petat aut fugiat aliquid, praeter voluptatem et dolorem. Ad haec et quae vel aliter pararetur et qua etiam carere possent sine dolore tum in morbos gravis, tum in damna, tum in dedecora incurrunt, saepe etiam legum iudiciorumque poenis obligantur. Qui autem ita frui volunt voluptatibus, ut nulli propter eas consequantur dolores, et qui suum iudicium retinent, ne voluptate victi faciant id.
-
Sumitur contra mortis timorem et constantia contra metum religionis et sedatio animi omnium rerum occultarum ignoratione sublata et moderatio natura cupiditatum generibusque earum explicatis, et, ut dixi, ad lineam, hunc naturalem esse omnium corporum motum. Deinde ibidem homo acutus, cum illud ocurreret, si omnia dixi hausta e fonte naturae, si tota oratio nostra omnem sibi fidem sensibus confirmat, id est in culpa qui officia deserunt mollitia animi, id est.
-
Posuit. Ea scientia et verborum vis et natura orationis et consequentium repugnantiumve ratio potest perspici. Omnium autem rerum natura cognita levamur superstitione, liberamur mortis metu, non conturbamur ignoratione rerum, e qua ipsa horribiles existunt saepe formidines. Denique etiam morati melius erimus.
That’s right. Huh? Go. Here you go, lady. There’s a quarter. Good morning.
-
Marty, I always wear a suit to the office. You alright? It’s a board with wheels. Yeah. What the hell is this? Marty, you’re acting like you haven’t seen me in a week.
-
Yes, yes, I’m George, George McFly, and I’m your density. I mean, I’m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That’s Strickland. Jesus, didn’t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It’s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.
-
-
-
diff --git a/public/en/tags/ai/index.xml b/public/en/tags/ai/index.xml
deleted file mode 100644
index 84ee961..0000000
--- a/public/en/tags/ai/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Ai on Privacynerd's blog
- https://blog.privacynerd.de/en/tags/ai/
- Recent content in Ai on Privacynerd's blog
- Hugo
- en
- Tue, 08 Apr 2025 17:55:25 +0200
-
-
- A random story
- https://blog.privacynerd.de/en/posts/random-story/
- Tue, 08 Apr 2025 17:55:25 +0200
- https://blog.privacynerd.de/en/posts/random-story/
- <p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.</p>
<h2 id="german-prompt">German prompt</h2>
<p>Tell a story with around 200 words.</p>
<h2 id="answer-translated-to-english">Answer, translated to english</h2>
<p>Once upon a time, in a small village surrounded by dense forests and gentle hills, there lived a curious boy named Leo, who dreamed of adventures. One day, while playing by the river, he discovered a mysterious, glittering stone. As he picked it up, the stone began to glow, and a gentle voice whispered, “Follow the light, and you will discover the unknown.”
Curious and excited, Leo followed the shining light, which led him deep into the woods. After a while, he reached a hidden clearing where a beautiful, shimmering tree stood. Its leaves sparkled like diamonds, and in the center of the tree sat a small, friendly dragon named Fuego.
Fuego told Leo about a magical realm that could only be entered through courage and friendship. Together, they experienced thrilling adventures, fought against shadow creatures, and helped the forest inhabitants. Leo learned that true strength lies in the heart and that friendship is the greatest magic of all.
When Leo finally returned home, he knew he would never be the same boy again. The glittering stone remained with him, a constant reminder of his unforgettable adventures.</p>
-
-
-
diff --git a/public/en/tags/ai/page/1/index.html b/public/en/tags/ai/page/1/index.html
deleted file mode 100644
index 84070c2..0000000
--- a/public/en/tags/ai/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/en/tags/ai/
-
-
-
-
-
-
diff --git a/public/en/tags/code/index.html b/public/en/tags/code/index.html
deleted file mode 100644
index ae5dba4..0000000
--- a/public/en/tags/code/index.html
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
- Code :: Privacynerd's blog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/en/tags/story/index.xml b/public/en/tags/story/index.xml
deleted file mode 100644
index b4d00c6..0000000
--- a/public/en/tags/story/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Story on Privacynerd's blog
- https://blog.privacynerd.de/en/tags/story/
- Recent content in Story on Privacynerd's blog
- Hugo
- en
- Tue, 08 Apr 2025 17:55:25 +0200
-
-
- A random story
- https://blog.privacynerd.de/en/posts/random-story/
- Tue, 08 Apr 2025 17:55:25 +0200
- https://blog.privacynerd.de/en/posts/random-story/
- <p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.</p>
<h2 id="german-prompt">German prompt</h2>
<p>Tell a story with around 200 words.</p>
<h2 id="answer-translated-to-english">Answer, translated to english</h2>
<p>Once upon a time, in a small village surrounded by dense forests and gentle hills, there lived a curious boy named Leo, who dreamed of adventures. One day, while playing by the river, he discovered a mysterious, glittering stone. As he picked it up, the stone began to glow, and a gentle voice whispered, “Follow the light, and you will discover the unknown.”
Curious and excited, Leo followed the shining light, which led him deep into the woods. After a while, he reached a hidden clearing where a beautiful, shimmering tree stood. Its leaves sparkled like diamonds, and in the center of the tree sat a small, friendly dragon named Fuego.
Fuego told Leo about a magical realm that could only be entered through courage and friendship. Together, they experienced thrilling adventures, fought against shadow creatures, and helped the forest inhabitants. Leo learned that true strength lies in the heart and that friendship is the greatest magic of all.
When Leo finally returned home, he knew he would never be the same boy again. The glittering stone remained with him, a constant reminder of his unforgettable adventures.</p>
-
-
-
diff --git a/public/en/tags/story/page/1/index.html b/public/en/tags/story/page/1/index.html
deleted file mode 100644
index 7456c4e..0000000
--- a/public/en/tags/story/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/en/tags/story/
-
-
-
-
-
-
diff --git a/public/en/tags/styling/index.html b/public/en/tags/styling/index.html
deleted file mode 100644
index 97ee548..0000000
--- a/public/en/tags/styling/index.html
+++ /dev/null
@@ -1,342 +0,0 @@
-
-
-
-
- Styling :: Privacynerd's blog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/en/tags/styling/index.xml b/public/en/tags/styling/index.xml
deleted file mode 100644
index 030e83d..0000000
--- a/public/en/tags/styling/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- Styling on Privacynerd's blog
- https://blog.privacynerd.de/en/tags/styling/
- Recent content in Styling on Privacynerd's blog
- Hugo
- en
- Wed, 09 Apr 2025 07:01:12 +0200
-
-
- Showcase
- https://blog.privacynerd.de/en/posts/showcase/
- Wed, 09 Apr 2025 07:01:12 +0200
- https://blog.privacynerd.de/en/posts/showcase/
- <p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
-
-
-
diff --git a/public/en/tags/styling/page/1/index.html b/public/en/tags/styling/page/1/index.html
deleted file mode 100644
index f45bd05..0000000
--- a/public/en/tags/styling/page/1/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- https://blog.privacynerd.de/en/tags/styling/
-
-
-
-
-
-