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

60
log_archive.html Normal file
View File

@@ -0,0 +1,60 @@
<!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="all-log-posts---the-archive">ALL Log Posts - The Archive</h1>
<p>Previous Log entries are archived here. Thats why its called the
LOG ARCHIVE.</p>
<h1 id="logs">Logs</h1>
<h2 id="section">2023</h2>
<p><a href="/log/webcall-25-02-2023.html">25-02-2023 -
WebCall</a><br /></p>
<h2 id="section-1">2022</h2>
<p><a
href="/log/choose_wpgtk_over_just_pywal-17-08-2022.html">17-08-2022 -
wpgtk is just more convenient</a><br /></p>
<h2 id="section-2">2021</h2>
<p><a href="/log/easy_file_sharing-12-09-2021.html">12-09-2021 - Awesome
file sharing tool</a><br /> <a
href="/log/images_test-02-09-2021.html">02-09-2021 - Just a
test</a><br /> <a
href="/log/what_the_fuck_google-28-08-2021.html">28-08-2021 - Tracking
sucks in general but especially when it gets too invasive</a><br /> <a
href="/log/gemini_capsule_progress-25-08-2021.html">25-08-2021 - The way
to completion</a><br /></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>