45 lines
No EOL
2.1 KiB
HTML
45 lines
No EOL
2.1 KiB
HTML
<!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>I’m Kumi, this is a blog, so that should explain the name. As for the contents, I’m not sure about those either. Expect to see a little bit about my life, a lot of IT related stuff (I’m thinking about doing little howtos for server admins and self-datafication, for example), maybe a little politics - well, let’s just all sit back and enjoy the show.</p>
|
||
<p>That’s all for now. See you all soon!</p></div>
|
||
</article>
|
||
</div>
|
||
<footer>
|
||
<p>
|
||
© 2025 Kumi | Powered by <a href="https://getpelican.com">Pelican</a>, curiosity and caffeine.
|
||
</p>
|
||
</footer>
|
||
</body>
|
||
</html> |