Automatic Deploy With Hugo
How to automatically deploy a Hugo website
After getting the initial setup of the page done and getting it up and running on a server, I was faced with another problem - how do I update the page after writing the content?
There were a few options: 1. Write the post, push to git, then ssh into the server and do a git pull 2. Automate the previous workflow with a shell script