This commit is contained in:
2024-12-19 13:39:49 +02:00
commit d3861a3748
50 changed files with 1818 additions and 0 deletions

43
mblog/mblog.gmi Normal file
View File

@@ -0,0 +1,43 @@
# Microblogging 📔
A place for random thoughts. Always random ☕
## Tue 28 Feb 2023 22:42 EET
With the latest additions to the site it is now possible to give me a call or text me without the need for any authentication 😎
## Wed 17 Aug 2022 01:47 EEST
Made another little post after almost a year 🥳
## Thu 02 Sep 2021 22:23 EEST
Just discovered how to have new lines in zsh 🤨
Like this
## Thu 02 Sep 2021 20:51 EEST
Images should work I guess 🤔
=> ../images/pic-selected-02-09-21_19-50-18.png Image
## Mon 30 Aug 2021 15:49 EEST
Ready to study 🖊️
## Sun 29 Aug 2021 05:48 EEST
Showing miniblog to Tzella. She finds it cute 😝
## Sun 29 Aug 2021 00:22 EEST
That lace script Drew wrote works like a charm.
Haven't tested it with othet people's tiny logs but so far so good 💪
## Wed 25 Aug 2021 14:39 EEST
Drew's script now works for me too
## Wed 25 Aug 2021 13:01 EEST
another secret post
## Tue 24 Aug 2021 13:22 EEST
secret post
## Sat 21 Aug 2021 21:54 EEST
test post 🕶️
## Sat 21 Aug 2021 21:52 EEST
My first post here
=> ..

70
mblog/mblog.html Normal file
View File

@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<title>Konsthol</title>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<link rel="alternate" type="application/atom+xml" title="RSS Feed" href="/rss.xml">
<link rel="stylesheet" href="/css/style.css" >
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<script>
(function(d,t) {
var BASE_URL="https://chat.konsthol.eu";
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=BASE_URL+"/packs/js/sdk.js";
g.defer = true;
g.async = true;
s.parentNode.insertBefore(g,s);
window.chatwootSettings = {
darkMode: "dark"
};
g.onload=function(){
window.chatwootSDK.run({
websiteToken: 'rYqPF7TtnospKkLhtjf5LkPy',
baseUrl: BASE_URL
})
}
})(document,"script");
</script>
</head>
<body>
<section>
<h1 id="microblogging">Microblogging 📔</h1>
<p>A place for random thoughts. Always random ☕</p>
<h2 id="tue-28-feb-2023-2242-eet">Tue 28 Feb 2023 22:42 EET</h2>
<p>With the latest additions to the site it is now possible to give me a
call or text me without the need for any authentication 😎</p>
<h2 id="wed-17-aug-2022-0147-eest">Wed 17 Aug 2022 01:47 EEST</h2>
<p>Made another little post after almost a year 🥳</p>
<h2 id="thu-02-sep-2021-2223-eest">Thu 02 Sep 2021 22:23 EEST</h2>
<p>Just discovered how to have new lines in zsh 🤨 Like this</p>
<h2 id="thu-02-sep-2021-2051-eest">Thu 02 Sep 2021 20:51 EEST</h2>
<p>Images should work I guess 🤔<br />
<a
href="../images/pic-selected-02-09-21_19-50-18.png">Image</a><br /></p>
<h2 id="mon-30-aug-2021-1549-eest">Mon 30 Aug 2021 15:49 EEST</h2>
<p>Ready to study 🖊️</p>
<h2 id="sun-29-aug-2021-0548-eest">Sun 29 Aug 2021 05:48 EEST</h2>
<p>Showing miniblog to Tzella. She finds it cute 😝</p>
<h2 id="sun-29-aug-2021-0022-eest">Sun 29 Aug 2021 00:22 EEST</h2>
<p>That lace script Drew wrote works like a charm. Havent tested it
with othet peoples tiny logs but so far so good 💪</p>
<h2 id="wed-25-aug-2021-1439-eest">Wed 25 Aug 2021 14:39 EEST</h2>
<p>Drews script now works for me too</p>
<h2 id="wed-25-aug-2021-1301-eest">Wed 25 Aug 2021 13:01 EEST</h2>
<p>another secret post</p>
<h2 id="tue-24-aug-2021-1322-eest">Tue 24 Aug 2021 13:22 EEST</h2>
<p>secret post</p>
<h2 id="sat-21-aug-2021-2154-eest">Sat 21 Aug 2021 21:54 EEST</h2>
<p>test post 🕶️</p>
<h2 id="sat-21-aug-2021-2152-eest">Sat 21 Aug 2021 21:52 EEST</h2>
<p>My first post here</p>
<p><a href="..">..</a></p>
<footer>
<a id="gemyo" href="gemini://konsthol.eu/"><img src="/images/best_viewed_on_gemini.png" /></a>
</footer>
</section>
</body>
</html>