Description
The very site you are on now. The code is hosted on Github, pushed to S3, then finally spread around the world via CloudFront.
Here is a helpful shell alias I used during development
hugo server -D --disableFastRender --ignoreCache --gc
Tech Stack
Infrastructure Design
This static site is hosted and deployed using simple infra on AWS.
- Storage: Static files are hosted in an Amazon S3 bucket.
- Content Delivery: Amazon CloudFront serves as the CDN with HTTPS via AWS Certificate Manager (ACM).
- CI/CD: GitHub Actions automates the deployment process.
- On every push to the
releasebranch, the site is built using Hugo. - The resulting
public/directory is synced to the S3 bucket. - A CloudFront invalidation is triggered.
- On every push to the
