summary refs log tree commit diff
path: root/posts/index.html
diff options
context:
space:
mode:
authorAshelyn Rose <git@tempest.dev>2023-05-08 02:17:40 -0600
committerAshelyn Rose <git@tempest.dev>2023-05-08 02:17:40 -0600
commit880cfbeb74546056feab63ed6e92a10c0dbaf2c3 (patch)
tree33c7429bd5b1b968d74c74a4b7fbf0aa072111f7 /posts/index.html
parent885d95d889633e312567d891831d74d9e120e5b8 (diff)
New layout, uses nextjs
Diffstat (limited to 'posts/index.html')
-rw-r--r--posts/index.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/posts/index.html b/posts/index.html
deleted file mode 100644
index 05beb66..0000000
--- a/posts/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Posts</title>
-    <link rel="stylesheet" href="/resources/style.css"/>
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-  </head>
-  <body>
-    <nav>
-      <a href="/">Home</a>
-      <a href="/about.html">About</a>
-      <a href="/posts/">Posts</a>
-    </nav>
-    <h1>
-      Posts
-    </h1>
-    <h2>2023</h2>
-    <ul class="posts">
-      <li>
-        <span>January 4</span>
-        <a href="/posts/01_04_2023-advent-of-wasm.html">Retrospect: Advent of Wasm</a>
-      </li>
-    </ul>
-
-    <h2>2022</h2>
-    <ul class="posts">
-      <li>
-        <span>August 1</span>
-        <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a>
-      </li>
-      <li>
-        <span>July 29</span>
-        <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
-      </li>
-    </ul>
-
-    <footer>
-      <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a>
-      <a href="/pay-transparency.html">Pay Transparency</a>
-    </footer>
-  </body>
-</html>