Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milldr/millerd
personal website and terraform example
https://github.com/milldr/millerd
aws cloudposse jekyll terraform
Last synced: 12 days ago
JSON representation
personal website and terraform example
- Host: GitHub
- URL: https://github.com/milldr/millerd
- Owner: milldr
- Created: 2017-05-17T16:08:20.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T16:53:52.000Z (over 2 years ago)
- Last Synced: 2024-10-07T01:21:56.613Z (about 1 month ago)
- Topics: aws, cloudposse, jekyll, terraform
- Language: SCSS
- Homepage:
- Size: 788 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# millerd.me
Personal website: https://millerd.me
## App
- Static code generated by Jekyll
- Code deployed to s3 with github actions
- Run locally from given subdirectory with `jekyll serve`## Terraform
- Created using Cloudposse TF Provider
- Deployed with github actions
- Run locally from given subdirectory with `terraform plan|apply --var-file=millerd.tfvars`## References
- Cloudposse CDN terraform module: https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn
- Static Site Generator: https://jekyllrb.com/