This commit is contained in:
Waffelo 2025-04-24 21:08:32 +02:00
commit f9f9e71c05
56 changed files with 1653 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

0
.hugo_build.lock Normal file
View file

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

1
content/_index.md Normal file
View file

@ -0,0 +1 @@
This website is currently under development 🚧

17
content/about.md Normal file
View file

@ -0,0 +1,17 @@
+++
layout = 'standalone'
title = 'About'
date = 2025-04-24T07:56:35+02:00
draft = false
+++
# About me
![](https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright)
I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.
There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.
I prefer to use free and open-source software over proprietary software, that's why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler.
Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.
[![wakatime](https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg)](https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a)

1
content/blog.md Normal file
View file

@ -0,0 +1 @@
awa

54
content/contact.md Normal file
View file

@ -0,0 +1,54 @@
+++
layout = 'standalone'
title = 'Contact'
date = 2025-04-24T09:29:32+02:00
draft = false
+++
# Contact me
If you are interested in what I am doing and have some questions, tips or ideas. You
can connect with me via listed options :)
**Matrix:** `@waffelo:drgnz.club` [(quick link)](https://matrix.to/#/@waffelo:drgnz.club)
**Discord:** `@waffelo.net` [(quick link)](awa)
**Email:** `contact@waffelo.net` [(quick link)](mailto://contact@waffelo.net)
 
 
## Sites
I don't move around social sites that much, but I have some.
**Mastodon:** `@waffelo@woof.tech` [(quick link)](https://woof.tech/@waffelo)
**Github:** `@waffelo` [(quick link)](https://github.com/Waffelo)
**Printables:** `@waffelo` [(quick link)](https://www.printables.com/@waffelo)
 
 
## Donate
You can also donate me for my projects and needs. I accept some crypto like
Bitcoind and Monero, but you can also send me something via PayPal.
**Bitcoin:** `bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9`
**Monero:** `awa`
 
 
## GPG Keys
If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.
```gpg
pub rsa3072 2023-02-24 [SC]
4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325
uid [ultimate] Jakub Heger
sub rsa3072 2023-02-24 [E]
```

0
content/home.md Normal file
View file

View file

@ -0,0 +1,19 @@
+++
title = 'New Website!'
date = 2025-04-24T08:53:12+02:00
draft = false
tags = ["news"]
+++
For the past couple weeks I have been thinking about redoing my
website once again, but now, I wanted to do it properly. I wanted
to have a easy way to manage my content and make edits to the
website without redoing all the pages like I used to with my
completely pure html website. Frankly said, it was dreadful, to
change even the simplest thing like navbar link.
awa
 
## What does this mean?
It means that I will be more active in writing again! Yay!

8
content/stuff.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = 'Stuff'
date = 2025-04-24T13:12:13+02:00
draft = false
layout = 'standalone'
+++
TODO

51
hugo.toml Normal file
View file

@ -0,0 +1,51 @@
title = "Waffelo's Den"
author = "Jakub Heger"
baseURL = 'https://waffelo.net/'
languageCode = 'en-us'
enableRobotsTXT = true
theme = 'plague'
# --- Theme parameters ------------------
[params]
siteHeaderText = "~/Waffelo's Den"
siteFooterText = "© 2025 Jakub Heger"
[params.hcard]
avatar = "https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512"
fullName = "Jakub Heger"
nickname = "Waffelo"
[taxonomies]
tag = "tags"
category = "categories"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# --- Navbar ----------------------------
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "stuff"
name = "Stuff"
url = "/stuff"
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"

45
public/404.html Normal file
View file

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<h1 class="http-error">404 Error</h1>
<p class="http-error">That page wasn't found. <a href="https://waffelo.net/">Go home</a>?</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

51
public/about/index.html Normal file
View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<h1 id="about-me">About me</h1>
<p><img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright" alt="">
I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.</p>
<p>There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.</p>
<p>I prefer to use free and open-source software over proprietary software, that&rsquo;s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler.
Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.</p>
<p><a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="wakatime"></a></p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

62
public/blog/index.html Normal file
View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<article class="h-entry">
<div class="post-metadata">
<h1 class="post-title p-name"><span style="color: grey;">#</span> </h1>
<hr>
<p class="post-date">
<span class="post-date">
Published on
<a class="u-url" href="https://waffelo.net/blog/"><time class="dt-published" datetime="0001-01-01T00:00:00Z">January 1, 1</time></a>
by <img class="u-photo" alt="" src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512"> <a class="p-author h-card" rel="author" href="https://waffelo.net/">Jakub Heger</a>
</span>
<b>Tags:</b>
</p>
</div>
<div class="post-content e-content">
<p>awa</p>
</div>
</article>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/categories/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<p>
<a href="https://waffelo.net/categories/index.xml"><img alt="RSS feed icon" src="https://waffelo.net/icons/rss.png"></a>
</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,12 @@
<?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 Waffelo&#39;s Den</title>
<link>https://waffelo.net/categories/</link>
<description>Recent content in Categories on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<atom:link href="https://waffelo.net/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://waffelo.net/categories/</title>
<link rel="canonical" href="https://waffelo.net/categories/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://waffelo.net/categories/">
</head>
</html>

72
public/contact/index.html Normal file
View file

@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<h1 id="contact-me">Contact me</h1>
<p>If you are interested in what I am doing and have some questions, tips or ideas. You
can connect with me via listed options :)</p>
<p><strong>Matrix:</strong> <code>@waffelo:drgnz.club</code> <a href="https://matrix.to/#/@waffelo:drgnz.club">(quick link)</a></p>
<p><strong>Discord:</strong> <code>@waffelo.net</code> <a href="awa">(quick link)</a> <em>! less serious chat</em></p>
<p><strong>Email:</strong> <code>contact@waffelo.net</code> <a href="mailto://contact@waffelo.net">(quick link)</a></p>
<p> 
 </p>
<h2 id="social">Social</h2>
<p>I don&rsquo;t move around social sites that much, but I have some.</p>
<p><strong>Mastodon:</strong> <code>@waffelo@woof.tech</code> <a href="https://woof.tech/@waffelo">(quick link)</a></p>
<p><strong>Github:</strong> <code>@waffelo</code> <a href="https://github.com/Waffelo">(quick link)</a></p>
<p><strong>Printables:</strong> <code>@waffelo</code> <a href="https://www.printables.com/@waffelo">(quick link)</a></p>
<p> 
 </p>
<h2 id="donate">Donate</h2>
<p>You can also donate me for my projects and needs. I accept some crypto like
Bitcoind and Monero, but you can also send me something via PayPal.</p>
<p><strong>Bitcoin:</strong> <code>bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9</code></p>
<p><strong>Monero:</strong> <code>awa</code></p>
<p> 
 </p>
<h2 id="gpg-keys">GPG Keys</h2>
<p>If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.</p>
<pre tabindex="0"><code class="language-gpg" data-lang="gpg">pub rsa3072 2023-02-24 [SC]
4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325
uid [ultimate] Jakub Heger
sub rsa3072 2023-02-24 [E]
</code></pre>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,22 @@
:root {
--background-color: #1b1919;
--text-color: #cdcdcd;
--light-text-color: #dfdfdf;
--hr-color: grey;
--link-color: #a3b8f5;
--active-link-color: #f9f9f9;
--nav-item-link-color: #a3b8f5;
--nav-item-active-color: #a3b8f5;
--selection-highlight-color: #305ee8;
--preformatted-background-color: #2f2d2d;
--preformatted-text-color: #f9f9f9;
--callout-background-color: #2445a8;
--callout-text-color: #f9f9f9;
--callout-link-color: #e8eefd;
--callout-highlight-color: #bac9f7;
--blockquote-background-color: #2f2d2d;
--blockquote-text-color: #ffffff;
--blockquote-link-color: #ffffff;
--blockquote-highlight-color: #dfdfdf;
--social-icon-color: #a3b8f5;
}

View file

@ -0,0 +1,22 @@
:root {
--background-color: #f9f9f9;
--text-color: #141414;
--light-text-color: #545454;
--hr-color: #1745cf;
--link-color: #1745cf;
--active-link-color: #141414;
--nav-item-link-color: #1745cf;
--nav-item-active-color: #1745cf;
--selection-highlight-color: #5e82ed;
--preformatted-background-color: #3c3c3c;
--preformatted-text-color: #f9f9f9;
--callout-background-color: #bac9f7;
--callout-text-color: #141414;
--callout-link-color: #102f8e;
--callout-highlight-color: #1745cf;
--blockquote-background-color: #dfdfdf;
--blockquote-text-color: #000000;
--blockquote-link-color: #000000;
--blockquote-highlight-color: #444444;
--social-icon-color: #1745cf;
}

View file

@ -0,0 +1,49 @@
@media (prefers-color-scheme: light) {
:root {
--background-color: #f9f9f9;
--text-color: #141414;
--light-text-color: #545454;
--hr-color: #1745cf;
--link-color: #1745cf;
--active-link-color: #141414;
--nav-item-link-color: #1745cf;
--nav-item-active-color: #1745cf;
--selection-highlight-color: #5e82ed;
--preformatted-background-color: #3c3c3c;
--preformatted-text-color: #f9f9f9;
--callout-background-color: #bac9f7;
--callout-text-color: #141414;
--callout-link-color: #102f8e;
--callout-highlight-color: #1745cf;
--blockquote-background-color: #dfdfdf;
--blockquote-text-color: #000000;
--blockquote-link-color: #000000;
--blockquote-highlight-color: #444444;
--social-icon-color: #1745cf;
}
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #202020;
--text-color: #f9f9f9;
--light-text-color: #dfdfdf;
--hr-color: #a3b8f5;
--link-color: #a3b8f5;
--active-link-color: #f9f9f9;
--nav-item-link-color: #a3b8f5;
--nav-item-active-color: #a3b8f5;
--selection-highlight-color: #305ee8;
--preformatted-background-color: #3c3c3c;
--preformatted-text-color: #f9f9f9;
--callout-background-color: #2445a8;
--callout-text-color: #f9f9f9;
--callout-link-color: #e8eefd;
--callout-highlight-color: #bac9f7;
--blockquote-background-color: #595959;
--blockquote-text-color: #ffffff;
--blockquote-link-color: #ffffff;
--blockquote-highlight-color: #dfdfdf;
--social-icon-color: #a3b8f5;
}
}

View file

@ -0,0 +1,22 @@
:root {
--background-color: #141414;
--text-color: #e7e7e7;
--light-text-color: #cccccc;
--hr-color: #40bfa2;
--link-color: #aa90f9;
--active-link-color: #e7e7e7;
--nav-item-link-color: #40bfa2;
--nav-item-active-color: #40bfa2;
--selection-highlight-color: #70dbc4;
--preformatted-background-color: #333333;
--preformatted-text-color: #70dbc4;
--callout-background-color: #3d3e94;
--callout-text-color: #ffffff;
--callout-link-color: #e9e3fc;
--callout-highlight-color: #aa90f9;
--blockquote-background-color: #555555;
--blockquote-text-color: #fafafa;
--blockquote-link-color: #fafafa;
--blockquote-highlight-color: #40bfa2;
--social-icon-color: #70dbc4;
}

View file

@ -0,0 +1,22 @@
:root {
--background-color: #fff9ec;
--text-color: #141414;
--light-text-color: #545454;
--hr-color: #206051;
--link-color: #4b0fff;
--active-link-color: #141414;
--nav-item-link-color: #206051;
--nav-item-active-color: #206051;
--selection-highlight-color: #70dbc4;
--preformatted-background-color: #333333;
--preformatted-text-color: #70dbc4;
--callout-background-color: #9697e9;
--callout-text-color: #000000;
--callout-link-color: #120047;
--callout-highlight-color: #460df2;
--blockquote-background-color: #dddddd;
--blockquote-text-color: #0a0a0a;
--blockquote-link-color: #0a0a0a;
--blockquote-highlight-color: #2dd2ac;
--social-icon-color: #206051;
}

View file

@ -0,0 +1,49 @@
@media (prefers-color-scheme: light) {
:root {
--background-color: #fff9ec;
--text-color: #141414;
--light-text-color: #545454;
--hr-color: #206051;
--link-color: #4b0fff;
--active-link-color: #141414;
--nav-item-link-color: #206051;
--nav-item-active-color: #206051;
--selection-highlight-color: #70dbc4;
--preformatted-background-color: #333333;
--preformatted-text-color: #70dbc4;
--callout-background-color: #9697e9;
--callout-text-color: #000000;
--callout-link-color: #120047;
--callout-highlight-color: #460df2;
--blockquote-background-color: #dddddd;
--blockquote-text-color: #0a0a0a;
--blockquote-link-color: #0a0a0a;
--blockquote-highlight-color: #2dd2ac;
--social-icon-color: #206051;
}
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #141414;
--text-color: #e7e7e7;
--light-text-color: #cccccc;
--hr-color: #40bfa2;
--link-color: #aa90f9;
--active-link-color: #e7e7e7;
--nav-item-link-color: #40bfa2;
--nav-item-active-color: #40bfa2;
--selection-highlight-color: #70dbc4;
--preformatted-background-color: #333333;
--preformatted-text-color: #70dbc4;
--callout-background-color: #3d3e94;
--callout-text-color: #ffffff;
--callout-link-color: #e9e3fc;
--callout-highlight-color: #aa90f9;
--blockquote-background-color: #555555;
--blockquote-text-color: #fafafa;
--blockquote-link-color: #fafafa;
--blockquote-highlight-color: #40bfa2;
--social-icon-color: #70dbc4;
}
}

298
public/css/style.css Normal file
View file

@ -0,0 +1,298 @@
.site-content {
display: flex;
flex-direction: column;
min-height: 100vh;
max-width: 740px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
padding-right: 30px;
padding-left: 30px;
}
body {
background: var(--background-color);
color: var(--text-color);
font-family: monospace;
font-size: 14px;
line-height: 1.5;
margin: 0px;
padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
h1 {
font-size: 2.625em;
line-height: 1;
letter-spacing: -1px;
}
main {
display: block;
}
p {
margin-bottom: 15px;
}
a {
text-decoration: underline;
color: var(--link-color);
}
a:active {
color: var(--active-link-color);
}
code {
padding: 5px;
margin: 5px;
background-color: var(--preformatted-background-color);
}
.site-header {
font-size: 26px;
font-weight: 300;
line-height: 54px;
letter-spacing: -1px;
width: 100%;
}
.site-header, .site-header:visited, .site-header:hover {
color: var(--text-color);
text-decoration: none;
}
.header-container {
margin-top: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.site-nav {
overflow: auto;
text-align: left;
line-height: 54px;
width: 100%;
}
.site-nav .nav-item {
color: var(--nav-item-link-color);
text-decoration: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}
.nav-item.first {
margin-left: 0px;
}
.nav-item.last {
margin-right: 0px;
}
.nav-item.active {
border-bottom: 2px solid var(--nav-item-active-color);
}
@media screen and (min-width: 800px) {
div.site-header {
width: 300px;
padding-right: 15px;
}
div.site-nav {
width: 410px;
padding-left: 15px;
}
nav.site-nav {
text-align: right;
}
}
a.nav-item:hover {
text-decoration: none;
}
.content {
padding-top: 30px;
padding-bottom: 30px;
clear: both;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0%;
}
.post-date {
color: var(--light-text-color);
font-size: 14px;
}
.http-error {
text-align: center;
}
pre, code {
font-family: 'SF Mono', 'Consolas', monospace;
font-size: 14px;
}
pre {
padding: 10px;
background-color: var(--preformatted-background-color);
color: var(--preformatted-text-color);
overflow-x: auto;
border-radius: 5px;
border: 2px dashed gray;
}
blockquote {
color: var(--blockquote-text-color);
background-color: var(--blockquote-background-color);
border-left: 10px solid var(--blockquote-highlight-color);
border-radius: 5px;
font-size: 14px;
margin-left: 40px;
margin-right: 140px;
}
blockquote p {
margin: 0px;
padding: 10px;
}
blockquote footer {
margin: 0px;
padding: 10px;
}
blockquote a {
color: var(--blockquote-link-color);
}
p.callout {
color: var(--callout-text-color);
background-color: var(--callout-background-color);
border-left: 10px solid var(--callout-highlight-color);
border-radius: 5px;
padding: 10px;
padding-left: 15px;
padding-right: 10px;
margin-left: 20px;
margin-right: 20px;
font-size: 14px;
}
.callout a {
color: var(--callout-link-color);
}
hr {
border: 1px dashed var(--hr-color);
border-radius: 1px;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 20px;
width: 70%;
}
.footer-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 15px;
color: var(--light-text-color);
font-size: 14px;
}
.footer-container p {
margin-top: 10px;
margin-bottom: 10px
}
.h-card.bio {
width: 100%;
}
.footer-right {
width: 100%;
}
@media screen and (min-width: 800px) {
.h-card.bio {
width: 355px;
padding-right: 15px;
margin-bottom: 1em;
}
.footer-right {
width: 355px;
padding-left: 15px;
margin-bottom: 1em;
}
}
img.u-photo {
vertical-align: bottom;
height: 1.5em;
border-radius: 25%;
}
.h-card.social {
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.social-icon {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
height: 24px;
width: 24px;
}
.social-icon path {
fill: var(--social-icon-color);
}
.inline-icon {
display: inline-block;
height: 1em;
width: 1em;
position: relative;
top: 0.125em;
}
.inline-icon path {
fill: var(--text-color);
}
img[src$='#floatleft']
{
float:left
margin: 20px;
max-width: 40%;
//etc. etc/
}
img[src$='#floatright']
{
float:right;
margin: 20px;
max-width: 40%;
//etc. etc.
}

61
public/home/index.html Normal file
View file

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<article class="h-entry">
<div class="post-metadata">
<h1 class="post-title p-name"><span style="color: grey;">#</span> </h1>
<hr>
<p class="post-date">
<span class="post-date">
Published on
<a class="u-url" href="https://waffelo.net/home/"><time class="dt-published" datetime="0001-01-01T00:00:00Z">January 1, 1</time></a>
by <img class="u-photo" alt="" src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512"> <a class="p-author h-card" rel="author" href="https://waffelo.net/">Jakub Heger</a>
</span>
<b>Tags:</b>
</p>
</div>
<div class="post-content e-content">
</div>
</article>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

BIN
public/icons/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

46
public/index.html Normal file
View file

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<p>This website is currently under development 🚧</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

55
public/index.xml Normal file
View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Waffelo&#39;s Den</title>
<link>https://waffelo.net/</link>
<description>Recent content on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Thu, 24 Apr 2025 13:12:13 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Stuff</title>
<link>https://waffelo.net/stuff/</link>
<pubDate>Thu, 24 Apr 2025 13:12:13 +0200</pubDate>
<guid>https://waffelo.net/stuff/</guid>
<description>&lt;p&gt;TODO&lt;/p&gt;&#xA;</description>
</item>
<item>
<title>Contact</title>
<link>https://waffelo.net/contact/</link>
<pubDate>Thu, 24 Apr 2025 09:29:32 +0200</pubDate>
<guid>https://waffelo.net/contact/</guid>
<description>&lt;h1 id=&#34;contact-me&#34;&gt;Contact me&lt;/h1&gt;&#xA;&lt;p&gt;If you are interested in what I am doing and have some questions, tips or ideas. You&#xA;can connect with me via listed options :)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Matrix:&lt;/strong&gt; &lt;code&gt;@waffelo:drgnz.club&lt;/code&gt; &lt;a href=&#34;https://matrix.to/#/@waffelo:drgnz.club&#34;&gt;(quick link)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Discord:&lt;/strong&gt; &lt;code&gt;@waffelo.net&lt;/code&gt; &lt;a href=&#34;awa&#34;&gt;(quick link)&lt;/a&gt; &lt;em&gt;! less serious chat&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;code&gt;contact@waffelo.net&lt;/code&gt; &lt;a href=&#34;mailto://contact@waffelo.net&#34;&gt;(quick link)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &lt;/p&gt;&#xA;&lt;h2 id=&#34;social&#34;&gt;Social&lt;/h2&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t move around social sites that much, but I have some.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Mastodon:&lt;/strong&gt; &lt;code&gt;@waffelo@woof.tech&lt;/code&gt; &lt;a href=&#34;https://woof.tech/@waffelo&#34;&gt;(quick link)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Github:&lt;/strong&gt; &lt;code&gt;@waffelo&lt;/code&gt; &lt;a href=&#34;https://github.com/Waffelo&#34;&gt;(quick link)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Printables:&lt;/strong&gt; &lt;code&gt;@waffelo&lt;/code&gt; &lt;a href=&#34;https://www.printables.com/@waffelo&#34;&gt;(quick link)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &lt;/p&gt;&#xA;&lt;h2 id=&#34;donate&#34;&gt;Donate&lt;/h2&gt;&#xA;&lt;p&gt;You can also donate me for my projects and needs. I accept some crypto like&#xA;Bitcoind and Monero, but you can also send me something via PayPal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bitcoin:&lt;/strong&gt; &lt;code&gt;bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Monero:&lt;/strong&gt; &lt;code&gt;awa&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &lt;/p&gt;&#xA;&lt;h2 id=&#34;gpg-keys&#34;&gt;GPG Keys&lt;/h2&gt;&#xA;&lt;p&gt;If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-gpg&#34; data-lang=&#34;gpg&#34;&gt;pub rsa3072 2023-02-24 [SC]&#xA; 4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325&#xA;uid [ultimate] Jakub Heger &#xA;sub rsa3072 2023-02-24 [E]&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>
<title>New Website!</title>
<link>https://waffelo.net/posts/new-website/</link>
<pubDate>Thu, 24 Apr 2025 08:53:12 +0200</pubDate>
<guid>https://waffelo.net/posts/new-website/</guid>
<description>&lt;p&gt;For the past couple weeks I have been thinking about redoing my&#xA;website once again, but now, I wanted to do it properly. I wanted&#xA;to have a easy way to manage my content and make edits to the&#xA;website without redoing all the pages like I used to with my&#xA;completely pure html website. Frankly said, it was dreadful, to&#xA;change even the simplest thing like navbar link.&#xA;awa&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-does-this-mean&#34;&gt;What does this mean?&lt;/h2&gt;&#xA;&lt;p&gt;It means that I will be more active in writing again! Yay!&lt;/p&gt;&#xA;</description>
</item>
<item>
<title>About</title>
<link>https://waffelo.net/about/</link>
<pubDate>Thu, 24 Apr 2025 07:56:35 +0200</pubDate>
<guid>https://waffelo.net/about/</guid>
<description>&lt;h1 id=&#34;about-me&#34;&gt;About me&lt;/h1&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright&#34; alt=&#34;&#34;&gt;&#xA;I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.&lt;/p&gt;&#xA;&lt;p&gt;There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.&lt;/p&gt;&#xA;&lt;p&gt;I prefer to use free and open-source software over proprietary software, that&amp;rsquo;s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler.&#xA;Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a&#34;&gt;&lt;img src=&#34;https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg&#34; alt=&#34;wakatime&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;</description>
</item>
<item>
<title></title>
<link>https://waffelo.net/blog/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://waffelo.net/blog/</guid>
<description>&lt;p&gt;awa&lt;/p&gt;&#xA;</description>
</item>
<item>
<title></title>
<link>https://waffelo.net/home/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://waffelo.net/home/</guid>
<description></description>
</item>
</channel>
</rss>

68
public/posts/index.html Normal file
View file

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/posts/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<div class="tagbutton">
<a href=/tags/news/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>news</i>"><code>news (1)</code></a>
</div>
<br>
<h2>Posts</h2>
<p>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[April 24, 2025]</time></span> -
<a href="/posts/new-website/">New Website!</a><br>
</p>
<p>
<a href="https://waffelo.net/posts/index.xml"><img alt="RSS feed icon" src="https://waffelo.net/icons/rss.png"></a>
</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

20
public/posts/index.xml Normal file
View file

@ -0,0 +1,20 @@
<?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 Waffelo&#39;s Den</title>
<link>https://waffelo.net/posts/</link>
<description>Recent content in Posts on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Thu, 24 Apr 2025 08:53:12 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>New Website!</title>
<link>https://waffelo.net/posts/new-website/</link>
<pubDate>Thu, 24 Apr 2025 08:53:12 +0200</pubDate>
<guid>https://waffelo.net/posts/new-website/</guid>
<description>&lt;p&gt;For the past couple weeks I have been thinking about redoing my&#xA;website once again, but now, I wanted to do it properly. I wanted&#xA;to have a easy way to manage my content and make edits to the&#xA;website without redoing all the pages like I used to with my&#xA;completely pure html website. Frankly said, it was dreadful, to&#xA;change even the simplest thing like navbar link.&#xA;awa&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-does-this-mean&#34;&gt;What does this mean?&lt;/h2&gt;&#xA;&lt;p&gt;It means that I will be more active in writing again! Yay!&lt;/p&gt;&#xA;</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<article class="h-entry">
<div class="post-metadata">
<h1 class="post-title p-name"><span style="color: grey;">#</span> New Website!</h1>
<hr>
<p class="post-date">
<span class="post-date">
Published on
<a class="u-url" href="https://waffelo.net/posts/new-website/"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">April 24, 2025</time></a>
by <img class="u-photo" alt="" src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512"> <a class="p-author h-card" rel="author" href="https://waffelo.net/">Jakub Heger</a>
</span>
<b>Tags:</b><code><a href="/tags/news">news</a></code>
</p>
</div>
<div class="post-content e-content">
<p>For the past couple weeks I have been thinking about redoing my
website once again, but now, I wanted to do it properly. I wanted
to have a easy way to manage my content and make edits to the
website without redoing all the pages like I used to with my
completely pure html website. Frankly said, it was dreadful, to
change even the simplest thing like navbar link.
awa</p>
<p> </p>
<h2 id="what-does-this-mean">What does this mean?</h2>
<p>It means that I will be more active in writing again! Yay!</p>
</div>
</article>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://waffelo.net/posts/</title>
<link rel="canonical" href="https://waffelo.net/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://waffelo.net/posts/">
</head>
</html>

1
public/robots.txt Normal file
View file

@ -0,0 +1 @@
User-agent: *

35
public/sitemap.xml Normal file
View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://waffelo.net/</loc>
<lastmod>2025-04-24T13:12:13+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/stuff/</loc>
<lastmod>2025-04-24T13:12:13+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/contact/</loc>
<lastmod>2025-04-24T09:29:32+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/posts/new-website/</loc>
<lastmod>2025-04-24T08:53:12+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/tags/news/</loc>
<lastmod>2025-04-24T08:53:12+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/posts/</loc>
<lastmod>2025-04-24T08:53:12+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/tags/</loc>
<lastmod>2025-04-24T08:53:12+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/about/</loc>
<lastmod>2025-04-24T07:56:35+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/blog/</loc>
</url><url>
<loc>https://waffelo.net/home/</loc>
</url><url>
<loc>https://waffelo.net/categories/</loc>
</url>
</urlset>

45
public/stuff/index.html Normal file
View file

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<p>TODO</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

68
public/tags/index.html Normal file
View file

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/tags/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<div class="tagbutton">
<a href=/tags/news/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>news</i>"><code>news (1)</code></a>
</div>
<br>
<h2>Posts</h2>
<p>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[April 24, 2025]</time></span> -
<a href="/tags/news/">News</a><br>
</p>
<p>
<a href="https://waffelo.net/tags/index.xml"><img alt="RSS feed icon" src="https://waffelo.net/icons/rss.png"></a>
</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

20
public/tags/index.xml Normal file
View file

@ -0,0 +1,20 @@
<?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 Waffelo&#39;s Den</title>
<link>https://waffelo.net/tags/</link>
<description>Recent content in Tags on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Thu, 24 Apr 2025 08:53:12 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>News</title>
<link>https://waffelo.net/tags/news/</link>
<pubDate>Thu, 24 Apr 2025 08:53:12 +0200</pubDate>
<guid>https://waffelo.net/tags/news/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/tags/news/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<div class="tagbutton">
<a href=/tags/news/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>news</i>"><code>news (1)</code></a>
</div>
<br>
<h2>Posts</h2>
<p>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[April 24, 2025]</time></span> -
<a href="/posts/new-website/">New Website!</a><br>
</p>
<p>
<a href="https://waffelo.net/tags/news/index.xml"><img alt="RSS feed icon" src="https://waffelo.net/icons/rss.png"></a>
</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News on Waffelo&#39;s Den</title>
<link>https://waffelo.net/tags/news/</link>
<description>Recent content in News on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Thu, 24 Apr 2025 08:53:12 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/tags/news/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>New Website!</title>
<link>https://waffelo.net/posts/new-website/</link>
<pubDate>Thu, 24 Apr 2025 08:53:12 +0200</pubDate>
<guid>https://waffelo.net/posts/new-website/</guid>
<description>&lt;p&gt;For the past couple weeks I have been thinking about redoing my&#xA;website once again, but now, I wanted to do it properly. I wanted&#xA;to have a easy way to manage my content and make edits to the&#xA;website without redoing all the pages like I used to with my&#xA;completely pure html website. Frankly said, it was dreadful, to&#xA;change even the simplest thing like navbar link.&#xA;awa&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-does-this-mean&#34;&gt;What does this mean?&lt;/h2&gt;&#xA;&lt;p&gt;It means that I will be more active in writing again! Yay!&lt;/p&gt;&#xA;</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://waffelo.net/tags/news/</title>
<link rel="canonical" href="https://waffelo.net/tags/news/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/news/">
</head>
</html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://waffelo.net/tags/</title>
<link rel="canonical" href="https://waffelo.net/tags/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/">
</head>
</html>

View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.131.0">
<title>Waffelo&#39;s Den</title><link rel="stylesheet" href="https://waffelo.net/css/colors-default-dark.css">
<link rel="stylesheet" href="https://waffelo.net/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://waffelo.net/tags/ramble/index.xml" title="Waffelo's Den">
</head>
<body>
<div class="site-content">
<header>
<div class="header-container">
<div class="site-header">
<a class="site-header" href="https://waffelo.net/" style="border-bottom: gray dashed 3px;">~/Waffelo&#39;s Den</a>
</div>
<div class="site-nav">
<nav aria-label="Site menu" class="site-nav"><a class="nav-item first" href="/about">[About]</a><a class="nav-item" href="/posts">[Blog]</a><a class="nav-item" href="/contact">[Contact]</a><a class="nav-item last" href="/stuff">[Stuff]</a>
</nav>
</div>
</div>
</header>
<main class="content">
<p>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[April 24, 2025]</time></span> -
<a href="/posts/new-website/">New Website</a><br>
</p>
<p>
<a href="https://waffelo.net/tags/ramble/index.xml"><img alt="RSS feed icon" src="https://waffelo.net/icons/rss.png"></a>
</p>
</main>
<footer><div class="footer-container">
<div class="footer-text footer-right">
<p>
© 2025 Jakub Heger
</p>
</div></div>
<div class="h-card social">
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Ramble on Waffelo&#39;s Den</title>
<link>https://waffelo.net/tags/ramble/</link>
<description>Recent content in Ramble on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Thu, 24 Apr 2025 08:53:12 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/tags/ramble/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>New Website</title>
<link>https://waffelo.net/posts/new-website/</link>
<pubDate>Thu, 24 Apr 2025 08:53:12 +0200</pubDate>
<guid>https://waffelo.net/posts/new-website/</guid>
<description>&lt;p&gt;For the past couple weeks I have been thinking about redoing my&#xA;website once again, but now, I wanted to do it properly. I wanted&#xA;to have a easy way to manage my content and make edits to the&#xA;website without redoing all the pages like I used to with my&#xA;completely pure html website. Frankly said, it was dreadful, to&#xA;change even the simplest thing like navbar link.&#xA;awa&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;#center&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;text-align: center;&#34;&gt;&#xA; &lt;img src=&#34;https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512&#34; alt=&#34;My Image&#34; style=&#34;max-width:60%; height:auto;&#34;&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-does-this-mean&#34;&gt;What does this mean?&lt;/h2&gt;&#xA;&lt;p&gt;It means that I will be more active in writing again! Yay!&lt;/p&gt;&#xA;</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://waffelo.net/tags/ramble/</title>
<link rel="canonical" href="https://waffelo.net/tags/ramble/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/ramble/">
</head>
</html>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css","MediaType":"text/css","Data":{"Integrity":"sha256-0F+18xf88zs6UpNjmb329H3HdlFuFpLkEux9dvSl+qI="}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"css/coder.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css","MediaType":"text/css","Data":{"Integrity":"sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0="}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"main.min.244183cde1a38e0b08f82c11791181288f9aac1cc9618cd6f4e9e7710c5768ba.css","MediaType":"text/css","Data":{"Integrity":"sha256-JEGDzeGjjgsI+CwReRGBKI+arBzJYYzW9OnncQxXaLo="}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

1
themes/plague Submodule

@ -0,0 +1 @@
Subproject commit 4739bdb60036bd783ebd04fbf5151ab6346a63c9