add HBbootsrap and encode modules

This commit is contained in:
themelm 2025-05-25 00:58:27 -07:00
parent 874ec9a12d
commit 1c09cc00dd
17 changed files with 137 additions and 62 deletions

View file

@ -1,3 +1,7 @@
[hugoVersion]
extended = false
min = "0.87.0"
[[imports]]
path = "github.com/nunocoracao/blowfish/v2"
[[imports]]
path = 'github.com/hugomods/encoder'

View file

@ -51,3 +51,7 @@ ___
{{< icon "globe" >}} find my device
{{< /button >}}
*find yo device without the man knowing*
---
### **{{< encode-link "https" "matrix.to/#/@melm:melm.xyz" "#Contact melm on Matrix" >}}**

View file

@ -12,9 +12,11 @@ title = 'melm'
lineNos = true
lineNumbersInTable = false
noClasses = false
#[module]
# [[module.imports]]
# path = 'github.com/hbstack/meta/recommended'
[module]
[[module.imports]]
path = 'github.com/hbstack/meta/recommended'
[[module.imports]]
path = 'github.com/hugomods/encoder'
[outputs]
home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest']
[permalinks]
@ -24,3 +26,13 @@ title = 'melm'
categories = 'categories'
series = 'series'
tags = 'tags'
[pwa]
[pwa.caches]
[pwa.caches.font]
strategy = 'network-first'
[pwa.caches.image]
strategy = 'network-first'
[pwa.caches.script]
strategy = 'network-first'
[pwa.caches.style]
strategy = 'network-first'

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -15,7 +15,7 @@
<link rel="canonical" href="https://melm.xyz/404.html" />
<link rel="canonical" href="http://localhost:1313/404.html" />
@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -42,11 +42,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -62,7 +62,7 @@
<meta property="og:url" content="https://melm.xyz/404.html">
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en">

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -15,7 +15,7 @@
<link rel="canonical" href="https://melm.xyz/authors/" />
<link rel="canonical" href="http://localhost:1313/authors/" />
<link rel="alternate" type="application/rss+xml" href="/authors/index.xml" title="melm" />
@ -30,8 +30,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -44,11 +44,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -64,7 +64,7 @@
<meta property="og:url" content="https://melm.xyz/authors/">
<meta property="og:url" content="http://localhost:1313/authors/">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="Authors">
<meta property="og:locale" content="en">

View file

@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Authors on melm</title>
<link>https://melm.xyz/authors/</link>
<link>http://localhost:1313/authors/</link>
<description>Recent content in Authors on melm</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>&lt;p&gt;&amp;#127789; Creative Commons&lt;/p&gt;</copyright>
<atom:link href="https://melm.xyz/authors/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -15,7 +15,7 @@
<link rel="canonical" href="https://melm.xyz/categories/" />
<link rel="canonical" href="http://localhost:1313/categories/" />
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="melm" />
@ -30,8 +30,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -44,11 +44,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -64,7 +64,7 @@
<meta property="og:url" content="https://melm.xyz/categories/">
<meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en">

View file

@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on melm</title>
<link>https://melm.xyz/categories/</link>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on melm</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>&lt;p&gt;&amp;#127789; Creative Commons&lt;/p&gt;</copyright>
<atom:link href="https://melm.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
<meta name="generator" content="Hugo 0.145.0">
<meta name="generator" content="Hugo 0.140.2"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -16,7 +16,7 @@
<link rel="canonical" href="https://melm.xyz/" />
<link rel="canonical" href="http://localhost:1313/" />
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="melm" />
@ -33,8 +33,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -47,11 +47,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -67,7 +67,7 @@
<meta property="og:url" content="https://melm.xyz/">
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="melm">
<meta property="og:locale" content="en">
@ -82,11 +82,11 @@
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https:\/\/melm.xyz\/",
"@id": "http:\/\/localhost:1313\/",
"name": "melm",
"inLanguage": "en",
"url": "https:\/\/melm.xyz\/",
"url": "http:\/\/localhost:1313\/",
"publisher" : {
"@type": "Person",
@ -292,7 +292,27 @@
</a>
<em>search for things test</em></p>
<em>search for things</em></p>
<p><a
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
href="https://element.melm.xyz"
target="_blank"
role="button"
>
<span class="relative inline-block align-text-bottom icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C114.6 32 .0272 125.1 .0272 240c0 49.63 21.35 94.98 56.97 130.7c-12.5 50.37-54.27 95.27-54.77 95.77c-2.25 2.25-2.875 5.734-1.5 8.734C1.979 478.2 4.75 480 8 480c66.25 0 115.1-31.76 140.6-51.39C181.2 440.9 217.6 448 256 448c141.4 0 255.1-93.13 255.1-208S397.4 32 256 32z"/></svg>
</span>
element
</a>
<em>talk to peeps</em></p>
<p><a
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
href="https://jellyfin.melm.xyz"
@ -431,6 +451,41 @@
</a>
<em>test yo speed to home</em></p>
<p><a
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
href="https://fmd.melm.xyz"
target="_blank"
role="button"
>
<span class="relative inline-block align-text-bottom icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.6-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z"/></svg>
</span>
find my device
</a>
<em>find yo device without the man knowing</em></p>
<hr>
<h3 class="relative group"><strong>
<a
href="&#104;&#116;&#116;&#112;&#115;&#58;&#109;&#97;&#116;&#114;&#105;&#120;&#46;&#116;&#111;&#47;&#35;&#47;&#64;&#109;&#101;&#108;&#109;&#58;&#109;&#101;&#108;&#109;&#46;&#120;&#121;&#122;"
>#Contact melm on Matrix</a></strong>
<div id="hahahugoshortcode14s10hbhb" class="anchor"></div>
<span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#hahahugoshortcode14s10hbhb" aria-label="Anchor">#</a>
</span>
</h3>
</section>
</article>
<section>

View file

@ -1,2 +1,2 @@
[{"content":" welcome, friends of melm # searXNG search for things test\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\n","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
[{"content":" welcome, friends of melm # searXNG search for things\nelement talk to peeps\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\nfind my device find yo device without the man knowing\n#Contact melm on Matrix # ","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]

View file

@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>melm</title>
<link>https://melm.xyz/</link>
<link>http://localhost:1313/</link>
<description>Recent content on melm</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>&lt;p&gt;&amp;#127789; Creative Commons&lt;/p&gt;</copyright>
<atom:link href="https://melm.xyz/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,3 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://melm.xyz/sitemap.xml
Disallow: /
Sitemap: http://localhost:1313/sitemap.xml

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -15,7 +15,7 @@
<link rel="canonical" href="https://melm.xyz/series/" />
<link rel="canonical" href="http://localhost:1313/series/" />
<link rel="alternate" type="application/rss+xml" href="/series/index.xml" title="melm" />
@ -30,8 +30,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -44,11 +44,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -64,7 +64,7 @@
<meta property="og:url" content="https://melm.xyz/series/">
<meta property="og:url" content="http://localhost:1313/series/">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="Series">
<meta property="og:locale" content="en">

View file

@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Series on melm</title>
<link>https://melm.xyz/series/</link>
<link>http://localhost:1313/series/</link>
<description>Recent content in Series on melm</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>&lt;p&gt;&amp;#127789; Creative Commons&lt;/p&gt;</copyright>
<atom:link href="https://melm.xyz/series/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://melm.xyz/</loc>
<loc>http://localhost:1313/</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -15,7 +15,7 @@
<link rel="canonical" href="https://melm.xyz/tags/" />
<link rel="canonical" href="http://localhost:1313/tags/" />
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="melm" />
@ -30,8 +30,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.1e13e9fdd1567b2ab313123ca05902f66c903eb669c07f6304d5f03978c6b395a156647c8098308d8c67a780eea126318f6ce33c46d667f2695e7429b173de92.css"
integrity="sha512-HhPp/dFWeyqzExI8oFkC9myQPrZpwH9jBNXwOXjGs5WhVmR8gJgwjYxnp4DuoSYxj2zjPEbWZ/JpXnQpsXPekg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.9644d595a61222f0aa88f53c4792bffac083255692169d36cb7f5e172a6e3ddb5b18f49b0cb7930d5159be864fc7cd17ad85b094407d4c8c2e4807660c46333e.css"
integrity="sha512-lkTVlaYSIvCqiPU8R5K/&#43;sCDJVaSFp02y39eFypuPdtbGPSbDLeTDVFZvoZPx80XrYWwlEB9TIwuSAdmDEYzPg==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -44,11 +44,11 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.38829a2d46667b3048ed12a339f7a49584d39596241b4e61e344c689c257fec016f6e18ea8a349c0a7e2b35a3ef0ab2aed556a64100ada730fc9666da5b7c29a.js"
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="" data-copied=""></script>
integrity="sha512-OIKaLUZmezBI7RKjOfeklYTTlZYkG05h40TGicJX/sAW9uGOqKNJwKfis1o&#43;8Ksq7VVqZBAK2nMPyWZtpbfCmg==" data-copy="Copy" data-copied="Copied"></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -64,7 +64,7 @@
<meta property="og:url" content="https://melm.xyz/tags/">
<meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="melm">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="en">

View file

@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on melm</title>
<link>https://melm.xyz/tags/</link>
<link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on melm</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>&lt;p&gt;&amp;#127789; Creative Commons&lt;/p&gt;</copyright>
<atom:link href="https://melm.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>