Make script as a build automation tool for deploying Hugo websites to AWS
If not done yet, here is a guide to serve a Hugo website with Amazon Web Services: https://simpleit.rocks/golang/hugo/deploying-a-hugo-website-to-aws-the-right-way/
This
Makefile
uses the following programs in addition to hugo
:
-
htmlproofer: "Test your rendered HTML files to make sure they're accurate."
-
AWS Command Line Interface: "The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services"
Run each recipe with make
.
This theme is released under the MIT License. For more information read the License.