feat(website): add blog with first post "Why This Exists"

- Blog index at /blog/ with post listing
- First post: project origin story, support expectations, SaaS teaser
- Add Blog link to main site nav and footer
- Update sitemap with blog URLs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-15 18:31:37 -05:00
parent 90f937ddeb
commit 5dd1b2f156
4 changed files with 407 additions and 0 deletions

View File

@@ -113,6 +113,7 @@
<a href="#architecture" class="nav-link">Architecture</a>
<a href="#screenshots" class="nav-link">Screenshots</a>
<a href="docs.html" class="nav-link">Docs</a>
<a href="blog/" class="nav-link">Blog</a>
<a href="https://github.com/staack/the-other-dude" class="nav-link" rel="noopener">GitHub</a>
<a href="docs.html#quickstart" class="nav-cta">Get Started</a>
</div>
@@ -407,6 +408,7 @@
</div>
<nav class="footer-links">
<a href="docs.html">Docs</a>
<a href="blog/">Blog</a>
<a href="#what-it-does">Features</a>
<a href="docs.html#security">Security</a>
<a href="docs.html#api">API Reference</a>