Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/