website/public/blog/index.html
2024-03-27 15:53:03 +01:00

138 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de"
dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Blog | Jan Kremer</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<h1 class="title"><a href="/">Jan Kremer</a></h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a aria-current="page" class="active" href="/blog/">Blog</a>
</li>
<li>
<a href="/micro/">Microblog</a>
</li>
<li>
<a href="/photos/">Fotos</a>
</li>
<li>
<a href="/about/">Über mich</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="list">
<time datetime="2024-03-14T00:00:00&#43;00:00">2024-03-14</time>
<h2><a href="/blog/nix/">Nix on macOS</a></h2>
<p class="lead">Moving from Homebrew to Nix. Mostly.</p>
</div>
<div class="list">
<time datetime="2023-09-25T00:00:00&#43;00:00">2023-09-25</time>
<h2><a href="/blog/git-deploy/">Deploy a website using Git</a></h2>
<p class="lead"></p>
</div>
<div class="list">
<time datetime="2023-09-09T00:00:00&#43;00:00">2023-09-09</time>
<h2><a href="/blog/geheime-botschaften/">Geheime Botschaften Simon Singh</a></h2>
<p class="lead">Buchvorstellung</p>
</div>
<div class="list">
<time datetime="2023-09-01T00:00:00&#43;00:00">2023-09-01</time>
<h2><a href="/blog/rss/">RSS</a></h2>
<p class="lead">Feeds without fuzz.</p>
</div>
<div class="list">
<time datetime="2023-08-27T00:00:00&#43;00:00">2023-08-27</time>
<h2><a href="/blog/hosting/">12 cent blog</a></h2>
<p class="lead">Hosting a website at (almost) no cost.</p>
</div>
<div class="list">
<time datetime="2023-03-22T16:47:15&#43;01:00">2023-03-22</time>
<h2><a href="/blog/git/">git</a></h2>
<p class="lead">Warum jeder git lernen sollte.</p>
</div>
<div class="list">
<time datetime="2023-01-12T15:35:23&#43;01:00">2023-01-12</time>
<h2><a href="/blog/latex/">LaTeX</a></h2>
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
</div>
<div class="list">
<time datetime="2022-12-10T00:00:00&#43;00:00">2022-12-10</time>
<h2><a href="/blog/genesis/">Genesis</a></h2>
<p class="lead">Über das Erstellen einer Webseite.</p>
</div>
</main>
<footer>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a> &emsp;&emsp; Jan Kremer &emsp;
&emsp; 20212024</p>
</footer>
</body>
</html>