Hugo
Hugo
This section contains simple and advanced recipes for Hugo static site generator. Each recipe is a step-by-step guide how to solve a specific problem or implement a specific feature using Hugo. All code samples are available on GitHub. I’m using Hugo for this site and trying to enpower it with AWS services.
Take a look at the latest examples. Feel free to use, share and inspire yourself.
Hosting Hugo on AWS S3 and CloudFront
Learn how to host Hugo static site on AWS S3 and CloudFront with pretty URLs. Deploy with CDK.
Deploying Hugo with AWS CodeBuild on Lambda ComputeLearn how to deploy a Hugo static site using AWS CodeBuild on a Lambda compute. We will use AWS CodeBuild to build the Hugo site, deploy it to an S3 bucket, and invalidate the CloudFront cache. GitHub will be used as the source repository for the Hugo site.