guacsec / guac-landing

GUAC Landing page
0 stars 8 forks source link

Split the blog from a single file to multiple #39

Closed funnelfiasco closed 3 months ago

funnelfiasco commented 3 months ago

Fixes #35

This makes it easier to manage the blog as we add more posts. It also simplifies the process of contributing since a pull request needs only to be a single, self-contained file.

Note that this changes the canonical URL from /blogs to /blog. This is because there is only one blog and there are multiple blog posts. But I created an alias in /blog/_index.md so that /blogs will redirect to /blog. This means we won't break existing inbound links.