blog/hello-world.html
2025-07-15 00:00:25 +00:00

45 lines
No EOL
2.1 KiB
HTML
Raw Permalink 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="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Hello World - Kumi's Blog </title>
<link href="https://googledonts.private.coffee/css2?family=Press+Start+2P&family=Open+Sans:wght@400;600&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://kumi.blog/theme/css/style.css" />
</head>
<body>
<header>
<h1>
<a href="https://kumi.blog/">Kumi's Blog</a>
</h1>
<nav>
<a href="https://kumi.blog/">Home</a>
<a href="/pages/about.html">About</a><a href="https://kumi.website">Main Site</a> <a href="https://kumi.blog/archives.html">Archives</a>
</nav>
</header>
<div class="content">
<article>
<h1>Hello World</h1>
<div class="article-info">
<span>Posted on Mon 30 December 2019</span>
<span> | Category: <a href="https://kumi.blog/category/general.html">General</a></span>
<span> | Tags:
<a href="https://kumi.blog/tag/blog.html">blog</a>
, <a href="https://kumi.blog/tag/introduction.html">introduction</a>
</span>
</div>
<div class="article-content"><p>Well, hello. These are the first lines on kumi.blog.</p>
<p>Im Kumi, this is a blog, so that should explain the name. As for the contents, Im not sure about those either. Expect to see a little bit about my life, a lot of IT related stuff (Im thinking about doing little howtos for server admins and self-datafication, for example), maybe a little politics - well, lets just all sit back and enjoy the show.</p>
<p>Thats all for now. See you all soon!</p></div>
</article>
</div>
<footer>
<p>
&copy; 2025 Kumi | Powered by <a href="https://getpelican.com">Pelican</a>, curiosity and caffeine.
</p>
</footer>
</body>
</html>