This blog was created using Hugo.
View my blog at bobcatfish.com!
Generate Hugo static content to public
with the hugo
command:
hugo
You must set 'draft: false` on any new posts.
Copy the files from public
to AWS with:
scp -i ~/.ssh/aws.pem -r public/* ec2-user@$BLOG_HOST:/var/www/html/