How-to: Use HUGO - make changes, update server, etc

Getting started

hugo new site new-site
cd new-site
git clone https://github.com/somethemeyoulike

Making changes and updating

To make a new post

hugo new content/post/post.md

To update server

rsync -uvrP --delete-after /home/paul/new-site2/public/ root@paulmackay.xyz:/var/www/paulmackay/