This is place holder text for a blog post. A blog page would require the functionality to store and display additional blog posts as I made them. This would require database functionality or a static website generator that I would implement at a later point in time.
When I get more advanced in web design with JavaScript and backend functionality, I want to build out a fully functional blog page.
I have also explored the possibility of setting up a blog using a static website generator like Hugo. There are many themes in Hugo that would fit my use case. I could write all my blog posts in Markdown and upload them to a Hugo site hosted on github pages.
The biggest issue I face right now with my current blog is that I have to translate my blog posts from google docs to a WordPress rich text editor. This is a bit of a headache with formatting.
Writing all my blog posts using an application like obsidian and then uploading the files to a static website like Hugo would streamline the process.
NetworkChuck has a video about what it takes to achieve such a set up.