blog/index.html
2025-07-14 00:06:46 +00:00

58 lines
No EOL
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
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">
<section>
<h2>Latest Posts</h2>
<ul class="article-list">
<li>
<h3>
<a href="https://kumi.blog/cita-a-continuous-internal-threat-assessment-for-privacy.html">CITA - A Continuous Internal Threat Assessment for Privacy</a>
</h3>
<div class="article-info">
<span>Sat 07 June 2025</span>
<span> | Category: <a href="https://kumi.blog/category/privacy.html">Privacy</a></span>
</div>
<div class="summary"><p>A framework for assessing what to share and with whom, balancing privacy and openness.</p></div>
<a href="https://kumi.blog/cita-a-continuous-internal-threat-assessment-for-privacy.html">Read more...</a>
</li>
<li>
<h3>
<a href="https://kumi.blog/hello-world.html">Hello World</a>
</h3>
<div class="article-info">
<span>Mon 30 December 2019</span>
<span> | Category: <a href="https://kumi.blog/category/general.html">General</a></span>
</div>
<div class="summary"><p>Welcome to my new blog!</p></div>
<a href="https://kumi.blog/hello-world.html">Read more...</a>
</li>
</ul>
</section>
</div>
<footer>
<p>
&copy; 2025 Kumi | Powered by <a href="https://getpelican.com">Pelican</a>, curiosity and caffeine.
</p>
</footer>
</body>
</html>