I decided to change this website yet again to a simple Hugo generated site for a few reasons.
- It is more secure. There’s no login and password like with Wordpress that can be hacked. The only way into the site is with my SSH key.
- It is simple. I hate cookies warnings and I hate it when web developers include cookies when they are not needed. Consider this to me by privacy statement. This website doesn’t have any cookies therefore there is nothing for me to use or sell.
- I like the idea of being able to edit my site with a CLI text editor. I am writing this with Vim.
However, Hugo is a pain in the butt to work with at times. I would genuinely have more flexibity to make pages using plain html, but that would also be a to write and it would be ugly.