Adds first blog post

This commit is contained in:
Joe Carstairs
2024-01-14 21:06:59 +00:00
parent 4181eff961
commit cdb4315ae6
5 changed files with 209 additions and 0 deletions

42
blog/index.html Normal file
View File

@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/reset.css" />
<link rel="stylesheet" href="/base.css" />
<link rel="stylesheet" href="/hcard.css" />
</head>
<body>
<section class="h-feed">
<h1 class="p-name">
My blog
</h1>
<aside>
<p>
This blog is written by <a class="p-author h-card" href="/">Joe Carstairs</a>
</p>
<p>
<a class="u-url" href="https://joeac.net/blog">Permalink</a>
</p>
</aside>
<ul>
<li>
2024
<ul>
<li class="h-entry">
<a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion">
Hararis <i>Sapiens</i> on Religion
</a>
</li>
</ul>
</li>
</ul>
</section>
</body>
</html>