Moved from re-terminal to terminal theme

This commit is contained in:
BlueFox 2025-04-08 22:02:09 +02:00
parent be98c1d9dd
commit 04254c81a4
Signed by: BlueFox
GPG Key ID: 327233DA85435270
84 changed files with 266 additions and 392 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "themes/coming-soon"] [submodule "themes/coming-soon"]
path = themes/coming-soon path = themes/coming-soon
url = https://github.com/mansoorbarri/coming-soon.git url = https://github.com/mansoorbarri/coming-soon.git
[submodule "themes/terminal"]
path = themes/terminal
url = https://github.com/panr/hugo-theme-terminal.git

View File

@ -2,7 +2,7 @@
title = 'Eine beliebige Geschichte' title = 'Eine beliebige Geschichte'
date = 2025-04-08T17:55:25+02:00 date = 2025-04-08T17:55:25+02:00
toc = true toc = true
description = "Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen" description = "Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen."
tags = ['story', 'ai'] tags = ['story', 'ai']
draft = false draft = false
+++ +++

View File

@ -2,7 +2,7 @@
title = 'A random story' title = 'A random story'
date = 2025-04-08T17:55:25+02:00 date = 2025-04-08T17:55:25+02:00
toc = true toc = true
description = "Random story by ChatGPT to test out the perfect reading speed value" description = "Random story by ChatGPT to test out the perfect reading speed value."
tags = ['story', 'ai'] tags = ['story', 'ai']
draft = false draft = false
+++ +++

View File

@ -1,7 +1,8 @@
baseURL = "https://blog.privacynerd.de/" baseURL = "https://blog.privacynerd.de/"
#baseURL = "/" #baseURL = "/"
title = "Privacynerd's blog" title = "Privacynerd's blog"
theme = "re-terminal" # v2.4.1 (working!) #theme = "re-terminal" # v2.4.1 (working!)
theme = "terminal" # 4.2.1 (working!)
defaultContentLanguage = "en" defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true defaultContentLanguageInSubdir = true
@ -37,15 +38,11 @@ pagination.pagerSize = 5
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
#showLastUpdated = true # (default: false) #showLastUpdated = true # (default: false)
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
favicon = "favicon.ico"
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author # Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated" # updatedDatePrefix = "Updated"
# set all headings to their default size (depending on browser settings) # set all headings to their default size (depending on browser settings)
# oneHeadingSize = true # default oneHeadingSize = false # (default: true)
# whether to show a page's estimated reading time # whether to show a page's estimated reading time
showReadingTime = true # (default: false) showReadingTime = true # (default: false)

View File

@ -0,0 +1,32 @@
<!--
To add an extended head section, please create
`layouts/partials/extended_head.html` in your Hugo directory.
-->
<style>
#banner {
width: 100%;
height: 2rem;
display: grid;
grid-template-columns: 1fr auto;
background: var(--accent);
}
#banner span {
display: flex;
align-items: center;
justify-content: center;
}
#banner a {
color: var(--background);
display: inline;
}
#banner > button {
padding: 0 5px 0 0;
margin: 0;
}
</style>
<div id="banner"><span><a href="{{ $.Site.Params.Banner.url }}">{{ $.Site.Params.Banner.text }}</a></span></div>

View File

@ -10,25 +10,17 @@
<div class="copyright"> <div class="copyright">
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a></span> <span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a></span>
{{ end }} {{ end }}
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer={{ $.Page.Permalink }}">{{ $.Site.Params._Imprint }}</a></span> <span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
<span>:: <a href="https://github.com/mirus-ua/hugo-theme-re-terminal" target="_blank">Theme</a> {{ $.Site.Params._By }} <a href="https://github.com/mirus-ua" target="_blank">Mirus</a> ({{ $.Site.Params._Customized }})</span>
</div> </div>
</div> </div>
</footer> </footer>
{{ $menu := resources.Get "js/menu.js" | js.Build }} {{ $menu := resources.Get "js/menu.js" | js.Build }}
{{ $prism := resources.Get "js/prism.js" | js.Build }} {{ $cp := resources.Get "js/code.js" | js.Build }}
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }} {{ $bundle := slice $menu $cp | resources.Concat "bundle.js" | resources.Minify }}
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script> <script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
<!-- Banner JS if it enabled -->
{{ if .Site.Params.Banner }}
{{ $banner := resources.Get "js/banner.js" | js.Build | resources.Minify }}
<script type="text/javascript" src="{{ $banner.RelPermalink }}"></script>
{{ end }}
<!-- Extended footer section--> <!-- Extended footer section-->
{{ partial "extended_footer.html" . }} {{ partial "extended_footer.html" . }}

View File

@ -0,0 +1,57 @@
{{ define "main" }}
{{ with .Content }}
<div class="index-content">
{{ . }}
</div>
{{ end }}
<div class="posts">
<!--<style>
.post:first-of-type {
margin: 0px auto 10px !important;
padding: 0px 0px 45px !important;
}
</style>-->
{{ range .Paginator.Pages }}
<article class="post on-list" style="padding-bottom: 45px;">
<h1 class="post-title">
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h1>
<div class="post-meta">
{{- if .Date -}}
<time class="post-date">
{{- .Date.Format "2006-01-02" -}}
</time>
{{- end -}}
{{- with .Params.Author -}}
<span class="post-author">{{- . -}}</span>
{{- end -}}
<!-- comments counter -->
{{ partial "comments_counter.html" . }}
</div>
{{ if .Params.tags }}
<span class="post-tags">
{{ range .Params.tags }}
#<a href="{{ (urls.JoinPath "tags" (urlize .) "/") | absLangURL }}">
{{- . -}}
</a>&nbsp;
{{ end }}
</span>
{{ end }}
{{ partial "cover.html" . }}
<div class="post-content">
{{ if .Description }}
{{ .Description | markdownify }}
{{ else }}
{{ .Summary | safeHTML | strings.Truncate 300 "..." }}
{{ end }}
<p></p><a style="color: var(--accent); display: inline; text-decoration: none;" href="{{.RelPermalink}}">[ {{ $.Site.Params.ReadMore }} → ]</a>
</div>
</article>
{{ end }}
{{ partial "pagination.html" . }}
</div>
{{ end }}

View File

@ -0,0 +1,34 @@
<footer class="footer">
<style>
.antidiscovery i { display: none; }
</style>
<div class="footer__inner">
{{ if $.Site.Params.Copyright }}
<div class="copyright copyright--user">
<span class="antidiscovery">© {{ now.Year }} {{ $.Site.Params.Copyright | safeHTML }}</span>
{{ else }}
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a></span>
{{ end }}
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer={{ $.Page.Permalink }}">{{ $.Site.Params._Imprint }}</a></span>
<span>:: <a href="https://github.com/mirus-ua/hugo-theme-re-terminal" target="_blank">Theme</a> {{ $.Site.Params._By }} <a href="https://github.com/mirus-ua" target="_blank">Mirus</a> ({{ $.Site.Params._Customized }})</span>
</div>
</div>
</footer>
{{ $menu := resources.Get "js/menu.js" | js.Build }}
{{ $prism := resources.Get "js/prism.js" | js.Build }}
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }}
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
<!-- Banner JS if it enabled -->
{{ if .Site.Params.Banner }}
{{ $banner := resources.Get "js/banner.js" | js.Build | resources.Minify }}
<script type="text/javascript" src="{{ $banner.RelPermalink }}"></script>
{{ end }}
<!-- Extended footer section-->
{{ partial "extended_footer.html" . }}

56
public/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;text-decoration:none;text-align:center;font:inherit;font-weight:700;appearance:none;cursor:pointer;outline:none}button.outline,.button.outline,a.button.outline{background:0 0;box-shadow:none;padding:8px 18px}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.link,.button.link,a.button.link{background:0 0;font-size:var(--font-size)}button.small,.button.small,a.button.small{font-size:calc(var(--font-size) * .8)}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.button.inline{background:0 0;color:var(--accent);padding:initial;margin:initial;border:initial;font-weight:initial;text-decoration:none}a.button.inline:active,a.button.inline:hover{background:0 0}a.read-more,a.read-more:hover,a.read-more:active{display:inline-flex;border:none;background:0 0;box-shadow:none;padding:0;max-width:100%;text-decoration:none}

View File

@ -0,0 +1 @@
:root{--code-border:color-mix(in srgb, var(--foreground) 10%, transparent)}pre:not(.chroma){margin:20px 0;padding:10px}pre.chroma{margin:0;padding:10px 0;color:var(--foreground)}pre code{color:var(--foreground);border:none}code{color:var(--accent)}.highlight{position:relative;margin:20px 0;border:1px solid var(--code-border)}.highlight pre{border:none}.code-title{display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--foreground) 5%,transparent);border-bottom:1px solid var(--code-border);color:var(--comment);text-transform:uppercase;font-size:calc(var(--font-size) * .8);padding:6px 10px;line-height:1}.copy-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;text-decoration:none;text-align:center;font-size:13px;font-weight:500;border:1px solid color-mix(in srgb,var(--accent) 15%,transparent);appearance:none;cursor:pointer;outline:none}.code-title .copy-button{z-index:1;background:color-mix(in srgb,var(--foreground) 5%,var(--background))}.code-title:hover .copy-button{display:inline-block}.code-title .copy-button:hover{background:color-mix(in srgb,var(--accent) 10%,var(--background))}.collapsable-code{position:relative;width:100%;margin:20px 0;border:1px solid var(--accent);.highlight { margin: 0; }}.collapsable-code__title{display:inline-flex;align-items:center;flex:1;color:var(--accent);padding:3px 10px;font-size:calc(var(--font-size) * .9);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collapsable-code__language{color:var(--accent);border:1px solid var(--accent);border-bottom:none;text-transform:uppercase;padding:3px 10px}.collapsable-code summary{color:var(--accent);padding:0 10px;cursor:pointer}.collapsable-code summary:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.collapsable-code pre{margin-top:0}.collapsable-code pre::first-line{line-height:0}

View File

@ -0,0 +1 @@
@font-face{font-family:fira code;font-style:normal;font-weight:300 700;font-display:swap;src:url(../fonts/FiraCode-LatinExt.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:fira code;font-style:normal;font-weight:300 700;font-display:swap;src:url(../fonts/FiraCode-Latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

View File

@ -0,0 +1 @@
.footer{padding:40px 0;flex-grow:0;opacity:.65}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin:0;max-width:100%}.footer a{color:inherit}.footer .copyright{display:flex;flex-flow:row wrap;flex:1;align-items:center;justify-content:center}.footer .copyright--user{margin:auto;text-align:center}.footer .copyright>*:first-child:not(:only-child){margin-right:10px}.footer .copyright span{white-space:nowrap}@media(max-width:900px){.footer__inner{flex-direction:column}}

View File

@ -0,0 +1 @@
body .gist .blob-num,body .gist .blob-code-inner{border:none}

View File

@ -0,0 +1 @@
.header{display:flex;flex-direction:column;position:relative}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex:1}.header__logo::after{content:"";background:repeating-linear-gradient(90deg,var(--accent),var(--accent) 2px,transparent 0,transparent 10px);display:block;width:100%;right:10px}.header__logo a{flex:none;max-width:100%;text-decoration:none}.logo{display:flex;align-items:center;text-decoration:none;background:var(--accent);color:var(--background);font-weight:700;padding:5px 10px}@media print{.header{display:none}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.navigation-menu{display:flex;align-items:flex-start;justify-content:space-between;margin:20px 1px}.navigation-menu__inner{display:flex;flex:1;flex-wrap:wrap;list-style:none;margin:0;padding:0}.navigation-menu__inner>li{flex:none;margin-bottom:10px;white-space:nowrap}.navigation-menu__inner>li:not(:last-of-type){margin-right:20px}.navigation-menu .spacer{flex-grow:1!important}.menu{display:flex;flex-direction:column;position:relative;list-style:none;padding:0;margin:0}.menu__trigger{margin-right:0!important;color:var(--accent);user-select:none;cursor:pointer}.menu__dropdown{display:none;flex-direction:column;position:absolute;background:var(--background);box-shadow:0 10px var(--background),-10px 10px var(--background),10px 10px var(--background);color:var(--accent);border:2px solid var(--accent);margin:0;padding:10px;top:10px;left:0;list-style:none;z-index:99}.open .menu__dropdown{display:flex}.menu__dropdown>li{flex:none}.menu__dropdown>li:not(:last-of-type){margin-bottom:10px}.menu__dropdown>li a{display:flex;padding:5px}.menu--mobile .menu__trigger{color:var(--accent);border:2px solid;margin-left:10px;height:100%;padding:3px 8px;margin-bottom:0!important;position:relative;cursor:pointer;display:none}.menu--mobile li{flex:none}.menu--mobile li:not(:last-of-type){margin-bottom:10px}.menu--language-selector .menu__trigger{color:var(--accent);border:2px solid;margin-left:5px;height:100%;padding:3px 8px;margin-bottom:0!important;position:relative;cursor:pointer}.menu--language-selector .menu__dropdown{left:auto;right:0}@media(max-width:684px){.navigation-menu{margin:0}.navigation-menu__inner{flex-direction:column;align-items:flex-start;padding:0}.navigation-menu__inner li{margin:0;padding:5px}.menu--desktop{display:none}.menu--mobile .menu__trigger{display:block}.menu--mobile .menu__dropdown{left:auto;right:0}.menu--language-selector .menu__trigger{display:none}}

View File

@ -0,0 +1 @@
.pagination{margin-top:50px}.pagination__title{display:flex;text-align:center;position:relative;margin:100px 0 20px}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;background:var(--background);color:color-mix(in srgb var(--foreground) 30%,transparent);font-size:calc(var(--font-size) * .8);text-transform:uppercase;text-decoration:none;letter-spacing:.1em;z-index:1}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center;flex-flow:row wrap;gap:10px}.pagination__buttons a{display:inline-flex;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:inherit;padding:0;appearance:none}.button a{display:flex;justify-content:center;flex:1;padding:8px 16px}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.next .button__icon{margin-left:8px}.prev .button__icon{margin-right:8px}@media print{.pagination{display:none}}

View File

@ -0,0 +1 @@
.index-content{margin:25px 0}.framed{border:1px solid var(--accent);padding:20px}.framed *:first-child{margin-top:0}.framed *:last-child{margin-bottom:0}.posts{width:100%}.post{width:100%;text-align:left;padding:30px 0}.post:not(:last-of-type){border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.post-meta{font-size:inherit;margin-bottom:10px;color:color-mix(in srgb,var(--foreground) 65%,transparent)}.post-meta>*:not(:first-child)::before{content:"::";display:inline-block;margin:0 8px}.post-title{position:relative;color:var(--accent);margin-top:0!important;margin-bottom:15px!important;padding-bottom:15px;border-bottom:3px dotted var(--accent);text-decoration:none!important}.post-title::after{content:"";position:absolute;bottom:2px;display:block;width:100%;border-bottom:3px dotted var(--accent)}.post-title a{text-decoration:none}.post-tags{display:block;margin-bottom:20px;font-size:inherit;color:var(--accent)}.table-of-contents{margin:40px 0}.post-content{margin-top:25px}.post-cover{margin:25px 0}.post ul{list-style:none}.post ul li:not(:empty)::before{content:"-";position:absolute;left:-20px;color:var(--accent)}.post--regulation h1{justify-content:center}.post--regulation h2{justify-content:center;margin-bottom:10px}.post--regulation h2+h2{margin-top:-10px;margin-bottom:20px}.hanchor{position:absolute;color:var(--accent);text-decoration:none;margin-left:10px;visibility:hidden}h1:hover .hanchor,h2:hover .hanchor,h3:hover .hanchor,h4:hover .hanchor,h5:hover .hanchor,h6:hover .hanchor{visibility:visible}.footnotes{color:color-mix(in srgb,var(--foreground) 50%,transparent)}.footnotes hr{background:color-mix(in srgb,var(--foreground) 50%,transparent)}@media(max-width:684px){.post-cover{padding:10px;border-width:10px}}

View File

@ -0,0 +1 @@
:root{--first-tone:var(--accent);--second-tone:color-mix(in srgb, var(--accent) 70%, transparent);--comment:color-mix(in srgb, var(--foreground) 50%, transparent)}.bg{}.chroma{overflow:auto}.chroma .x{}.chroma .err{}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{width:100%;vertical-align:top;padding:0;margin:0;border:0}.chroma .lntd:first-child{width:auto}.chroma .lntd code{display:grid}.chroma .lntable{width:100%;border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)!important}.chroma .lnt{color:var(--comment);white-space:pre;-webkit-user-select:none;user-select:none;padding:0 10px}.chroma .ln{color:var(--comment);white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.8em;padding:0 .4em 0 0}.chroma .line{display:flex;padding:0 10px}.chroma .k{color:var(--second-tone)}.chroma .kc{color:var(--second-tone)}.chroma .kd{color:var(--second-tone)}.chroma .kn{color:var(--second-tone)}.chroma .kp{color:var(--second-tone)}.chroma .kr{color:var(--second-tone)}.chroma .kt{color:var(--second-tone)}.chroma .n{color:var(--first-tone)}.chroma .na{color:var(--second-tone)}.chroma .nb{color:var(--first-tone)}.chroma .bp{color:var(--first-tone)}.chroma .nc{color:var(--foreground)}.chroma .no{color:var(--first-tone)}.chroma .nd{color:var(--first-tone)}.chroma .ni{color:var(--first-tone)}.chroma .ne{color:var(--first-tone)}.chroma .nf{color:var(--first-tone)}.chroma .fm{color:var(--first-tone)}.chroma .nl{color:var(--first-tone)}.chroma .nn{color:var(--first-tone)}.chroma .nx{color:var(--first-tone)}.chroma .py{color:var(--first-tone)}.chroma .nt{color:var(--first-tone)}.chroma .nv{color:var(--first-tone)}.chroma .vc{color:var(--first-tone)}.chroma .vg{color:var(--first-tone)}.chroma .vi{color:var(--first-tone)}.chroma .vm{color:var(--first-tone)}.chroma .l{}.chroma .ld{}.chroma .s{color:var(--foreground)}.chroma .sa{color:var(--foreground)}.chroma .sb{color:var(--foreground)}.chroma .sc{color:var(--foreground)}.chroma .dl{color:var(--foreground)}.chroma .sd{color:var(--foreground)}.chroma .s2{color:var(--foreground)}.chroma .se{color:var(--foreground)}.chroma .sh{color:var(--foreground)}.chroma .si{color:var(--foreground)}.chroma .sx{color:var(--foreground)}.chroma .sr{color:var(--foreground)}.chroma .s1{color:var(--foreground)}.chroma .ss{color:var(--foreground)}.chroma .m{color:var(--first-tone)}.chroma .mb{color:var(--first-tone)}.chroma .mf{color:var(--first-tone)}.chroma .mh{color:var(--first-tone)}.chroma .mi{color:var(--first-tone)}.chroma .il{color:var(--first-tone)}.chroma .mo{color:var(--first-tone)}.chroma .o{color:var(--foreground)}.chroma .ow{color:var(--foreground)}.chroma .p{color:var(--foreground)}.chroma .c{color:var(--comment)}.chroma .ch{color:var(--comment)}.chroma .cm{color:var(--comment)}.chroma .c1{color:var(--comment)}.chroma .cs{color:var(--comment)}.chroma .cp{color:var(--comment)}.chroma .cpf{color:var(--comment)}.chroma .g{}.chroma .gd{color:var(--first-tone)}.chroma .ge{}.chroma .gr{}.chroma .gh{}.chroma .gi{color:var(--second-tone)}.chroma .go{}.chroma .gp{}.chroma .gs{}.chroma .gu{}.chroma .gt{}.chroma .gl{}.chroma .w{}.chroma .language-php .cp{color:var(--foreground)}

View File

@ -0,0 +1,2 @@
/* Placeholder file for your custom settings. */
/* You can get the color scheme variables from https://panr.github.io/terminal-css/ */

View File

@ -0,0 +1 @@
.terms h3{font-size:initial}.terms ul{list-style:none}.terms ul li a{color:var(--accent)}.terms ul li:not(:empty)::before{content:"-";position:absolute;left:-20px;color:var(--accent)}

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=de><head><title>404 Page not found :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>404 Page not found :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/404.html><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/404.html"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/404.html>English</a></li><li><a href=/de/404.html>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/404.html>English</a></li><li><a href=/de/404.html>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=post><h1 class=post-title>404 — Seite konnte nicht gefunden werden...</h1><div class=post-content><a href=https://blog.privacynerd.de/>Zurück zur Startseite&nbsp;</a></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/404.html><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/404.html"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=post><h1 class=post-title>404 — Seite konnte nicht gefunden werden...</h1><div class=post-content><a href=https://blog.privacynerd.de/>Zurück zur Startseite&nbsp;</a></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2f404.html">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -2,10 +2,10 @@
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Hallo in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo. <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Hallo in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek Below you can read the original about from Radek
"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/about/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="article"><meta property="og:title" content="Über"><meta property="og:description" content="Hallo in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo. "><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/about/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="article"><meta property="og:title" content="Über"><meta property="og:description" content="Hallo in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek Below you can read the original about from Radek
"><meta property="og:url" content="https://blog.privacynerd.de/de/about/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-05 20:14:29 +0200 CEST"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/about/>English</a></li><li><a href=/de/about/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about/>English</a></li><li><a href=/de/about/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/de/about/>Über</a></h1><div class=post-meta><time class=post-date>2025-04-05</time><span class=post-reading-time>2 Minuten Lesezeit (190 Wörter)</span></div><div class=post-content><div><h1 id=hallo-in-a-new-age>Hallo in a new age<a href=#hallo-in-a-new-age class=hanchor arialabel=Anchor>&#8983;</a></h1><p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.</p><p>So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome</p><p>Below you can read the original about from Radek</p><blockquote><p>Hi there</p><p>My name is Radek and I&rsquo;m the author of this theme. "><meta property="og:url" content="https://blog.privacynerd.de/de/about/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-05 20:14:29 +0200 CEST"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/de/about/>Über</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><div><h1 id=hallo-in-a-new-age>Hallo in a new age<a href=#hallo-in-a-new-age class=hanchor arialabel=Anchor>#</a></h1><p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.</p><p>So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome</p><p>Below you can read the original about from Radek</p><blockquote><p>Hi there</p><p>My name is Radek and I&rsquo;m the author of this theme.
I made it to help you present your ideas easier.</p><p>We all know how hard is to start something on the web, I made it to help you present your ideas easier.</p><p>We all know how hard is to start something on the web,
especially these days. You need to prepare a bunch of stuff, especially these days. You need to prepare a bunch of stuff,
configure them and when thats done — create the content.</p><p>This theme is pretty basic and covers all of the essentials. configure them and when thats done — create the content.</p><p>This theme is pretty basic and covers all of the essentials.
@ -13,5 +13,4 @@ All you have to do is start typing!</p><p>The theme includes:</p><ul><li><strong
depending on your preferences (orange, red, blue, green, pink)</li><li><a href=https://github.com/tonsky/FiraCode><strong>Fira Code</strong></a> depending on your preferences (orange, red, blue, green, pink)</li><li><a href=https://github.com/tonsky/FiraCode><strong>Fira Code</strong></a>
as default monospaced font. It&rsquo;s gorgeous!</li><li><strong>really nice, custom duotone</strong> syntax highlighting based on as default monospaced font. It&rsquo;s gorgeous!</li><li><strong>really nice, custom duotone</strong> syntax highlighting based on
<a href=https://prismjs.com><strong>PrismJS</strong></a></li><li>mobile friendly layout</li></ul><p>So, there you have it&mldr; enjoy!</p></blockquote><p>Blubb.</p></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <a href=https://prismjs.com><strong>PrismJS</strong></a></li><li>mobile friendly layout</li></ul><p>So, there you have it&mldr; enjoy!</p></blockquote><p>Blubb.</p></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2fabout%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=de><head><title>Categories :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Categories :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/categories/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/categories/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/categories/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/categories/>English</a></li><li><a href=/de/categories/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/categories/>English</a></li><li><a href=/de/categories/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=terms><h1>Categories</h1><ul></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/categories/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/categories/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/categories/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=terms><h1>Categories</h1><ul></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2fcategories%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/categories/</link><description>Recent content in Categories on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><atom:link href="https://blog.privacynerd.de/de/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/categories/</link><description>Recent content in Categories on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><atom:link href="https://blog.privacynerd.de/de/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=de><head><meta name=generator content="Hugo 0.145.0"><title>Privacynerd's blog</title> <!doctype html><html lang=de><head><meta name=generator content="Hugo 0.145.0"><title>Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Blog von privacynerd"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Privacynerd's blog"><meta property="og:description" content="Blog von privacynerd"><meta property="og:url" content="https://blog.privacynerd.de/de/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/>English</a></li><li><a href=/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/>English</a></li><li><a href=/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Blog von privacynerd"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Privacynerd's blog"><meta property="og:description" content="Blog von privacynerd"><meta property="og:url" content="https://blog.privacynerd.de/de/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h2><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen</div><div><a class="read-more button" href=/de/posts/random-story/>Mehr lesen →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/one-word/>Ein Wort!</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=nureinwort>Nureinwort</h1></div><div><a class="read-more button" href=/de/posts/one-word/>Mehr lesen →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/test-post/>Deutscher Test Post</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-german>Test Post in German</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button" href=/de/posts/test-post/>Mehr lesen →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen.</p></div><div><a class="read-more button inline" href=/de/posts/random-story/>[Mehr lesen]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/one-word/>Ein Wort!</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=nureinwort>Nureinwort</h1></div><div><a class="read-more button inline" href=/de/posts/one-word/>[Mehr lesen]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/test-post/>Deutscher Test Post</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-german>Test Post in German</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button inline" href=/de/posts/test-post/>[Mehr lesen]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,56 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacynerd's blog</title><link>https://blog.privacynerd.de/de/</link><description>Recent content on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacynerd's blog</title><link>https://blog.privacynerd.de/de/</link><description>Recent content on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p>
&lt;h2 id="prompt">Prompt&lt;/h2> &lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p> &lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2> &lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.“ &lt;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. 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. 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.&lt;/p></description><content>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> 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.&lt;/p></description></item><item><title>Ein Wort!</title><link>https://blog.privacynerd.de/de/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/one-word/</guid><description>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></description></item><item><title>Deutscher Test Post</title><link>https://blog.privacynerd.de/de/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/test-post/</guid><description>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1>
&lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.&lt;/p></content></item><item><title>Ein Wort!</title><link>https://blog.privacynerd.de/de/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/one-word/</guid><description>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></description><content>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></content></item><item><title>Deutscher Test Post</title><link>https://blog.privacynerd.de/de/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/test-post/</guid><description>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2> &lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3> &lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p></description><content>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1> &lt;p>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.&lt;/p></description></item><item><title>Über</title><link>https://blog.privacynerd.de/de/about/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/about/</guid><description>&lt;h1 id="hallo-in-a-new-age">Hallo in a new age&lt;/h1>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p>
&lt;h3 id="consectetur-adipiscing">Consectetur adipiscing&lt;/h3>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;h2 id="delorean-ipsum">DeLorean ipsum&lt;/h2>
&lt;p>That&amp;rsquo;s right. Huh? Go. Here you go, lady. There&amp;rsquo;s a quarter. Good morning.&lt;/p>
&lt;p>Marty, I always wear a suit to the office. You alright? It&amp;rsquo;s a board with wheels. Yeah. What the hell is this? Marty, you&amp;rsquo;re acting like you haven&amp;rsquo;t seen me in a week.&lt;/p>
&lt;p>Yes, yes, I&amp;rsquo;m George, George McFly, and I&amp;rsquo;m your density. I mean, I&amp;rsquo;m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That&amp;rsquo;s Strickland. Jesus, didn&amp;rsquo;t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It&amp;rsquo;s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.&lt;/p></content></item><item><title>Über</title><link>https://blog.privacynerd.de/de/about/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/about/</guid><description>&lt;h1 id="hallo-in-a-new-age">Hallo in a new age&lt;/h1>
&lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p> &lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p>
&lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p> &lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p>
&lt;p>Below you can read the original about from Radek&lt;/p></description><content>&lt;h1 id="hallo-in-a-new-age">Hallo in a new age&lt;/h1> &lt;p>Below you can read the original about from Radek&lt;/p></description></item></channel></rss>
&lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p>
&lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p>
&lt;p>Below you can read the original about from Radek&lt;/p>
&lt;blockquote>
&lt;p>Hi there&lt;/p>
&lt;p>My name is Radek and I&amp;rsquo;m the author of this theme.
I made it to help you present your ideas easier.&lt;/p>
&lt;p>We all know how hard is to start something on the web,
especially these days. You need to prepare a bunch of stuff,
configure them and when thats done — create the content.&lt;/p>
&lt;p>This theme is pretty basic and covers all of the essentials.
All you have to do is start typing!&lt;/p>
&lt;p>The theme includes:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>5 duotone themes&lt;/strong>,
depending on your preferences (orange, red, blue, green, pink)&lt;/li>
&lt;li>&lt;a href="https://github.com/tonsky/FiraCode">&lt;strong>Fira Code&lt;/strong>&lt;/a>
as default monospaced font. It&amp;rsquo;s gorgeous!&lt;/li>
&lt;li>&lt;strong>really nice, custom duotone&lt;/strong> syntax highlighting based on
&lt;a href="https://prismjs.com">&lt;strong>PrismJS&lt;/strong>&lt;/a>&lt;/li>
&lt;li>mobile friendly layout&lt;/li>
&lt;/ul>
&lt;p>So, there you have it&amp;hellip; enjoy!&lt;/p>&lt;/blockquote>
&lt;p>Blubb.&lt;/p></content></item></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=de><head><title>Posts :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Posts :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/posts/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Posts"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/posts/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/posts/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/posts/>English</a></li><li><a href=/de/posts/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/posts/>English</a></li><li><a href=/de/posts/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/posts/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Posts"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/posts/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/posts/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h2><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen</div><div><a class="read-more button" href=/de/posts/random-story/>Mehr lesen →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/one-word/>Ein Wort!</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=nureinwort>Nureinwort</h1></div><div><a class="read-more button" href=/de/posts/one-word/>Mehr lesen →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/test-post/>Deutscher Test Post</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-german>Test Post in German</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button" href=/de/posts/test-post/>Mehr lesen →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen.</p></div><div><a class="read-more button inline" href=/de/posts/random-story/>[Mehr lesen]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/one-word/>Ein Wort!</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=nureinwort>Nureinwort</h1></div><div><a class="read-more button inline" href=/de/posts/one-word/>[Mehr lesen]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/de/posts/test-post/>Deutscher Test Post</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-german>Test Post in German</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button inline" href=/de/posts/test-post/>[Mehr lesen]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2fposts%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,29 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/posts/</link><description>Recent content in Posts on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/posts/</link><description>Recent content in Posts on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p>
&lt;h2 id="prompt">Prompt&lt;/h2> &lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p> &lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2> &lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.“ &lt;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. 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. 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.&lt;/p></description><content>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> 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.&lt;/p></description></item><item><title>Ein Wort!</title><link>https://blog.privacynerd.de/de/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/one-word/</guid><description>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></description></item><item><title>Deutscher Test Post</title><link>https://blog.privacynerd.de/de/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/test-post/</guid><description>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1>
&lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.&lt;/p></content></item><item><title>Ein Wort!</title><link>https://blog.privacynerd.de/de/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/one-word/</guid><description>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></description><content>&lt;h1 id="nureinwort">Nureinwort&lt;/h1></content></item><item><title>Deutscher Test Post</title><link>https://blog.privacynerd.de/de/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/test-post/</guid><description>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2> &lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3> &lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p></description><content>&lt;h1 id="test-post-in-german">Test Post in German&lt;/h1> &lt;p>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.&lt;/p></description></item></channel></rss>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p>
&lt;h3 id="consectetur-adipiscing">Consectetur adipiscing&lt;/h3>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;h2 id="delorean-ipsum">DeLorean ipsum&lt;/h2>
&lt;p>That&amp;rsquo;s right. Huh? Go. Here you go, lady. There&amp;rsquo;s a quarter. Good morning.&lt;/p>
&lt;p>Marty, I always wear a suit to the office. You alright? It&amp;rsquo;s a board with wheels. Yeah. What the hell is this? Marty, you&amp;rsquo;re acting like you haven&amp;rsquo;t seen me in a week.&lt;/p>
&lt;p>Yes, yes, I&amp;rsquo;m George, George McFly, and I&amp;rsquo;m your density. I mean, I&amp;rsquo;m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That&amp;rsquo;s Strickland. Jesus, didn&amp;rsquo;t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It&amp;rsquo;s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.&lt;/p></content></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,7 @@
<!doctype html><html lang=de><head><title>Eine beliebige Geschichte :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Eine beliebige Geschichte :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/posts/random-story/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="article"><meta property="og:title" content="Eine beliebige Geschichte"><meta property="og:description" content="Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen"><meta property="og:url" content="https://blog.privacynerd.de/de/posts/random-story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-08 17:55:25 +0200 CEST"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/posts/random-story/>English</a></li><li><a href=/de/posts/random-story/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/posts/random-story/>English</a></li><li><a href=/de/posts/random-story/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time><span class=post-reading-time>2 Minuten Lesezeit (211 Wörter)</span></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen."><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/posts/random-story/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="article"><meta property="og:title" content="Eine beliebige Geschichte"><meta property="og:description" content="Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen."><meta property="og:url" content="https://blog.privacynerd.de/de/posts/random-story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-08 17:55:25 +0200 CEST"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=table-of-contents><h2>Inhaltsverzeichnis</h2><nav id=TableOfContents><ul><li><a href=#prompt>Prompt</a></li><li><a href=#antwort>Antwort</a></li></ul></nav></div><div class=post-content><div><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<a href=#prompt class=hanchor arialabel=Anchor>&#8983;</a></h2><p>Erzähle eine Geschichte mit ca. 200 Wörtern.</p><h2 id=antwort>Antwort<a href=#antwort class=hanchor arialabel=Anchor>&#8983;</a></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.“ #<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=table-of-contents><h2>Inhaltsverzeichnis</h2><nav id=TableOfContents><ul><li><a href=#prompt>Prompt</a></li><li><a href=#antwort>Antwort</a></li></ul></nav></div><div class=post-content><div><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<a href=#prompt class=hanchor arialabel=Anchor>#</a></h2><p>Erzähle eine Geschichte mit ca. 200 Wörtern.</p><h2 id=antwort>Antwort<a href=#antwort class=hanchor arialabel=Anchor>#</a></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. 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. 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></div></div><div class=pagination><div class=pagination__title><span class=pagination__title-h>Andere Posts lesen</span><hr></div><div class=pagination__buttons><span class="button next"><a href=https://blog.privacynerd.de/de/posts/one-word/><span class=button__text>Ein Wort!</span> 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></div></div><div class=pagination><div class=pagination__title><span class=pagination__title-h>Andere Posts lesen</span><hr></div><div class=pagination__buttons><a href=https://blog.privacynerd.de/de/posts/one-word/ class="button inline next">[<span class=button__text>Ein Wort!</span>] ></a></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span class=button__icon></span></a></span></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2fposts%2frandom-story%2f">Impressum</a></span>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=de><head><title>Ai :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Ai :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/ai/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Ai"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/ai/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/ai/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/tags/ai/>English</a></li><li><a href=/de/tags/ai/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/ai/>English</a></li><li><a href=/de/tags/ai/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><h1>Posts for: <b style=opacity:.5>#ai</b></h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/ai/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Ai"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/ai/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/ai/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><h1>Posts for: #Ai</h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen</div><div><a class="read-more button" href=/de/posts/random-story/>Mehr lesen →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen.</p></div><div><a class="read-more button inline" href=/de/posts/random-story/>[Mehr lesen]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2ftags%2fai%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/ai/</link><description>Recent content in Ai on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/ai/</link><description>Recent content in Ai on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p>
&lt;h2 id="prompt">Prompt&lt;/h2> &lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p> &lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2> &lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.“ &lt;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. 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. 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.&lt;/p></description><content>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> 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.&lt;/p></description></item></channel></rss>
&lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.&lt;/p></content></item></channel></rss>

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=de><head><title>Tags :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Tags :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Tags"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/tags/>English</a></li><li><a href=/de/tags/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/>English</a></li><li><a href=/de/tags/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=terms><h1>Tags</h1><ul><li><a class=terms-title href=https://blog.privacynerd.de/de/tags/ai/>ai [1]</a></li><li><a class=terms-title href=https://blog.privacynerd.de/de/tags/story/>story [1]</a></li></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Tags"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><div class=terms><h1>Tags</h1><ul><li><a class=terms-title href=https://blog.privacynerd.de/de/tags/ai/>ai [1]</a></li><li><a class=terms-title href=https://blog.privacynerd.de/de/tags/story/>story [1]</a></li></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2ftags%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/</link><description>Recent content in Tags on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>Ai</title><link>https://blog.privacynerd.de/de/tags/ai/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/tags/ai/</guid><description/><content/></item><item><title>Story</title><link>https://blog.privacynerd.de/de/tags/story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/tags/story/</guid><description/><content/></item></channel></rss> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/</link><description>Recent content in Tags on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>Ai</title><link>https://blog.privacynerd.de/de/tags/ai/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/tags/ai/</guid><description/></item><item><title>Story</title><link>https://blog.privacynerd.de/de/tags/story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/tags/story/</guid><description/></item></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=de><head><title>Story :: Privacynerd's blog</title> <!doctype html><html lang=de><head><title>Story :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/story/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Story"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/story/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menü&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=/en/tags/story/>English</a></li><li><a href=/de/tags/story/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>de&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/story/>English</a></li><li><a href=/de/tags/story/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><h1>Posts for: <b style=opacity:.5>#story</b></h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/de/tags/story/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="de"><meta property="og:type" content="website"><meta property="og:title" content="Story"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/de/tags/story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/de/tags/story/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Baustelle 🚧 | laufende Arbeiten</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/de><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>Deutsch&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/de/about>Über</a></li><li><a href=/de/tags>Tags</a></li><li><a href=/de/categories>Kategorien</a></li></ul></nav></header><div class=content><h1>Posts for: #Story</h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/de/posts/random-story/>Eine beliebige Geschichte</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/de/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen</div><div><a class="read-more button" href=/de/posts/random-story/>Mehr lesen →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/de/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Kleine Geschichte von ChatGPT, um die Lesezeiten einzustellen.</p></div><div><a class="read-more button inline" href=/de/posts/random-story/>[Mehr lesen]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2ftags%2fstory%2f">Impressum</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> von <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (angepasst)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Story on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/story/</link><description>Recent content in Story on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/story/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Story on Privacynerd's blog</title><link>https://blog.privacynerd.de/de/tags/story/</link><description>Recent content in Story on Privacynerd's blog</description><generator>Hugo</generator><language>de</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/de/tags/story/index.xml" rel="self" type="application/rss+xml"/><item><title>Eine beliebige Geschichte</title><link>https://blog.privacynerd.de/de/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/de/posts/random-story/</guid><description>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p>
&lt;h2 id="prompt">Prompt&lt;/h2> &lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p> &lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2> &lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.“ &lt;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. 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. 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.&lt;/p></description><content>&lt;p>Dies ist eine beliebige Story, die von ChatGPT zum Testen und Einstellen der Lesezeit auf diesem Blog generiert wurde.&lt;/p> 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.&lt;/p></description></item></channel></rss>
&lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Erzähle eine Geschichte mit ca. 200 Wörtern.&lt;/p>
&lt;h2 id="antwort">Antwort&lt;/h2>
&lt;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.&lt;/p></content></item></channel></rss>

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=en><head><title>404 Page not found :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>404 Page not found :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/404.html><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/404.html"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/404.html>English</a></li><li><a href=/de/404.html>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/404.html>English</a></li><li><a href=/de/404.html>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=post><h1 class=post-title>404 — Page not found...</h1><div class=post-content><a href=https://blog.privacynerd.de/>Back to home page&nbsp;</a></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/404.html><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/404.html"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=post><h1 class=post-title>404 — Page not found...</h1><div class=post-content><a href=https://blog.privacynerd.de/>Back to home page&nbsp;</a></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2f404.html">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -2,10 +2,10 @@
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Hello in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo. <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Hello in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek Below you can read the original about from Radek
"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/about/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="article"><meta property="og:title" content="About"><meta property="og:description" content="Hello in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo. "><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/about/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="article"><meta property="og:title" content="About"><meta property="og:description" content="Hello in a new age You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek Below you can read the original about from Radek
"><meta property="og:url" content="https://blog.privacynerd.de/en/about/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-05 20:14:29 +0200 CEST"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/about/>English</a></li><li><a href=/de/about/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about/>English</a></li><li><a href=/de/about/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/en/about/>About</a></h1><div class=post-meta><time class=post-date>2025-04-05</time><span class=post-reading-time>2 minutes to read (190 words)</span></div><div class=post-content><div><h1 id=hello-in-a-new-age>Hello in a new age<a href=#hello-in-a-new-age class=hanchor arialabel=Anchor>&#8983;</a></h1><p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.</p><p>So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome</p><p>Below you can read the original about from Radek</p><blockquote><p>Hi there</p><p>My name is Radek and I&rsquo;m the author of this theme. "><meta property="og:url" content="https://blog.privacynerd.de/en/about/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-05 20:14:29 +0200 CEST"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/en/about/>About</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><div><h1 id=hello-in-a-new-age>Hello in a new age<a href=#hello-in-a-new-age class=hanchor arialabel=Anchor>#</a></h1><p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.</p><p>So I already pushed a few improvements that I did for my humble blog and I&rsquo;m going to add some more features in the future, also any contribution is welcome</p><p>Below you can read the original about from Radek</p><blockquote><p>Hi there</p><p>My name is Radek and I&rsquo;m the author of this theme.
I made it to help you present your ideas easier.</p><p>We all know how hard is to start something on the web, I made it to help you present your ideas easier.</p><p>We all know how hard is to start something on the web,
especially these days. You need to prepare a bunch of stuff, especially these days. You need to prepare a bunch of stuff,
configure them and when thats done — create the content.</p><p>This theme is pretty basic and covers all of the essentials. configure them and when thats done — create the content.</p><p>This theme is pretty basic and covers all of the essentials.
@ -13,5 +13,4 @@ All you have to do is start typing!</p><p>The theme includes:</p><ul><li><strong
depending on your preferences (orange, red, blue, green, pink)</li><li><a href=https://github.com/tonsky/FiraCode><strong>Fira Code</strong></a> depending on your preferences (orange, red, blue, green, pink)</li><li><a href=https://github.com/tonsky/FiraCode><strong>Fira Code</strong></a>
as default monospaced font. It&rsquo;s gorgeous!</li><li><strong>really nice, custom duotone</strong> syntax highlighting based on as default monospaced font. It&rsquo;s gorgeous!</li><li><strong>really nice, custom duotone</strong> syntax highlighting based on
<a href=https://prismjs.com><strong>PrismJS</strong></a></li><li>mobile friendly layout</li></ul><p>So, there you have it&mldr; enjoy!</p></blockquote><p>Blubb.</p></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <a href=https://prismjs.com><strong>PrismJS</strong></a></li><li>mobile friendly layout</li></ul><p>So, there you have it&mldr; enjoy!</p></blockquote><p>Blubb.</p></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2fabout%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=en><head><title>Categories :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>Categories :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/categories/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/categories/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/categories/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/categories/>English</a></li><li><a href=/de/categories/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/categories/>English</a></li><li><a href=/de/categories/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=terms><h1>Categories</h1><ul></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/categories/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/categories/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/categories/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=terms><h1>Categories</h1><ul></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2fcategories%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/categories/</link><description>Recent content in Categories on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://blog.privacynerd.de/en/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/categories/</link><description>Recent content in Categories on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><atom:link href="https://blog.privacynerd.de/en/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.145.0"><title>Privacynerd's blog</title> <!doctype html><html lang=en><head><meta name=generator content="Hugo 0.145.0"><title>Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Blog of privacynerd"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Privacynerd's blog"><meta property="og:description" content="Blog of privacynerd"><meta property="og:url" content="https://blog.privacynerd.de/en/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/>English</a></li><li><a href=/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/>English</a></li><li><a href=/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Blog of privacynerd"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Privacynerd's blog"><meta property="og:description" content="Blog of privacynerd"><meta property="og:url" content="https://blog.privacynerd.de/en/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h2><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Random story by ChatGPT to test out the perfect reading speed value</div><div><a class="read-more button" href=/en/posts/random-story/>Read more →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/one-word/>One Word!</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=justoneword>Justoneword</h1></div><div><a class="read-more button" href=/en/posts/one-word/>Read more →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/test-post/>English Test Post</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-english>Test Post in English</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button" href=/en/posts/test-post/>Read more →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Random story by ChatGPT to test out the perfect reading speed value.</p></div><div><a class="read-more button inline" href=/en/posts/random-story/>[Read more]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/one-word/>One Word!</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=justoneword>Justoneword</h1></div><div><a class="read-more button inline" href=/en/posts/one-word/>[Read more]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/test-post/>English Test Post</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-english>Test Post in English</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button inline" href=/en/posts/test-post/>[Read more]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,56 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacynerd's blog</title><link>https://blog.privacynerd.de/en/</link><description>Recent content on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacynerd's blog</title><link>https://blog.privacynerd.de/en/</link><description>Recent content on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p>
&lt;h2 id="german-prompt">German prompt&lt;/h2> &lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p> &lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2> &lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.” &lt;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. 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. 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.&lt;/p></description><content>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> 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.&lt;/p></description></item><item><title>One Word!</title><link>https://blog.privacynerd.de/en/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/one-word/</guid><description>&lt;h1 id="justoneword">Justoneword&lt;/h1></description></item><item><title>About</title><link>https://blog.privacynerd.de/en/about/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/about/</guid><description>&lt;h1 id="hello-in-a-new-age">Hello in a new age&lt;/h1>
&lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.&lt;/p></content></item><item><title>One Word!</title><link>https://blog.privacynerd.de/en/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/one-word/</guid><description>&lt;h1 id="justoneword">Justoneword&lt;/h1></description><content>&lt;h1 id="justoneword">Justoneword&lt;/h1></content></item><item><title>About</title><link>https://blog.privacynerd.de/en/about/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/about/</guid><description>&lt;h1 id="hello-in-a-new-age">Hello in a new age&lt;/h1>
&lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p> &lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p>
&lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p> &lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p>
&lt;p>Below you can read the original about from Radek&lt;/p></description><content>&lt;h1 id="hello-in-a-new-age">Hello in a new age&lt;/h1> &lt;p>Below you can read the original about from Radek&lt;/p></description></item><item><title>English Test Post</title><link>https://blog.privacynerd.de/en/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/test-post/</guid><description>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1>
&lt;p>You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.&lt;/p>
&lt;p>So I already pushed a few improvements that I did for my humble blog and I&amp;rsquo;m going to add some more features in the future, also any contribution is welcome&lt;/p>
&lt;p>Below you can read the original about from Radek&lt;/p>
&lt;blockquote>
&lt;p>Hi there&lt;/p>
&lt;p>My name is Radek and I&amp;rsquo;m the author of this theme.
I made it to help you present your ideas easier.&lt;/p>
&lt;p>We all know how hard is to start something on the web,
especially these days. You need to prepare a bunch of stuff,
configure them and when thats done — create the content.&lt;/p>
&lt;p>This theme is pretty basic and covers all of the essentials.
All you have to do is start typing!&lt;/p>
&lt;p>The theme includes:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>5 duotone themes&lt;/strong>,
depending on your preferences (orange, red, blue, green, pink)&lt;/li>
&lt;li>&lt;a href="https://github.com/tonsky/FiraCode">&lt;strong>Fira Code&lt;/strong>&lt;/a>
as default monospaced font. It&amp;rsquo;s gorgeous!&lt;/li>
&lt;li>&lt;strong>really nice, custom duotone&lt;/strong> syntax highlighting based on
&lt;a href="https://prismjs.com">&lt;strong>PrismJS&lt;/strong>&lt;/a>&lt;/li>
&lt;li>mobile friendly layout&lt;/li>
&lt;/ul>
&lt;p>So, there you have it&amp;hellip; enjoy!&lt;/p>&lt;/blockquote>
&lt;p>Blubb.&lt;/p></content></item><item><title>English Test Post</title><link>https://blog.privacynerd.de/en/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/test-post/</guid><description>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2> &lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3> &lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p></description><content>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1> &lt;p>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.&lt;/p></description></item></channel></rss>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p>
&lt;h3 id="consectetur-adipiscing">Consectetur adipiscing&lt;/h3>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;h2 id="delorean-ipsum">DeLorean ipsum&lt;/h2>
&lt;p>That&amp;rsquo;s right. Huh? Go. Here you go, lady. There&amp;rsquo;s a quarter. Good morning.&lt;/p>
&lt;p>Marty, I always wear a suit to the office. You alright? It&amp;rsquo;s a board with wheels. Yeah. What the hell is this? Marty, you&amp;rsquo;re acting like you haven&amp;rsquo;t seen me in a week.&lt;/p>
&lt;p>Yes, yes, I&amp;rsquo;m George, George McFly, and I&amp;rsquo;m your density. I mean, I&amp;rsquo;m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That&amp;rsquo;s Strickland. Jesus, didn&amp;rsquo;t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It&amp;rsquo;s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.&lt;/p></content></item></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=en><head><title>Posts :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>Posts :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/posts/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Posts"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/posts/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/posts/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/posts/>English</a></li><li><a href=/de/posts/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/posts/>English</a></li><li><a href=/de/posts/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/posts/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Posts"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/posts/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/posts/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=posts><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h2><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Random story by ChatGPT to test out the perfect reading speed value</div><div><a class="read-more button" href=/en/posts/random-story/>Read more →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/one-word/>One Word!</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=justoneword>Justoneword</h1></div><div><a class="read-more button" href=/en/posts/one-word/>Read more →</a></div></article><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/test-post/>English Test Post</a></h1><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-english>Test Post in English</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button" href=/en/posts/test-post/>Read more →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Random story by ChatGPT to test out the perfect reading speed value.</p></div><div><a class="read-more button inline" href=/en/posts/random-story/>[Read more]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/one-word/>One Word!</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=justoneword>Justoneword</h1></div><div><a class="read-more button inline" href=/en/posts/one-word/>[Read more]</a></div></article><article class="post on-list"><h2 class=post-title><a href=https://blog.privacynerd.de/en/posts/test-post/>English Test Post</a></h2><div class=post-meta><time class=post-date>2025-04-05</time></div><div class=post-content><h1 id=test-post-in-english>Test Post in English</h1><h2 id=lorem-ipsum>Lorem ipsum</h2><h3 id=dolor-sit-amet>dolor sit amet</h3><p>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.</p></div><div><a class="read-more button inline" href=/en/posts/test-post/>[Read more]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2fposts%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,29 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/posts/</link><description>Recent content in Posts on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/posts/</link><description>Recent content in Posts on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p>
&lt;h2 id="german-prompt">German prompt&lt;/h2> &lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p> &lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2> &lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.” &lt;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. 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. 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.&lt;/p></description><content>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> 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.&lt;/p></description></item><item><title>One Word!</title><link>https://blog.privacynerd.de/en/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/one-word/</guid><description>&lt;h1 id="justoneword">Justoneword&lt;/h1></description></item><item><title>English Test Post</title><link>https://blog.privacynerd.de/en/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/test-post/</guid><description>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1>
&lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.&lt;/p></content></item><item><title>One Word!</title><link>https://blog.privacynerd.de/en/posts/one-word/</link><pubDate>Sat, 05 Apr 2025 22:48:12 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/one-word/</guid><description>&lt;h1 id="justoneword">Justoneword&lt;/h1></description><content>&lt;h1 id="justoneword">Justoneword&lt;/h1></content></item><item><title>English Test Post</title><link>https://blog.privacynerd.de/en/posts/test-post/</link><pubDate>Sat, 05 Apr 2025 20:14:29 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/test-post/</guid><description>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2> &lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3> &lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p></description><content>&lt;h1 id="test-post-in-english">Test Post in English&lt;/h1> &lt;p>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.&lt;/p></description></item></channel></rss>
&lt;h2 id="lorem-ipsum">Lorem ipsum&lt;/h2>
&lt;h3 id="dolor-sit-amet">dolor sit amet&lt;/h3>
&lt;p>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.&lt;/p>
&lt;h3 id="consectetur-adipiscing">Consectetur adipiscing&lt;/h3>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;p>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.&lt;/p>
&lt;h2 id="delorean-ipsum">DeLorean ipsum&lt;/h2>
&lt;p>That&amp;rsquo;s right. Huh? Go. Here you go, lady. There&amp;rsquo;s a quarter. Good morning.&lt;/p>
&lt;p>Marty, I always wear a suit to the office. You alright? It&amp;rsquo;s a board with wheels. Yeah. What the hell is this? Marty, you&amp;rsquo;re acting like you haven&amp;rsquo;t seen me in a week.&lt;/p>
&lt;p>Yes, yes, I&amp;rsquo;m George, George McFly, and I&amp;rsquo;m your density. I mean, I&amp;rsquo;m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That&amp;rsquo;s Strickland. Jesus, didn&amp;rsquo;t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It&amp;rsquo;s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.&lt;/p></content></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,7 @@
<!doctype html><html lang=en><head><title>A random story :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>A random story :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Random story by ChatGPT to test out the perfect reading speed value"><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/posts/random-story/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="article"><meta property="og:title" content="A random story"><meta property="og:description" content="Random story by ChatGPT to test out the perfect reading speed value"><meta property="og:url" content="https://blog.privacynerd.de/en/posts/random-story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-08 17:55:25 +0200 CEST"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/posts/random-story/>English</a></li><li><a href=/de/posts/random-story/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/posts/random-story/>English</a></li><li><a href=/de/posts/random-story/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time><span class=post-reading-time>3 minutes to read (222 words)</span></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Random story by ChatGPT to test out the perfect reading speed value."><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/posts/random-story/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="article"><meta property="og:title" content="A random story"><meta property="og:description" content="Random story by ChatGPT to test out the perfect reading speed value."><meta property="og:url" content="https://blog.privacynerd.de/en/posts/random-story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2025-04-08 17:55:25 +0200 CEST"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=table-of-contents><h2>Table of Contents</h2><nav id=TableOfContents><ul><li><a href=#german-prompt>German prompt</a></li><li><a href=#answer-translated-to-english>Answer, translated to english</a></li></ul></nav></div><div class=post-content><div><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<a href=#german-prompt class=hanchor arialabel=Anchor>&#8983;</a></h2><p>Tell a story with around 200 words.</p><h2 id=answer-translated-to-english>Answer, translated to english<a href=#answer-translated-to-english class=hanchor arialabel=Anchor>&#8983;</a></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.” #<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=table-of-contents><h2>Table of Contents</h2><nav id=TableOfContents><ul><li><a href=#german-prompt>German prompt</a></li><li><a href=#answer-translated-to-english>Answer, translated to english</a></li></ul></nav></div><div class=post-content><div><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<a href=#german-prompt class=hanchor arialabel=Anchor>#</a></h2><p>Tell a story with around 200 words.</p><h2 id=answer-translated-to-english>Answer, translated to english<a href=#answer-translated-to-english class=hanchor arialabel=Anchor>#</a></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. 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. 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></div></div><div class=pagination><div class=pagination__title><span class=pagination__title-h>Read other posts</span><hr></div><div class=pagination__buttons><span class="button next"><a href=https://blog.privacynerd.de/en/posts/one-word/><span class=button__text>One Word!</span> 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></div></div><div class=pagination><div class=pagination__title><span class=pagination__title-h>Read other posts</span><hr></div><div class=pagination__buttons><a href=https://blog.privacynerd.de/en/posts/one-word/ class="button inline next">[<span class=button__text>One Word!</span>] ></a></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span class=button__icon></span></a></span></div></div></article></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2fposts%2frandom-story%2f">Imprint</a></span>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=en><head><title>Ai :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>Ai :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/ai/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Ai"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/ai/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/ai/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/tags/ai/>English</a></li><li><a href=/de/tags/ai/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/ai/>English</a></li><li><a href=/de/tags/ai/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><h1>Posts for: <b style=opacity:.5>#ai</b></h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/ai/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Ai"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/ai/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/ai/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><h1>Posts for: #Ai</h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Random story by ChatGPT to test out the perfect reading speed value</div><div><a class="read-more button" href=/en/posts/random-story/>Read more →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Random story by ChatGPT to test out the perfect reading speed value.</p></div><div><a class="read-more button inline" href=/en/posts/random-story/>[Read more]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2ftags%2fai%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/ai/</link><description>Recent content in Ai on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/ai/</link><description>Recent content in Ai on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p>
&lt;h2 id="german-prompt">German prompt&lt;/h2> &lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p> &lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2> &lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.” &lt;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. 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. 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.&lt;/p></description><content>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> 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.&lt;/p></description></item></channel></rss>
&lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.&lt;/p></content></item></channel></rss>

View File

@ -1,4 +1,3 @@
<!doctype html><html lang=en><head><title>Tags :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>Tags :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Tags"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/tags/>English</a></li><li><a href=/de/tags/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/>English</a></li><li><a href=/de/tags/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=terms><h1>Tags</h1><ul><li><a class=terms-title href=https://blog.privacynerd.de/en/tags/ai/>ai [1]</a></li><li><a class=terms-title href=https://blog.privacynerd.de/en/tags/story/>story [1]</a></li></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Tags"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><div class=terms><h1>Tags</h1><ul><li><a class=terms-title href=https://blog.privacynerd.de/en/tags/ai/>ai [1]</a></li><li><a class=terms-title href=https://blog.privacynerd.de/en/tags/story/>story [1]</a></li></ul></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2ftags%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/</link><description>Recent content in Tags on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>Ai</title><link>https://blog.privacynerd.de/en/tags/ai/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/tags/ai/</guid><description/><content/></item><item><title>Story</title><link>https://blog.privacynerd.de/en/tags/story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/tags/story/</guid><description/><content/></item></channel></rss> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/</link><description>Recent content in Tags on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>Ai</title><link>https://blog.privacynerd.de/en/tags/ai/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/tags/ai/</guid><description/></item><item><title>Story</title><link>https://blog.privacynerd.de/en/tags/story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/tags/story/</guid><description/></item></channel></rss>

View File

@ -1,5 +1,4 @@
<!doctype html><html lang=en><head><title>Story :: Privacynerd's blog</title> <!doctype html><html lang=en><head><title>Story :: Privacynerd's blog</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/story/><link rel=stylesheet href=https://blog.privacynerd.de/styles.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.ico><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Story"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/favicon.ico"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/story/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"></head><body class=green><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div><div class="container center headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=/en/tags/story/>English</a></li><li><a href=/de/tags/story/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>en&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/tags/story/>English</a></li><li><a href=/de/tags/story/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><h1>Posts for: <b style=opacity:.5>#story</b></h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp; <meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=keywords content><meta name=robots content="noodp"><link rel=canonical href=https://blog.privacynerd.de/en/tags/story/><link rel=stylesheet href=https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css><link rel=stylesheet href=https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css><link rel=stylesheet href=https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css><link rel=stylesheet href=https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css><link rel=stylesheet href=https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css><link rel=stylesheet href=https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css><link rel=stylesheet href=https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css><link rel=stylesheet href=https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css><link rel=stylesheet href=https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css><link rel=stylesheet href=https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css><link rel=stylesheet href=https://blog.privacynerd.de/terminal.css><link rel="shortcut icon" href=https://blog.privacynerd.de/favicon.png><link rel=apple-touch-icon href=https://blog.privacynerd.de/apple-touch-icon.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="Story"><meta property="og:description" content><meta property="og:url" content="https://blog.privacynerd.de/en/tags/story/"><meta property="og:site_name" content="Privacynerd's blog"><meta property="og:image" content="https://blog.privacynerd.de/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href=/en/tags/story/index.xml rel=alternate type=application/rss+xml title="Privacynerd's blog"><style>#banner{width:100%;height:2rem;display:grid;grid-template-columns:1fr auto;background:var(--accent)}#banner span{display:flex;align-items:center;justify-content:center}#banner a{color:var(--background);display:inline}#banner>button{padding:0 5px 0 0;margin:0}</style><div id=banner><span><a href=https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de>Construction site 🚧 | Work in progress</a></span></div></head><body><div class="container center"><header class=header><div class=header__inner><div class=header__logo><a href=/en><div class=logo>Privacynerd's blog</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;</li><li><ul class=menu__dropdown><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li><hr><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul><ul class="menu menu--desktop menu--language-selector"><li class=menu__trigger>English&nbsp;</li><li><ul class=menu__dropdown><li><a href=https://blog.privacynerd.de/en/>English</a></li><li><a href=https://blog.privacynerd.de/de/>Deutsch</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/en/about>About</a></li><li><a href=/en/tags>Tags</a></li><li><a href=/en/categories>Categories</a></li></ul></nav></header><div class=content><h1>Posts for: #Story</h1><div class=posts><article class="post on-list"><h1 class=post-title><a href=https://blog.privacynerd.de/en/posts/random-story/>A random story</a></h1><div class=post-meta><time class=post-date>2025-04-08</time></div><span class=post-tags>#<a href=https://blog.privacynerd.de/en/tags/story/>story</a>&nbsp;
#<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content>Random story by ChatGPT to test out the perfect reading speed value</div><div><a class="read-more button" href=/en/posts/random-story/>Read more →</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span> #<a href=https://blog.privacynerd.de/en/tags/ai/>ai</a>&nbsp;</span><div class=post-content><p>Random story by ChatGPT to test out the perfect reading speed value.</p></div><div><a class="read-more button inline" href=/en/posts/random-story/>[Read more]</a></div></article><div class=pagination><div class=pagination__buttons></div></div></div></div><footer class=footer><style>.antidiscovery i{display:none}</style><div class=footer__inner><div class="copyright copyright--user"><span class=antidiscovery>© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
<span style=margin-right:10px>:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2ftags%2fstory%2f">Imprint</a></span> <span>:: <a href=https://github.com/panr/hugo-theme-terminal target=_blank>Theme</a> made by <a href=https://github.com/panr target=_blank>panr</a></span></div></div></footer><script type=text/javascript src=/bundle.min.js></script></div></body></html>
<span>:: <a href=https://github.com/mirus-ua/hugo-theme-re-terminal target=_blank>Theme</a> by <a href=https://github.com/mirus-ua target=_blank>Mirus</a> (customized)</span></div></div></footer><script type=text/javascript src=/bundle.min.js></script><script type=text/javascript src=/js/banner.min.js></script></div></body></html>

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Story on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/story/</link><description>Recent content in Story on Privacynerd's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/story/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Story on Privacynerd's blog</title><link>https://blog.privacynerd.de/en/tags/story/</link><description>Recent content in Story on Privacynerd's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Apr 2025 17:55:25 +0200</lastBuildDate><atom:link href="https://blog.privacynerd.de/en/tags/story/index.xml" rel="self" type="application/rss+xml"/><item><title>A random story</title><link>https://blog.privacynerd.de/en/posts/random-story/</link><pubDate>Tue, 08 Apr 2025 17:55:25 +0200</pubDate><guid>https://blog.privacynerd.de/en/posts/random-story/</guid><description>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p>
&lt;h2 id="german-prompt">German prompt&lt;/h2> &lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p> &lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2> &lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.” &lt;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. 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. 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.&lt;/p></description><content>&lt;p>This is just a random story, generated by ChatGPT, used to test the reading speed and adjust it to a comfortable value.&lt;/p> 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.&lt;/p></description></item></channel></rss>
&lt;h2 id="german-prompt">German prompt&lt;/h2>
&lt;p>Tell a story with around 200 words.&lt;/p>
&lt;h2 id="answer-translated-to-english">Answer, translated to english&lt;/h2>
&lt;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.&lt;/p></content></item></channel></rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

View File

@ -1 +0,0 @@
(()=>{var e=document.getElementById("banner"),t=e.getElementsByTagName("button");if(t?.[0]){const n=t[0].addEventListener("click",()=>{e.remove()});document.getElementById("banner")||removeEventListener("click",n)}})()

BIN
public/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

12
public/terminal.css Normal file
View File

@ -0,0 +1,12 @@
:root {
--background: #fcfffe;
--foreground: #00180d;
--accent: #009953;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #030b07;
--foreground: #eceae5;
--accent: #0ae380;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
static/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

12
static/terminal.css Normal file
View File

@ -0,0 +1,12 @@
:root {
--background: #fcfffe;
--foreground: #00180d;
--accent: #009953;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #030b07;
--foreground: #eceae5;
--accent: #0ae380;
}
}

View File

@ -38,8 +38,6 @@
<div class="post-content"> <div class="post-content">
{{ if .Params.showFullContent }} {{ if .Params.showFullContent }}
{{ .Content }} {{ .Content }}
{{ else if .Description }}
{{ .Description | markdownify }}
{{ else }} {{ else }}
{{ .Summary }} {{ .Summary }}
{{ end }} {{ end }}

1
themes/terminal Submodule

@ -0,0 +1 @@
Subproject commit 2cbfdf00f6367b44480b4ba262f84b151d73d867