Ran the hugo build once

This commit is contained in:
2025-04-05 23:18:05 +02:00
parent 65279e2c50
commit c74fc9c257
43 changed files with 4706 additions and 0 deletions

265
public/de/about/index.html Normal file
View File

@@ -0,0 +1,265 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>Über :: Privacynerd&#39;s blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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
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/img/theme-colors/green.png">
<link rel="apple-touch-icon" href="https://blog.privacynerd.de/img/theme-colors/green.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
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&#39;s blog" />
<meta property="og:image" content="https://blog.privacynerd.de/img/favicon/green.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 &#43;0200 CEST" />
</head>
<body class="green">
<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&#39;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/posts">Posts</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">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/posts" >Posts</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">1 Minute 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.
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,
configure them and when thats done — create the content.</p>
<p>This theme is pretty basic and covers all of the essentials.
All you have to do is start typing!</p>
<p>The theme includes:</p>
<ul>
<li><strong>5 duotone themes</strong>,
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
<a href="https://prismjs.com"><strong>PrismJS</strong></a></li>
<li>mobile friendly layout</li>
</ul>
<p>So, there you have it&hellip; enjoy!</p></blockquote>
<p>Blubb.</p>
</div></div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>© 2025 Benjamin Burkhardt</span>
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2f" target="_blank">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>
</div>
</body>
</html>