https://github.com/marcanuy/hugo-deploy-aws-makefile
Make script as a build automation tool for deploying Hugo websites to AWS
https://github.com/marcanuy/hugo-deploy-aws-makefile
aws build-automation build-tool deployment hugo makefile
Last synced: 2 months ago
JSON representation
Make script as a build automation tool for deploying Hugo websites to AWS
- Host: GitHub
- URL: https://github.com/marcanuy/hugo-deploy-aws-makefile
- Owner: marcanuy
- License: mit
- Created: 2018-08-13T03:38:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T22:01:36.000Z (over 7 years ago)
- Last Synced: 2025-05-17T05:38:00.568Z (about 1 year ago)
- Topics: aws, build-automation, build-tool, deployment, hugo, makefile
- Language: Makefile
- Homepage: https://simpleit.rocks/golang/hugo/deploying-a-hugo-website-to-aws-the-right-way/
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo-deploy-aws-makefile
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/
# Requisites
This
[Makefile](https://www.gnu.org/software/make/manual/make.html#Introduction)
uses the following programs in addition to `hugo`:
- [htmlproofer](https://github.com/gjtorikian/html-proofer#installation): "Test
your rendered HTML files to make sure they're accurate."
- [AWS Command Line
Interface](https://docs.aws.amazon.com/cli/latest/userguide/installing.html):
"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
Run each recipe with `make`.
# License
This theme is released under the MIT License. For more information
read the
[License](//github.com/marcanuy/hugo-deploy-aws-makefile/blob/master/LICENSE).