This commit is contained in:
Waffelo 2025-04-28 07:36:51 +02:00
parent d3c7459ebc
commit b952b29b83
130 changed files with 4129 additions and 172 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
public

45
ara/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>

72
ara/about/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="about-me">About me</h1>
<br />
<div class="about-container">
<img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3" width="200px">
<div class="about-info" style="margin-left: 20px;">
<h2 style="font-weight:900;">Waffelo</h2>
<i>(Jakub Heger)</i><br>
<a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="Total time coded since Mar 28 2022" /></a><br>
<p><b>Age:</b> 20</p>
<p><b>Occupation:</b> Server Technician</p>
<p><b>Focus:</b> Linux systems</p>
<p><b>Running:</b> Gentoo</p>
</div>
</div>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>roar
</span></span></code></pre></div><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> </p>
<h3 id="todo">TODO:</h3>
<ul>
<li>my hardware and system</li>
<li>my skills</li>
<li>my meshtastic nodes</li>
</ul>
<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
ara/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>

64
ara/categories/index.html Normal file
View file

@ -0,0 +1,64 @@
<!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">
<div class="tagbutton" style="display: inline;">
<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><br>
<h2>Posts</h2>
<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>

12
ara/categories/index.xml Normal file
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
ara/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></p>
<p><strong>Email:</strong> <code>contact@waffelo.net</code> <a href="mailto://contact@waffelo.net">(quick link)</a></p>
<p> 
 </p>
<h2 id="sites">Sites</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,32 @@
:root {
--background: #1b1919;
--foreground: #cdcdcd; /* text */
--accent:;
--borders: #2f2d2d;
--links: var(--accent);
/*Replacing these*/
--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;
}
}

2337
ara/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load diff

338
ara/css/style.css Normal file
View file

@ -0,0 +1,338 @@
.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;
border: 1px solid var(--borders);
}
html {
padding: 25px;
}
body {
background: var(--background-color);
color: var(--text-color);
font-family: monospace;
font-size: 13.8px;
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;
}
.about-container {
display: flex;
border: var(--borders) dashed 2px;
padding: 15px;
}
.about-info p {
margin-bottom: -15px;
}
pre, code {
font-family: 'SF Mono', 'Consolas', monospace;
font-size: 14px;
}
pre!important {
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 (max-width: 800px) {
html {
padding: 10px;
}
.about-container {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 25px;
}
.nav-item a {
margin-left: -10px;
}
}
@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.
}

BIN
ara/fonts/FontAwesome.otf Normal file

Binary file not shown.

BIN
ara/icons/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

83
ara/index.html Normal file
View file

@ -0,0 +1,83 @@
<!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">
<h2><span style="color:gray;">#</span> Recent posts</h2>
<div style="display: flex; border: 2px dashed var(--preformatted-background-color); padding:15px; margin:15px;">
<div style="width:100%;">
<h2> Blog 📜 </h2>
<ul>
<li>[24/04/2025] - <a href="/posts/new-website/">New Website!</a></li>
</ul>
</div>
<div style="width:15%;"></div>
<div style="width:100%;">
<h2> Journal 📓 </h2>
<ul>
<li>[25/04/2025] - <a href="/journal/hello/">Hello</a></li>
</ul>
</div>
</div>
<br>
<center><h1>Welcome!</h1></center><br>
Hi! Welcome to my personal website and blog. I made this
website to present myself, my projects, thoughts and opinions. I hope
to post here regularly since I remade my website in static site generator.
This website is primarly focused on topics such as technology and topics,
but it is not limited to them. I like to ramble about other things too.
<p> 
 </p>
<center>
<img src="/pictures/fursona/stickers/eyesdragon.png" width="240px">
<br><i>Eyesdragon</i>
</center>
</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
ara/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>Fri, 25 Apr 2025 06:57:31 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello</title>
<link>https://waffelo.net/journal/hello/</link>
<pubDate>Fri, 25 Apr 2025 06:57:31 +0200</pubDate>
<guid>https://waffelo.net/journal/hello/</guid>
<description></description>
</item>
<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;h1 id=&#34;stuff&#34;&gt;Stuff&lt;/h1&gt;&#xA;&lt;p&gt;Here are some less important things that wouldn&amp;rsquo;t fit to navigation bar.&#xA;Things will be added soon.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#&#34;&gt;Shop&lt;/a&gt; - Things I sell and services I offer&lt;/li&gt;&#xA;&lt;/ul&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;/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;sites&#34;&gt;Sites&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 last couple weeks I have been thinking about starting&#xA;a new website more than usually. It was in my bucket list, however&#xA;I never really got to it because I didn&amp;rsquo;t want to spend too much&#xA;time figuring confusing Hugo out. I could make purely html blog&#xA;website like I did many times before, but I didn&amp;rsquo;t want that anymore.&#xA;Not being able to manage blog posts properly was a huge deal for me.&#xA;If i wanted to change something in website structure, I would have to&#xA;edit every single page, and I had many journal posts. This demotivated&#xA;me a lot in continuing with my websites and blogging.&lt;/p&gt;&#xA;&lt;p&gt;Recently I have moved and got a new job. I finally got a tech related&#xA;job where I can also use computer. In this new job I sometimes need&#xA;to wait for some things for some periods of time, so why not use it for&#xA;things like learning, managing my server and redoing my website. So I&#xA;quickly set up neovim as IDE on my server and started doing it trough&#xA;SSH. This might seem strange, but I am forced to use Windows at work, which&#xA;is unusable for me. I don&amp;rsquo;t really know how to use it, it feels dumb and&#xA;on top of that it is restricted as heck. Everything is connected to&#xA;different systems and Microsoft ecosystem. I barely can install software&#xA;because of the restrictions. I really would rather use bare TTY on Linux&#xA;than Windows itself.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/spit_fire.png&#34; width=&#34;280px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-now&#34;&gt;What now?&lt;/h2&gt;&#xA;&lt;p&gt;From this point, you can finally bookmark my website and check on it once in&#xA;a while, since it is set up in a better system which motivates me now. Or you&#xA;can also add this blog to your reader with &lt;a href=&#34;https://waffelo.net/posts/index.xml&#34;&gt;RSS&lt;/a&gt;.&#xA;I will be actually trying to keep this blog alive now, since it is also giving&#xA;me some benefits like learning how to write better, finding interesting people,&#xA;expressing my ideas and some more.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/think.png&#34; width=&#34;220px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;is-the-website-finished&#34;&gt;Is the website finished?&lt;/h2&gt;&#xA;&lt;p&gt;Absolutely not. I still have a lot of things to polish and change. I got the theme&#xA;from some randomg repository on Github (it is GPLv3) and it helped me understand&#xA;HUGO more, I would attribute the creator more but I feel like I changed the theme&#xA;nearly completely to my likings. But I think it was called Plague.&lt;/p&gt;&#xA;&lt;p&gt;So, as some might know me. I am almost never pleased with the things I create, so my&#xA;website will keep getting edits and improvements. Who knows how long it will be until&#xA;I decide to create a new theme. But it certainly won&amp;rsquo;t make the website inaccesible&#xA;like it did before. So don&amp;rsquo;t worry, if anyone even worries.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-else-is-to-be-done&#34;&gt;What else is to be done?&lt;/h2&gt;&#xA;&lt;p&gt;There are quite a few things that need to be done on this website, like creating couple&#xA;new pages like store, fursona info, favorite pages, etc.. But I also need to tweak&#xA;the theme more, I need to figure out the layouts which I want to use, colors and shapes.&#xA;I want to redo the about me page completely, for now there will be text from my old&#xA;website as placeholder. I also want to play more with the index homepage more. You will&#xA;see by the time.&lt;/p&gt;&#xA;&lt;p&gt;I will be also getting more stickers and illustrations for this website, I am currently&#xA;talking with my artist about the things like logos and icons.&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &#xA; &lt;/p&gt;&#xA;&lt;p&gt;So now that I have a better start, I am ready to resume my website dingly tingly dragoning.&#xA;Thank you for readhing this post, and stay tuned for more things I will have to yap about :D&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;br /&gt;&#xA;&lt;div class=&#34;about-container&#34;&gt;&#xA; &lt;img src=&#34;https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3&#34; width=&#34;200px&#34;&gt;&#xA; &lt;div class=&#34;about-info&#34; style=&#34;margin-left: 20px;&#34;&gt;&#xA; &lt;h2 style=&#34;font-weight:900;&#34;&gt;Waffelo&lt;/h2&gt;&#xA; &lt;i&gt;(Jakub Heger)&lt;/i&gt;&lt;br&gt;&#xA; &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;Total time coded since Mar 28 2022&#34; /&gt;&lt;/a&gt;&lt;br&gt;&#xA; &lt;p&gt;&lt;b&gt;Age:&lt;/b&gt; 20&lt;/p&gt;&#xA; &lt;p&gt;&lt;b&gt;Occupation:&lt;/b&gt; Server Technician&lt;/p&gt;&#xA; &lt;p&gt;&lt;b&gt;Focus:&lt;/b&gt; Linux systems&lt;/p&gt;&#xA; &lt;p&gt;&lt;b&gt;Running:&lt;/b&gt; Gentoo&lt;/p&gt;&#xA; &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;roar&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&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;/p&gt;&#xA;&lt;h3 id=&#34;todo&#34;&gt;TODO:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;my hardware and system&lt;/li&gt;&#xA;&lt;li&gt;my skills&lt;/li&gt;&#xA;&lt;li&gt;my meshtastic nodes&lt;/li&gt;&#xA;&lt;/ul&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>
</channel>
</rss>

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> Hello</h1>
<hr>
<p class="post-date">
<span class="post-date">
Published on
<a class="u-url" href="https://waffelo.net/journal/hello/"><time class="dt-published" datetime="2025-04-25T06:57:31&#43;02:00">April 25, 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>
</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>

68
ara/journal/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/journal/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" style="display: inline;">
<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><br>
<h2>Posts</h2>
<span class="post-date"><time class="dt-published" datetime="2025-04-25T06:57:31&#43;02:00">[25/04/2025]</time></span> - <a href="/journal/hello/">Hello</a><br>
<p><a href="https://waffelo.net/journal/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
ara/journal/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>Journals on Waffelo&#39;s Den</title>
<link>https://waffelo.net/journal/</link>
<description>Recent content in Journals on Waffelo&#39;s Den</description>
<generator>Hugo 0.131.0</generator>
<language>en-us</language>
<lastBuildDate>Fri, 25 Apr 2025 06:57:31 +0200</lastBuildDate>
<atom:link href="https://waffelo.net/journal/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello</title>
<link>https://waffelo.net/journal/hello/</link>
<pubDate>Fri, 25 Apr 2025 06:57:31 +0200</pubDate>
<guid>https://waffelo.net/journal/hello/</guid>
<description></description>
</item>
</channel>
</rss>

View file

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

BIN
ara/pictures/button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View file

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View file

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View file

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

View file

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View file

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View file

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View file

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View file

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View file

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View file

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View file

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View file

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View file

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

BIN
ara/pictures/solder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

68
ara/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" style="display: inline;">
<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><br>
<h2>Posts</h2>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[24/04/2025]</time></span> - <a href="/posts/new-website/">New Website!</a><br>
<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
ara/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 last couple weeks I have been thinking about starting&#xA;a new website more than usually. It was in my bucket list, however&#xA;I never really got to it because I didn&amp;rsquo;t want to spend too much&#xA;time figuring confusing Hugo out. I could make purely html blog&#xA;website like I did many times before, but I didn&amp;rsquo;t want that anymore.&#xA;Not being able to manage blog posts properly was a huge deal for me.&#xA;If i wanted to change something in website structure, I would have to&#xA;edit every single page, and I had many journal posts. This demotivated&#xA;me a lot in continuing with my websites and blogging.&lt;/p&gt;&#xA;&lt;p&gt;Recently I have moved and got a new job. I finally got a tech related&#xA;job where I can also use computer. In this new job I sometimes need&#xA;to wait for some things for some periods of time, so why not use it for&#xA;things like learning, managing my server and redoing my website. So I&#xA;quickly set up neovim as IDE on my server and started doing it trough&#xA;SSH. This might seem strange, but I am forced to use Windows at work, which&#xA;is unusable for me. I don&amp;rsquo;t really know how to use it, it feels dumb and&#xA;on top of that it is restricted as heck. Everything is connected to&#xA;different systems and Microsoft ecosystem. I barely can install software&#xA;because of the restrictions. I really would rather use bare TTY on Linux&#xA;than Windows itself.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/spit_fire.png&#34; width=&#34;280px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-now&#34;&gt;What now?&lt;/h2&gt;&#xA;&lt;p&gt;From this point, you can finally bookmark my website and check on it once in&#xA;a while, since it is set up in a better system which motivates me now. Or you&#xA;can also add this blog to your reader with &lt;a href=&#34;https://waffelo.net/posts/index.xml&#34;&gt;RSS&lt;/a&gt;.&#xA;I will be actually trying to keep this blog alive now, since it is also giving&#xA;me some benefits like learning how to write better, finding interesting people,&#xA;expressing my ideas and some more.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/think.png&#34; width=&#34;220px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;is-the-website-finished&#34;&gt;Is the website finished?&lt;/h2&gt;&#xA;&lt;p&gt;Absolutely not. I still have a lot of things to polish and change. I got the theme&#xA;from some randomg repository on Github (it is GPLv3) and it helped me understand&#xA;HUGO more, I would attribute the creator more but I feel like I changed the theme&#xA;nearly completely to my likings. But I think it was called Plague.&lt;/p&gt;&#xA;&lt;p&gt;So, as some might know me. I am almost never pleased with the things I create, so my&#xA;website will keep getting edits and improvements. Who knows how long it will be until&#xA;I decide to create a new theme. But it certainly won&amp;rsquo;t make the website inaccesible&#xA;like it did before. So don&amp;rsquo;t worry, if anyone even worries.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-else-is-to-be-done&#34;&gt;What else is to be done?&lt;/h2&gt;&#xA;&lt;p&gt;There are quite a few things that need to be done on this website, like creating couple&#xA;new pages like store, fursona info, favorite pages, etc.. But I also need to tweak&#xA;the theme more, I need to figure out the layouts which I want to use, colors and shapes.&#xA;I want to redo the about me page completely, for now there will be text from my old&#xA;website as placeholder. I also want to play more with the index homepage more. You will&#xA;see by the time.&lt;/p&gt;&#xA;&lt;p&gt;I will be also getting more stickers and illustrations for this website, I am currently&#xA;talking with my artist about the things like logos and icons.&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &#xA; &lt;/p&gt;&#xA;&lt;p&gt;So now that I have a better start, I am ready to resume my website dingly tingly dragoning.&#xA;Thank you for readhing this post, and stay tuned for more things I will have to yap about :D&lt;/p&gt;&#xA;</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,120 @@
<!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 last couple weeks I have been thinking about starting
a new website more than usually. It was in my bucket list, however
I never really got to it because I didn&rsquo;t want to spend too much
time figuring confusing Hugo out. I could make purely html blog
website like I did many times before, but I didn&rsquo;t want that anymore.
Not being able to manage blog posts properly was a huge deal for me.
If i wanted to change something in website structure, I would have to
edit every single page, and I had many journal posts. This demotivated
me a lot in continuing with my websites and blogging.</p>
<p>Recently I have moved and got a new job. I finally got a tech related
job where I can also use computer. In this new job I sometimes need
to wait for some things for some periods of time, so why not use it for
things like learning, managing my server and redoing my website. So I
quickly set up neovim as IDE on my server and started doing it trough
SSH. This might seem strange, but I am forced to use Windows at work, which
is unusable for me. I don&rsquo;t really know how to use it, it feels dumb and
on top of that it is restricted as heck. Everything is connected to
different systems and Microsoft ecosystem. I barely can install software
because of the restrictions. I really would rather use bare TTY on Linux
than Windows itself.</p>
<center>
<img src="/pictures/fursona/stickers/spit_fire.png" width="280px">
</center>
<p> </p>
<h2 id="what-now">What now?</h2>
<p>From this point, you can finally bookmark my website and check on it once in
a while, since it is set up in a better system which motivates me now. Or you
can also add this blog to your reader with <a href="https://waffelo.net/posts/index.xml">RSS</a>.
I will be actually trying to keep this blog alive now, since it is also giving
me some benefits like learning how to write better, finding interesting people,
expressing my ideas and some more.</p>
<center>
<img src="/pictures/fursona/stickers/think.png" width="220px">
</center>
<p> </p>
<h2 id="is-the-website-finished">Is the website finished?</h2>
<p>Absolutely not. I still have a lot of things to polish and change. I got the theme
from some randomg repository on Github (it is GPLv3) and it helped me understand
HUGO more, I would attribute the creator more but I feel like I changed the theme
nearly completely to my likings. But I think it was called Plague.</p>
<p>So, as some might know me. I am almost never pleased with the things I create, so my
website will keep getting edits and improvements. Who knows how long it will be until
I decide to create a new theme. But it certainly won&rsquo;t make the website inaccesible
like it did before. So don&rsquo;t worry, if anyone even worries.</p>
<p> </p>
<h2 id="what-else-is-to-be-done">What else is to be done?</h2>
<p>There are quite a few things that need to be done on this website, like creating couple
new pages like store, fursona info, favorite pages, etc.. But I also need to tweak
the theme more, I need to figure out the layouts which I want to use, colors and shapes.
I want to redo the about me page completely, for now there will be text from my old
website as placeholder. I also want to play more with the index homepage more. You will
see by the time.</p>
<p>I will be also getting more stickers and illustrations for this website, I am currently
talking with my artist about the things like logos and icons.</p>
<p> 
 
 </p>
<p>So now that I have a better start, I am ready to resume my website dingly tingly dragoning.
Thank you for readhing this post, and stay tuned for more things I will have to yap about :D</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
ara/robots.txt Normal file
View file

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

39
ara/sitemap.xml Normal file
View file

@ -0,0 +1,39 @@
<?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-25T13:42:09+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/posts/</loc>
<lastmod>2025-04-25T13:42:09+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/journal/hello/</loc>
<lastmod>2025-04-25T06:57:31+02:00</lastmod>
</url><url>
<loc>https://waffelo.net/journal/</loc>
<lastmod>2025-04-25T06:57:31+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/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/categories/</loc>
</url>
</urlset>

51
ara/stuff/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="stuff">Stuff</h1>
<p>Here are some less important things that wouldn&rsquo;t fit to navigation bar.
Things will be added soon.</p>
<p> </p>
<ul>
<li><a href="#">Shop</a> - Things I sell and services I offer</li>
</ul>
</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
ara/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" style="display: inline;">
<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><br>
<h2>Posts</h2>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[24/04/2025]</time></span> - <a href="/tags/news/">News</a><br>
<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
ara/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>

68
ara/tags/news/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/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" style="display: inline;">
<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><br>
<h2>Posts</h2>
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12&#43;02:00">[24/04/2025]</time></span> - <a href="/posts/new-website/">New Website!</a><br>
<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>

20
ara/tags/news/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>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 last couple weeks I have been thinking about starting&#xA;a new website more than usually. It was in my bucket list, however&#xA;I never really got to it because I didn&amp;rsquo;t want to spend too much&#xA;time figuring confusing Hugo out. I could make purely html blog&#xA;website like I did many times before, but I didn&amp;rsquo;t want that anymore.&#xA;Not being able to manage blog posts properly was a huge deal for me.&#xA;If i wanted to change something in website structure, I would have to&#xA;edit every single page, and I had many journal posts. This demotivated&#xA;me a lot in continuing with my websites and blogging.&lt;/p&gt;&#xA;&lt;p&gt;Recently I have moved and got a new job. I finally got a tech related&#xA;job where I can also use computer. In this new job I sometimes need&#xA;to wait for some things for some periods of time, so why not use it for&#xA;things like learning, managing my server and redoing my website. So I&#xA;quickly set up neovim as IDE on my server and started doing it trough&#xA;SSH. This might seem strange, but I am forced to use Windows at work, which&#xA;is unusable for me. I don&amp;rsquo;t really know how to use it, it feels dumb and&#xA;on top of that it is restricted as heck. Everything is connected to&#xA;different systems and Microsoft ecosystem. I barely can install software&#xA;because of the restrictions. I really would rather use bare TTY on Linux&#xA;than Windows itself.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/spit_fire.png&#34; width=&#34;280px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-now&#34;&gt;What now?&lt;/h2&gt;&#xA;&lt;p&gt;From this point, you can finally bookmark my website and check on it once in&#xA;a while, since it is set up in a better system which motivates me now. Or you&#xA;can also add this blog to your reader with &lt;a href=&#34;https://waffelo.net/posts/index.xml&#34;&gt;RSS&lt;/a&gt;.&#xA;I will be actually trying to keep this blog alive now, since it is also giving&#xA;me some benefits like learning how to write better, finding interesting people,&#xA;expressing my ideas and some more.&lt;/p&gt;&#xA;&lt;center&gt;&#xA; &lt;img src=&#34;https://waffelo.net/pictures/fursona/stickers/think.png&#34; width=&#34;220px&#34;&gt;&#xA;&lt;/center&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;is-the-website-finished&#34;&gt;Is the website finished?&lt;/h2&gt;&#xA;&lt;p&gt;Absolutely not. I still have a lot of things to polish and change. I got the theme&#xA;from some randomg repository on Github (it is GPLv3) and it helped me understand&#xA;HUGO more, I would attribute the creator more but I feel like I changed the theme&#xA;nearly completely to my likings. But I think it was called Plague.&lt;/p&gt;&#xA;&lt;p&gt;So, as some might know me. I am almost never pleased with the things I create, so my&#xA;website will keep getting edits and improvements. Who knows how long it will be until&#xA;I decide to create a new theme. But it certainly won&amp;rsquo;t make the website inaccesible&#xA;like it did before. So don&amp;rsquo;t worry, if anyone even worries.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h2 id=&#34;what-else-is-to-be-done&#34;&gt;What else is to be done?&lt;/h2&gt;&#xA;&lt;p&gt;There are quite a few things that need to be done on this website, like creating couple&#xA;new pages like store, fursona info, favorite pages, etc.. But I also need to tweak&#xA;the theme more, I need to figure out the layouts which I want to use, colors and shapes.&#xA;I want to redo the about me page completely, for now there will be text from my old&#xA;website as placeholder. I also want to play more with the index homepage more. You will&#xA;see by the time.&lt;/p&gt;&#xA;&lt;p&gt;I will be also getting more stickers and illustrations for this website, I am currently&#xA;talking with my artist about the things like logos and icons.&lt;/p&gt;&#xA;&lt;p&gt; &#xA; &#xA; &lt;/p&gt;&#xA;&lt;p&gt;So now that I have a better start, I am ready to resume my website dingly tingly dragoning.&#xA;Thank you for readhing this post, and stay tuned for more things I will have to yap about :D&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>

Some files were not shown because too many files have changed in this diff Show more