I think I could benefit from some SEO, so I decided to get a blog up and start writing some short posts. There are plenty of relevant topics/ideas I have in mind to write about. If anything, it can help drive traffic to Pointway just by matching Google searches and stuff.
It actually took like an entire day to get the blog up. I didn't want to use Wordpress or Ghost since I really like having control over everything. So what I did was basically copy the default Ghost theme and implemented it into a Next.js React web app, just like Pointway.
I'm using Forestry.io to add and edit blog posts. This way I don't need to touch the code to actually write up an article. It's nice - it commits the changes to the repo just like I would do if I were editing the code itself. This triggers my Heroku deployment which automatically publishes the new (or edited) post to the site.