From 4df732ccc32107c6378877f3c1b1842d8ee2fce3 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Tue, 8 Apr 2025 18:25:25 +0200 Subject: [PATCH] Added a tag to see how the theme behaves --- content/posts/random-story.de.md | 1 + content/posts/random-story.en.md | 1 + public/de/categories/category-a/index.html | 246 ++++++++++++++++ public/de/categories/category-a/index.xml | 10 + .../categories/category-a/page/1/index.html | 10 + public/de/categories/category-b/index.html | 277 ++++++++++++++++++ public/de/categories/category-b/index.xml | 36 +++ .../categories/category-b/page/1/index.html | 10 + public/de/index.html | 6 + public/de/posts/index.html | 6 + public/de/posts/random-story/index.html | 6 + public/de/sitemap.xml | 38 ++- public/de/tags/geschichte/index.html | 246 ++++++++++++++++ public/de/tags/geschichte/index.xml | 10 + public/de/tags/geschichte/page/1/index.html | 10 + public/de/tags/index.html | 8 + public/de/tags/index.xml | 13 +- public/de/tags/story/index.html | 277 ++++++++++++++++++ public/de/tags/story/index.xml | 36 +++ public/de/tags/story/page/1/index.html | 10 + public/en/categories/category-a/index.html | 277 ++++++++++++++++++ public/en/categories/category-a/index.xml | 36 +++ .../categories/category-a/page/1/index.html | 10 + public/en/categories/category-b/index.html | 277 ++++++++++++++++++ public/en/categories/category-b/index.xml | 36 +++ .../categories/category-b/page/1/index.html | 10 + public/en/index.html | 6 + public/en/posts/index.html | 6 + public/en/posts/random-story/index.html | 6 + public/en/sitemap.xml | 38 ++- public/en/tags/geschichte/index.html | 277 ++++++++++++++++++ public/en/tags/geschichte/index.xml | 36 +++ public/en/tags/geschichte/page/1/index.html | 10 + public/en/tags/index.html | 8 + public/en/tags/index.xml | 13 +- public/en/tags/story/index.html | 277 ++++++++++++++++++ public/en/tags/story/index.xml | 36 +++ public/en/tags/story/page/1/index.html | 10 + 38 files changed, 2600 insertions(+), 26 deletions(-) create mode 100644 public/de/categories/category-a/index.html create mode 100644 public/de/categories/category-a/index.xml create mode 100644 public/de/categories/category-a/page/1/index.html create mode 100644 public/de/categories/category-b/index.html create mode 100644 public/de/categories/category-b/index.xml create mode 100644 public/de/categories/category-b/page/1/index.html create mode 100644 public/de/tags/geschichte/index.html create mode 100644 public/de/tags/geschichte/index.xml create mode 100644 public/de/tags/geschichte/page/1/index.html create mode 100644 public/de/tags/story/index.html create mode 100644 public/de/tags/story/index.xml create mode 100644 public/de/tags/story/page/1/index.html create mode 100644 public/en/categories/category-a/index.html create mode 100644 public/en/categories/category-a/index.xml create mode 100644 public/en/categories/category-a/page/1/index.html create mode 100644 public/en/categories/category-b/index.html create mode 100644 public/en/categories/category-b/index.xml create mode 100644 public/en/categories/category-b/page/1/index.html create mode 100644 public/en/tags/geschichte/index.html create mode 100644 public/en/tags/geschichte/index.xml create mode 100644 public/en/tags/geschichte/page/1/index.html create mode 100644 public/en/tags/story/index.html create mode 100644 public/en/tags/story/index.xml create mode 100644 public/en/tags/story/page/1/index.html diff --git a/content/posts/random-story.de.md b/content/posts/random-story.de.md index 32ce88d..a42639c 100644 --- a/content/posts/random-story.de.md +++ b/content/posts/random-story.de.md @@ -3,6 +3,7 @@ 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'] draft = false +++ diff --git a/content/posts/random-story.en.md b/content/posts/random-story.en.md index 26ce469..527b079 100644 --- a/content/posts/random-story.en.md +++ b/content/posts/random-story.en.md @@ -3,6 +3,7 @@ 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'] draft = false +++ diff --git a/public/de/categories/category-a/index.html b/public/de/categories/category-a/index.html new file mode 100644 index 0000000..2dde0a9 --- /dev/null +++ b/public/de/categories/category-a/index.html @@ -0,0 +1,246 @@ + + + + + Category A :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Category A

+ +
+ + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/de/categories/category-a/index.xml b/public/de/categories/category-a/index.xml new file mode 100644 index 0000000..dba5729 --- /dev/null +++ b/public/de/categories/category-a/index.xml @@ -0,0 +1,10 @@ + + + + Category A on Privacynerd's blog + http://10.0.30.49:1313/de/categories/category-a/ + Recent content in Category A on Privacynerd's blog + Hugo -- gohugo.io + de + + diff --git a/public/de/categories/category-a/page/1/index.html b/public/de/categories/category-a/page/1/index.html new file mode 100644 index 0000000..ab0c548 --- /dev/null +++ b/public/de/categories/category-a/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://10.0.30.49:1313/de/categories/category-a/ + + + + + + diff --git a/public/de/categories/category-b/index.html b/public/de/categories/category-b/index.html new file mode 100644 index 0000000..026e951 --- /dev/null +++ b/public/de/categories/category-b/index.html @@ -0,0 +1,277 @@ + + + + + Category B :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Category B

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/de/categories/category-b/index.xml b/public/de/categories/category-b/index.xml new file mode 100644 index 0000000..f96a8b7 --- /dev/null +++ b/public/de/categories/category-b/index.xml @@ -0,0 +1,36 @@ + + + + Category B on Privacynerd's blog + http://10.0.30.49:1313/de/categories/category-b/ + Recent content in Category B on Privacynerd's blog + Hugo -- gohugo.io + de + Tue, 08 Apr 2025 17:55:25 +0200 + + Eine beliebige Geschichte + http://10.0.30.49:1313/de/posts/random-story/ + Tue, 08 Apr 2025 17:55:25 +0200 + + http://10.0.30.49:1313/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> + <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/categories/category-b/page/1/index.html b/public/de/categories/category-b/page/1/index.html new file mode 100644 index 0000000..2b58575 --- /dev/null +++ b/public/de/categories/category-b/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://10.0.30.49:1313/de/categories/category-b/ + + + + + + diff --git a/public/de/index.html b/public/de/index.html index 2c2f75d..c706d9c 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -213,6 +213,12 @@ + + + #story  + + + diff --git a/public/de/posts/index.html b/public/de/posts/index.html index b381d43..6c4c7de 100644 --- a/public/de/posts/index.html +++ b/public/de/posts/index.html @@ -202,6 +202,12 @@ + + + #story  + + + diff --git a/public/de/posts/random-story/index.html b/public/de/posts/random-story/index.html index 24e55df..92dc3d3 100644 --- a/public/de/posts/random-story/index.html +++ b/public/de/posts/random-story/index.html @@ -198,6 +198,12 @@ + + + #story  + + + diff --git a/public/de/sitemap.xml b/public/de/sitemap.xml index 1582d31..5f6dc4a 100644 --- a/public/de/sitemap.xml +++ b/public/de/sitemap.xml @@ -40,6 +40,32 @@ hreflang="de" href="https://blog.privacynerd.de/de/" /> + + https://blog.privacynerd.de/de/tags/story/ + 2025-04-08T17:55:25+02:00 + + + + https://blog.privacynerd.de/de/tags/ + 2025-04-08T17:55:25+02:00 + + https://blog.privacynerd.de/de/posts/one-word/ 2025-04-05T22:48:12+02:00 @@ -91,17 +117,5 @@ hreflang="de" href="https://blog.privacynerd.de/de/categories/" /> - - https://blog.privacynerd.de/de/tags/ - - diff --git a/public/de/tags/geschichte/index.html b/public/de/tags/geschichte/index.html new file mode 100644 index 0000000..012c200 --- /dev/null +++ b/public/de/tags/geschichte/index.html @@ -0,0 +1,246 @@ + + + + + Geschichte :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Geschichte

+ +
+ + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/de/tags/geschichte/index.xml b/public/de/tags/geschichte/index.xml new file mode 100644 index 0000000..161a8c9 --- /dev/null +++ b/public/de/tags/geschichte/index.xml @@ -0,0 +1,10 @@ + + + + Geschichte on Privacynerd's blog + http://10.0.30.49:1313/de/tags/geschichte/ + Recent content in Geschichte on Privacynerd's blog + Hugo -- gohugo.io + de + + diff --git a/public/de/tags/geschichte/page/1/index.html b/public/de/tags/geschichte/page/1/index.html new file mode 100644 index 0000000..dbde50a --- /dev/null +++ b/public/de/tags/geschichte/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://10.0.30.49:1313/de/tags/geschichte/ + + + + + + diff --git a/public/de/tags/index.html b/public/de/tags/index.html index 013be07..9804404 100644 --- a/public/de/tags/index.html +++ b/public/de/tags/index.html @@ -195,6 +195,14 @@ diff --git a/public/de/tags/index.xml b/public/de/tags/index.xml index 0c528c7..cbd58dc 100644 --- a/public/de/tags/index.xml +++ b/public/de/tags/index.xml @@ -5,6 +5,17 @@ https://blog.privacynerd.de/de/tags/ Recent content in Tags on Privacynerd's blog Hugo -- gohugo.io - de + de + Tue, 08 Apr 2025 17:55:25 +0200 + + Story + https://blog.privacynerd.de/de/tags/story/ + Tue, 08 Apr 2025 17:55:25 +0200 + + https://blog.privacynerd.de/de/tags/story/ + + + + diff --git a/public/de/tags/story/index.html b/public/de/tags/story/index.html new file mode 100644 index 0000000..2137dc6 --- /dev/null +++ b/public/de/tags/story/index.html @@ -0,0 +1,277 @@ + + + + + Story :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Story

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/de/tags/story/index.xml b/public/de/tags/story/index.xml new file mode 100644 index 0000000..8b65bb4 --- /dev/null +++ b/public/de/tags/story/index.xml @@ -0,0 +1,36 @@ + + + + Story on Privacynerd's blog + https://blog.privacynerd.de/de/tags/story/ + Recent content in Story on Privacynerd's blog + Hugo -- gohugo.io + 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> + <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 new file mode 100644 index 0000000..a5552c9 --- /dev/null +++ b/public/de/tags/story/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://blog.privacynerd.de/de/tags/story/ + + + + + + diff --git a/public/en/categories/category-a/index.html b/public/en/categories/category-a/index.html new file mode 100644 index 0000000..189e107 --- /dev/null +++ b/public/en/categories/category-a/index.html @@ -0,0 +1,277 @@ + + + + + Category A :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Category A

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/en/categories/category-a/index.xml b/public/en/categories/category-a/index.xml new file mode 100644 index 0000000..cc995a8 --- /dev/null +++ b/public/en/categories/category-a/index.xml @@ -0,0 +1,36 @@ + + + + Category A on Privacynerd's blog + https://blog.privacynerd.de/en/categories/category-a/ + Recent content in Category A on Privacynerd's blog + Hugo -- gohugo.io + 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> + <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/categories/category-a/page/1/index.html b/public/en/categories/category-a/page/1/index.html new file mode 100644 index 0000000..b448ee2 --- /dev/null +++ b/public/en/categories/category-a/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://blog.privacynerd.de/en/categories/category-a/ + + + + + + diff --git a/public/en/categories/category-b/index.html b/public/en/categories/category-b/index.html new file mode 100644 index 0000000..037b6c9 --- /dev/null +++ b/public/en/categories/category-b/index.html @@ -0,0 +1,277 @@ + + + + + Category B :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Category B

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/en/categories/category-b/index.xml b/public/en/categories/category-b/index.xml new file mode 100644 index 0000000..aef53b5 --- /dev/null +++ b/public/en/categories/category-b/index.xml @@ -0,0 +1,36 @@ + + + + Category B on Privacynerd's blog + https://blog.privacynerd.de/en/categories/category-b/ + Recent content in Category B on Privacynerd's blog + Hugo -- gohugo.io + 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> + <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/categories/category-b/page/1/index.html b/public/en/categories/category-b/page/1/index.html new file mode 100644 index 0000000..c930cad --- /dev/null +++ b/public/en/categories/category-b/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://blog.privacynerd.de/en/categories/category-b/ + + + + + + diff --git a/public/en/index.html b/public/en/index.html index 9a93be4..5c75098 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -213,6 +213,12 @@ + + diff --git a/public/en/posts/index.html b/public/en/posts/index.html index 1463edf..894a5df 100644 --- a/public/en/posts/index.html +++ b/public/en/posts/index.html @@ -202,6 +202,12 @@ + + diff --git a/public/en/posts/random-story/index.html b/public/en/posts/random-story/index.html index 63df255..3070967 100644 --- a/public/en/posts/random-story/index.html +++ b/public/en/posts/random-story/index.html @@ -198,6 +198,12 @@ + + diff --git a/public/en/sitemap.xml b/public/en/sitemap.xml index 76fafc1..dd59d98 100644 --- a/public/en/sitemap.xml +++ b/public/en/sitemap.xml @@ -40,6 +40,32 @@ hreflang="en" href="https://blog.privacynerd.de/en/" /> + + https://blog.privacynerd.de/en/tags/story/ + 2025-04-08T17:55:25+02:00 + + + + https://blog.privacynerd.de/en/tags/ + 2025-04-08T17:55:25+02:00 + + https://blog.privacynerd.de/en/posts/one-word/ 2025-04-05T22:48:12+02:00 @@ -91,17 +117,5 @@ hreflang="en" href="https://blog.privacynerd.de/en/categories/" /> - - https://blog.privacynerd.de/en/tags/ - - diff --git a/public/en/tags/geschichte/index.html b/public/en/tags/geschichte/index.html new file mode 100644 index 0000000..303f448 --- /dev/null +++ b/public/en/tags/geschichte/index.html @@ -0,0 +1,277 @@ + + + + + Geschichte :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Geschichte

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/en/tags/geschichte/index.xml b/public/en/tags/geschichte/index.xml new file mode 100644 index 0000000..b0e0114 --- /dev/null +++ b/public/en/tags/geschichte/index.xml @@ -0,0 +1,36 @@ + + + + Geschichte on Privacynerd's blog + http://10.0.30.49:1313/en/tags/geschichte/ + Recent content in Geschichte on Privacynerd's blog + Hugo -- gohugo.io + en + Tue, 08 Apr 2025 17:55:25 +0200 + + A random story + http://10.0.30.49:1313/en/posts/random-story/ + Tue, 08 Apr 2025 17:55:25 +0200 + + http://10.0.30.49:1313/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> + <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/geschichte/page/1/index.html b/public/en/tags/geschichte/page/1/index.html new file mode 100644 index 0000000..ac517f9 --- /dev/null +++ b/public/en/tags/geschichte/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://10.0.30.49:1313/en/tags/geschichte/ + + + + + + diff --git a/public/en/tags/index.html b/public/en/tags/index.html index 0106b50..2d251af 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -195,6 +195,14 @@ diff --git a/public/en/tags/index.xml b/public/en/tags/index.xml index de79550..681f9ef 100644 --- a/public/en/tags/index.xml +++ b/public/en/tags/index.xml @@ -5,6 +5,17 @@ https://blog.privacynerd.de/en/tags/ Recent content in Tags on Privacynerd's blog Hugo -- gohugo.io - en + en + Tue, 08 Apr 2025 17:55:25 +0200 + + Story + https://blog.privacynerd.de/en/tags/story/ + Tue, 08 Apr 2025 17:55:25 +0200 + + https://blog.privacynerd.de/en/tags/story/ + + + + diff --git a/public/en/tags/story/index.html b/public/en/tags/story/index.html new file mode 100644 index 0000000..f0c930d --- /dev/null +++ b/public/en/tags/story/index.html @@ -0,0 +1,277 @@ + + + + + Story :: Privacynerd's blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + +
+ + + + +
+ + +
+ +

Posts for: #Story

+ +
+ + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/en/tags/story/index.xml b/public/en/tags/story/index.xml new file mode 100644 index 0000000..d710330 --- /dev/null +++ b/public/en/tags/story/index.xml @@ -0,0 +1,36 @@ + + + + Story on Privacynerd's blog + https://blog.privacynerd.de/en/tags/story/ + Recent content in Story on Privacynerd's blog + Hugo -- gohugo.io + 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> + <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 new file mode 100644 index 0000000..7456c4e --- /dev/null +++ b/public/en/tags/story/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://blog.privacynerd.de/en/tags/story/ + + + + + +