
Playing with hugo
Contents
I have decided to retire my old wordpress blog and set up a statically generated site using hugo.
Hugo is pretty nice :) It is super fast, I don’t have to setup a LAMP stack with webserver, mysql database and PHP. It is much more secure and I don’t have to worry about hosting things on my DigitalOcean VPS and worry about hacking attack etc. In fact, I have even destroyed my VPS and save some money.
I have set up the project on Github and configured Cloudflare to automatically build the static website and push it to a worker/page.
Now as soon as I git push
to my github repo the site gets build by the cloudfare automation and pushed.
Then configured my DNS records to point to the cloudfare worker/page.