I’ve recently started a new blog using the static-site generator and HN-favourite, hugo. Hugo lets your write your posts and site content as markdown files which you can check into source control. From this, you can build and deploy raw files to humble static hosting. There are many ways to build a deployment pipeline. I have seen people build and check-in artifacts manually or use a paid service to handle this.