Files
Website-2026/blog.html
T
2026-07-09 12:21:33 +02:00

36 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Blog - Marcus Sailer</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<div class="container">
<h1>Blog</h1>
<p class="tag">Updates from my self-hosting and systems administration journey.</p>
<p class="header-links"><a href="index.html">Home</a><a id="git-link" href="https://git.organic-server.org/organic-CPU">Gitea</a></p>
</div>
</header>
<main class="container">
<section id="blog-intro">
<h2>Latest Posts</h2>
<p>Each entry is a plain text file in the <code>blog/</code> directory. The first line is the date/time, the second line is the title, and the rest is the post content.</p>
</section>
<section id="blog-list">
<div class="blog-feed">Loading blog posts…</div>
</section>
</main>
<footer class="site-footer">
<div class="container">© Marcus Sailer - Self-hosting & Systems Administration</div>
</footer>
<script src="js/blog.js"></script>
</body>
</html>