remove test post

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-05 16:08:33 -06:00
parent 3d6ec5931b
commit b7d7cceab8
3 changed files with 0 additions and 57 deletions

View File

@ -25,10 +25,6 @@
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2025-03-05-test-post.html">Test Post for Comments</a> - March 5, 2025
</li>
<li>
<a href="./posts/2025-02-24-nginx-gitea.html">Gitea Docker Container on NixOS</a> - February 24, 2025
</li>

View File

@ -1,46 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rowan TL's Website - Test Post for Comments</title>
<link rel="stylesheet" href="../css/default.css" />
</head>
<body>
<header>
<div class="logo">
<a href="../">Rowan Torbitzky-Lane's Website</a>
</div>
<nav>
<a href="../">Home</a>
<a href="../about.html">About</a>
<a href="../contact.html">Contact</a>
<a href="../archive.html">Archive</a>
</nav>
</header>
<main role="main">
<h1>Test Post for Comments</h1>
<article>
<section class="header">
Posted on March 5, 2025
</section>
<section>
<p>this is a test.</p>
</section>
</article>
<script src="https://utteranc.es/client.js" repo="rowanTL/website-comments" issue-term="pathname" theme="github-light" crossorigin="anonymous" async>
</script>
</main>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>

View File

@ -1,7 +0,0 @@
---
title: Test Post for Comments
Author: Rowan Torbitzky-lane
comment: True
---
this is a test.