Moving to jekyll

This commit is contained in:
2025-04-06 22:00:08 -04:00
parent dfe7fee97c
commit befdfa3206
20 changed files with 290 additions and 42 deletions
+28
View File
@@ -0,0 +1,28 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<nav>
<a href="/">Home</a>
<a href="/about.html" class="current">About</a>
<a href="/blog.html">Blog</a>
</nav>
<h1 id="about-page">About page</h1>
<p>This is a test about page</p>
</body>
</html>