.
This commit is contained in:
parent
2f51b3174a
commit
ea78ffa7f6
31 changed files with 1071 additions and 55 deletions
8
content/posts/encrypted-gentoo-install.md
Normal file
8
content/posts/encrypted-gentoo-install.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = 'Encrypted Gentoo Install'
|
||||
date = 2025-04-25T13:42:09+02:00
|
||||
draft = true
|
||||
tags = ["linux", "guide"]
|
||||
+++
|
||||
|
||||
awa
|
|
@ -12,7 +12,6 @@ theme = 'plague'
|
|||
[params]
|
||||
siteHeaderText = "~/Waffelo's Den"
|
||||
siteFooterText = "© 2025 Jakub Heger"
|
||||
DateForm = "30/12/26"
|
||||
|
||||
[params.hcard]
|
||||
avatar = "https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512"
|
||||
|
|
|
@ -27,10 +27,27 @@
|
|||
</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">
|
||||
|
|
|
@ -27,29 +27,31 @@
|
|||
</header>
|
||||
<main class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton">
|
||||
<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><br>
|
||||
<h2>Posts</h2>
|
||||
<p>
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T06:57:31+02:00">[25/04/2025]</time></span> -
|
||||
<a href="/journal/hello/">Hello</a><br>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T06:57:31+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">
|
||||
|
|
62
public/posts/encrypted-gentoo-install/index.html
Normal file
62
public/posts/encrypted-gentoo-install/index.html
Normal 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'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'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> Encrypted Gentoo Install</h1>
|
||||
<hr>
|
||||
<p class="post-date">
|
||||
<span class="post-date">
|
||||
Published on
|
||||
<a class="u-url" href="https://waffelo.net/posts/encrypted-gentoo-install/"><time class="dt-published" datetime="2025-04-25T13:42:09+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><code><a href="/tags/linux">linux</a></code> <code><a href="/tags/guide">guide</a></code>
|
||||
|
||||
</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>
|
|
@ -27,29 +27,31 @@
|
|||
</header>
|
||||
<main class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton">
|
||||
<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><br>
|
||||
<h2>Posts</h2>
|
||||
<p>
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+02:00">[24/04/2025]</time></span> -
|
||||
<a href="/posts/new-website/">New Website!</a><br>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+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">
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://waffelo.net/</loc>
|
||||
<lastmod>2025-04-25T06:57:31+02:00</lastmod>
|
||||
<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>
|
||||
|
@ -22,9 +25,6 @@
|
|||
</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>
|
||||
|
|
110
public/tags/amooongusss/index.html
Normal file
110
public/tags/amooongusss/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!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'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/amooongusss/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'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/amooongusss/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>amooongusss</i>"><code>amooongusss (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/free-tcs/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>free tcs</i>"><code>free tcs (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/green-neeedle/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>green neeedle</i>"><code>green neeedle (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/roarrrr/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>roarrrr</i>"><code>roarrrr (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/teesstttt/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>teesstttt</i>"><code>teesstttt (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/amooongusss/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/amooongusss/index.xml
Normal file
20
public/tags/amooongusss/index.xml
Normal 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>AMOOONGUSSS on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/amooongusss/</link>
|
||||
<description>Recent content in AMOOONGUSSS on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/amooongusss/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/amooongusss/page/1/index.html
Normal file
10
public/tags/amooongusss/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/amooongusss/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/amooongusss/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/amooongusss/">
|
||||
</head>
|
||||
</html>
|
110
public/tags/free-tcs/index.html
Normal file
110
public/tags/free-tcs/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!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'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/free-tcs/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'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/amooongusss/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>amooongusss</i>"><code>amooongusss (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/free-tcs/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>free tcs</i>"><code>free tcs (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/green-neeedle/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>green neeedle</i>"><code>green neeedle (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/roarrrr/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>roarrrr</i>"><code>roarrrr (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/teesstttt/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>teesstttt</i>"><code>teesstttt (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/free-tcs/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/free-tcs/index.xml
Normal file
20
public/tags/free-tcs/index.xml
Normal 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>FREE TCS on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/free-tcs/</link>
|
||||
<description>Recent content in FREE TCS on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/free-tcs/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/free-tcs/page/1/index.html
Normal file
10
public/tags/free-tcs/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/free-tcs/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/free-tcs/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/free-tcs/">
|
||||
</head>
|
||||
</html>
|
110
public/tags/green-neeedle/index.html
Normal file
110
public/tags/green-neeedle/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!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'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/green-neeedle/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'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/amooongusss/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>amooongusss</i>"><code>amooongusss (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/free-tcs/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>free tcs</i>"><code>free tcs (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/green-neeedle/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>green neeedle</i>"><code>green neeedle (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/roarrrr/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>roarrrr</i>"><code>roarrrr (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/teesstttt/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>teesstttt</i>"><code>teesstttt (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/green-neeedle/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/green-neeedle/index.xml
Normal file
20
public/tags/green-neeedle/index.xml
Normal 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>GREEN NEEEDLE on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/green-neeedle/</link>
|
||||
<description>Recent content in GREEN NEEEDLE on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/green-neeedle/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/green-neeedle/page/1/index.html
Normal file
10
public/tags/green-neeedle/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/green-neeedle/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/green-neeedle/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/green-neeedle/">
|
||||
</head>
|
||||
</html>
|
80
public/tags/guide/index.html
Normal file
80
public/tags/guide/index.html
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!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'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/guide/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'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/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/guide/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/guide/index.xml
Normal file
20
public/tags/guide/index.xml
Normal 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>Guide on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/guide/</link>
|
||||
<description>Recent content in Guide on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/guide/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/guide/page/1/index.html
Normal file
10
public/tags/guide/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/guide/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/guide/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/guide/">
|
||||
</head>
|
||||
</html>
|
|
@ -27,29 +27,31 @@
|
|||
</header>
|
||||
<main class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton">
|
||||
<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><br>
|
||||
<h2>Posts</h2>
|
||||
<p>
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+02:00">[24/04/2025]</time></span> -
|
||||
<a href="/tags/news/">News</a><br>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+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">
|
||||
|
|
80
public/tags/linux/index.html
Normal file
80
public/tags/linux/index.html
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!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'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/linux/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'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/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/linux/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/linux/index.xml
Normal file
20
public/tags/linux/index.xml
Normal 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>Linux on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/linux/</link>
|
||||
<description>Recent content in Linux on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/linux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/linux/page/1/index.html
Normal file
10
public/tags/linux/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/linux/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/linux/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/linux/">
|
||||
</head>
|
||||
</html>
|
|
@ -27,29 +27,31 @@
|
|||
</header>
|
||||
<main class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton">
|
||||
<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><br>
|
||||
<h2>Posts</h2>
|
||||
<p>
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+02:00">[24/04/2025]</time></span> -
|
||||
<a href="/posts/new-website/">New Website!</a><br>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-24T08:53:12+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">
|
||||
|
|
110
public/tags/roarrrr/index.html
Normal file
110
public/tags/roarrrr/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!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'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/roarrrr/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'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/amooongusss/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>amooongusss</i>"><code>amooongusss (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/free-tcs/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>free tcs</i>"><code>free tcs (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/green-neeedle/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>green neeedle</i>"><code>green neeedle (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/roarrrr/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>roarrrr</i>"><code>roarrrr (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/teesstttt/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>teesstttt</i>"><code>teesstttt (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/roarrrr/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/roarrrr/index.xml
Normal file
20
public/tags/roarrrr/index.xml
Normal 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>ROARRRR on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/roarrrr/</link>
|
||||
<description>Recent content in ROARRRR on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/roarrrr/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/roarrrr/page/1/index.html
Normal file
10
public/tags/roarrrr/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/roarrrr/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/roarrrr/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/roarrrr/">
|
||||
</head>
|
||||
</html>
|
110
public/tags/teesstttt/index.html
Normal file
110
public/tags/teesstttt/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!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'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/teesstttt/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'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/amooongusss/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>amooongusss</i>"><code>amooongusss (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/free-tcs/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>free tcs</i>"><code>free tcs (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/green-neeedle/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>green neeedle</i>"><code>green neeedle (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/guide/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>guide</i>"><code>guide (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/linux/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>linux</i>"><code>linux (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/roarrrr/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>roarrrr</i>"><code>roarrrr (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href=/tags/teesstttt/ style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>teesstttt</i>"><code>teesstttt (1)</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="2025-04-25T13:42:09+02:00">[25/04/2025]</time></span> - <a href="/posts/encrypted-gentoo-install/">Encrypted Gentoo Install</a><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><a href="https://waffelo.net/tags/teesstttt/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/teesstttt/index.xml
Normal file
20
public/tags/teesstttt/index.xml
Normal 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>TEESSTTTT on Waffelo's Den</title>
|
||||
<link>https://waffelo.net/tags/teesstttt/</link>
|
||||
<description>Recent content in TEESSTTTT on Waffelo's Den</description>
|
||||
<generator>Hugo 0.131.0</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 13:42:09 +0200</lastBuildDate>
|
||||
<atom:link href="https://waffelo.net/tags/teesstttt/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Encrypted Gentoo Install</title>
|
||||
<link>https://waffelo.net/posts/encrypted-gentoo-install/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 13:42:09 +0200</pubDate>
|
||||
<guid>https://waffelo.net/posts/encrypted-gentoo-install/</guid>
|
||||
<description><p>awa</p>
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
10
public/tags/teesstttt/page/1/index.html
Normal file
10
public/tags/teesstttt/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://waffelo.net/tags/teesstttt/</title>
|
||||
<link rel="canonical" href="https://waffelo.net/tags/teesstttt/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://waffelo.net/tags/teesstttt/">
|
||||
</head>
|
||||
</html>
|
|
@ -1,25 +1,27 @@
|
|||
{{ define "main" }}
|
||||
{{ range .Paginator.Pages }}
|
||||
|
||||
<!-- Tags -->
|
||||
{{range $name, $taxonomy := .Site.Taxonomies.tags}} {{ $cnt := .Count }}
|
||||
{{ with $.Site.GetPage (printf "/tags/%s" $name) }}
|
||||
<div class="tagbutton">
|
||||
<div class="tagbutton" style="display: inline;">
|
||||
<a href={{ .RelPermalink }} style="text-decoration: none; color: var(--text-color);" title="All pages with tag <i>{{$name}}</i>"><code>{{$name}} ({{$cnt}})</code></a>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
<br>
|
||||
|
||||
<!-- Posts -->
|
||||
<br><br>
|
||||
<h2>Posts</h2>
|
||||
<p>
|
||||
<span class="post-date"><time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">[{{ .Date | time.Format "02/01/2006" }}]</time></span> -
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a><br>
|
||||
</p>
|
||||
|
||||
|
||||
{{ range .Paginator.Pages }}
|
||||
|
||||
<span class="post-date"><time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">[{{ .Date | time.Format "02/01/2006" }}]</time></span> - <a href="{{ .RelPermalink }}">{{ .Title }}</a><br>
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
{{ with .OutputFormats.Get "rss" -}}
|
||||
<p><a href="{{ .Permalink }}"><img alt="RSS feed icon" src="{{ "icons/rss.png" | absURL }}"></a></p>
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue