summaryrefslogtreecommitdiff
path: root/blog/index.html
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-30 16:32:17 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-30 16:43:22 +0000
commit261d89ebed13691e72312f44339063fee93130ac (patch)
tree43cb6f1a9804352f666efaaee2bf7d6189906f08 /blog/index.html
parent9cb047768f79f3d14a5c6bcf420e76d600a20f2d (diff)
Astro initial commit
Diffstat (limited to 'blog/index.html')
-rw-r--r--blog/index.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644
index 65bc338..0000000
--- a/blog/index.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!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/03/30/easter">
- Why Easter is the best week of the year
- </a>
- </li>
- <li class="h-entry">
- <a class="u-url p-name" href="/blog/2024/01/29/euhwc_toast_to_lasses_2024">
- EUHWC Toast to the Lasses
- </a>
- </li>
- <li class="h-entry">
- <a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion">
- Harari’s <i>Sapiens</i> on Religion
- </a>
- </li>
- </ul>
- </li>
- </ul>
- </section>
- </body>
-</html>
-