https://github.com/evertras/site
The code and deployment for evertras.com
https://github.com/evertras/site
Last synced: 3 months ago
JSON representation
The code and deployment for evertras.com
- Host: GitHub
- URL: https://github.com/evertras/site
- Owner: Evertras
- Created: 2022-10-16T07:17:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T15:37:30.000Z (9 months ago)
- Last Synced: 2025-08-24T20:26:28.510Z (9 months ago)
- Language: HCL
- Size: 511 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evertras.com
The code and deployment for [evertras.com](https://evertras.com). This is more
for funsies than as a serious site with a single purpose, and is used generally
as a playground and reference for setting up cloud infrastructure and tooling.
## Tools
### AWS
Sets up hosting via S3 -> CloudFront using ACM to generate and manage a
certificate. Domain registration is done through an external site.
### Terraform
Gold standard of IaC deployment tooling. Terraform code is bundled with this
repo for simplicity's sake. This may be split into another repo in the future.
Currently only targeting "production", may add other environments later.
### Hugo
Generates a static site. Since I don't want to pay $3,000,000 for sneezing the
wrong way with EC2 instances, let's keep things simple and static so it's cheap
and easy to host via S3/Cloudfront alone.