45 lines
1.9 KiB
HTML
45 lines
1.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
|
||
|
<title>Zaydblog</title>
|
||
|
<link rel="stylesheet" href="/assets/css/main.css">
|
||
|
|
||
|
|
||
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.xml">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<nav class="navbar">
|
||
|
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||
|
<li><a href="/">Home</a></li>
|
||
|
<li><a href="/blog/">Index</a></li>
|
||
|
<li><a href="/blog/atom.xml">Atom</a></li>
|
||
|
</nav>
|
||
|
<main>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">Zaydsite now</h1>
|
||
|
<h2 class="post-date">2025-01-24</h2>
|
||
|
<p>Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to
|
||
|
actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get
|
||
|
updates on the shit I say.</p>
|
||
|
<p>Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes
|
||
|
it fairly easy to make custom themes compared to other static site generators. There's no JavaScript
|
||
|
on this site and it's kept fairly light in general. Everything <em>should</em> work in browsers like EWW,
|
||
|
w3m, links, etc. All the fonts here are WOFF2 though, so some browsers like Dillo won't fetch those
|
||
|
properly.</p>
|
||
|
<p>There is a Tor version of this site available <a href="http://dhrglakamniet5jtehkb7rp7zdqhzw6trkum3dieoeenszttgcjle6yd.onion/">here</a>
|
||
|
if you're not already reading this there. I2P and Yggdrasil might also come soon, not sure about those.</p>
|
||
|
<p>There seems to be a bug with importing my Atom feed to RSS Guard making the entries really tall for
|
||
|
some reason, no idea what's causing it, but I'll try to fix that soon.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|