✨feature: Set up templated views and blog support
This commit is contained in:
42
public/blog/category/progrmming/index.html
Normal file
42
public/blog/category/progrmming/index.html
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Category: Progrmming</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
<h1>Category: Progrmming</h1>
|
||||
<ul>
|
||||
|
||||
<li><a href="/blog/my-first-blog-post/">Go SSG - My First Blog Post</a><br>A short summary of the post.</li>
|
||||
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user