First Post
Sometimes you need to stop fucking around and just start doing, thats what I am now doing.
In short, I am going to use a Static Site Generator (probably Hugo) to create a website, and then host that website on my Fastmail account.
Since Fastmail supports WebDAV I have an idea of using GitHub actions to build the site, and the publish it. All by using Git.
This has the advantage of being able to make changes to my site virtually anywhere including my favourite IDE which is VSCode. While I am not a fan of Windows, I still use some of Microsoft’s more functional products.
Hugo’s documentation is written for deploying a Hugo Server locally which is not something I want to do. I want to be able to simply write articles in Markdown and then git commit them into a repository, which will trigger a GitHub Action to run.