69 lines
1.1 KiB
HTML
69 lines
1.1 KiB
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Go SSG - Another Blog Post</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>
|
|
<article>
|
|
<h1>Go SSG - Another Blog Post</h1>
|
|
<p><small>2025-04-19</small></p>
|
|
|
|
|
|
<p>
|
|
Categories:
|
|
|
|
|
|
<a href="/blog/category/go/">go</a>
|
|
|
|
,
|
|
<a href="/blog/category/anger/">anger</a>
|
|
|
|
</p>
|
|
|
|
|
|
<h1>Why isn’t this working?! 😭</h1>
|
|
|
|
<p>This is my first Go SSG blog post.</p>
|
|
|
|
<p>This project is a simple static site generator written in Go. It is designed to be easy to use and extend, allowing you to create a static website quickly and efficiently.</p>
|
|
|
|
<p>It supports features like:</p>
|
|
|
|
<ul>
|
|
<li>Markdown content</li>
|
|
<li>Customizable templates</li>
|
|
<li>Simple configuration</li>
|
|
</ul>
|
|
|
|
</article>
|
|
</main>
|
|
|
|
|
|
<footer>
|
|
<p>© 2025 Keith Solomon - Go SSG</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|
|
|