Migrating to Pages CMS for easier post creation
Aug 21
I've wanted to write more over the years and my current flow for updating my blog posts on this site is a bit of a bottleneck to writing something simple or quick. Today I integrated Page CMS into my flow and its a whole lot easier.
The only way (until today) for me to create a blog post on my site was to make a commit to my site's repo on github. I'd place a markdown file in the blog post directory, then my "ingen" site builder did the rest. If I wanted to make a blog post of literally one paragraph, it would take the same amount of logistical work as a blog post I spent a week writing. That didn't seem right.
So I asked claude what were some cheap / easy ways to have a CMS integration and one of the ways it surfaced was pagecms. It's simple, fast, and... FREE.
So here is my first post using pagecms : )