blog/build/first-entry.html
2025-07-14 20:27:40 +02:00

66 lines
No EOL
2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Liliesh">
<meta name="description" content="After around 1000 tries, here is another try on having a block.">
<link rel="alternate" href="/blog/atom.xml" type="application/atom+xml">
<link rel="stylesheet" href="/blog/style.css" type="text/css">
<title>First Entry | </title>
</head>
<body>
<header>
<h1><a href="/blog">Liliesh's Blog</a></h1>
<nav>
<h2></h2>
<ul>
<li><h2><a href="/blog">Blog</a></h2></li>
<li><h2><a href="/blog/archive.html">Archive</a></h2></li>
<li><h2><a href="/blog/tags/">Tags</a></h2></li>
</ul>
</nav>
</header>
<main>
<h2>First Entry</h2>
<aside>
<p>published on 2025-07-14
· tagged with
<a href="/blog/tags/iliketomeow.html">#iliketomeow</a>
</p>
</aside>
<h1>First Entry</h1>
<p>Well, here we go again. Another try on writing a blog. This time with a static site generator called &ldquo;blag&rdquo;.
It allows me to write my entries in markdown and then converts to html. In the past, I often struggled keeping up a blog, due to the maintenance, since I did neither want a fully static site nor something like &ldquo;Ghost&rdquo;.</p>
<p>In the coming days I&rsquo;m planning to write a blog post about how to setup your own music library at home and streaming it on the go.</p>
</main>
<footer>
<p>This website was built with <a href="https://github.com/venthur/blag">blag</a>.
<br>
Subscribe to the <a href="/blog/atom.xml">atom feed</a>.
<br>
Contact me via
<a rel="me" href="https://wetdry.world/@techfoxxo">Fediverse</a>,
<a href="https://matrix.to/#/@liliesh:catgirl.cloud">Matrix</a>
</p>
</footer>
</body>
</html>