Commit Graph

7 Commits

Author SHA1 Message Date
joeac 00effae167 renames blog.css -> post.css 2026-04-25 13:08:54 +01:00
joeac e50b62afa2 create MicrologPost component in website 2026-04-25 13:07:56 +01:00
joeac 60f6f4cd80 BlogPost.astro: remove redundant import 2026-04-25 11:39:48 +01:00
joeac 1a64bce2fb website can get pubDate from filename instead of frontmatter 2026-04-13 08:37:56 +01:00
Joe Carstairs ea96f40f7c Blog posts use Date type pubDate 2024-07-15 16:14:08 +01:00
Joe Carstairs 0f75bf3443 Styling overhaul 2024-05-12 08:33:19 +01:00
Joe Carstairs 86450b3dd8 Infrastructure as code (#3)
* Moves website to website/

* Adds terraform gitignores

* Terraform with AWS provider

* Initialises Terraform

* Locals and variables for provider

* Fetches SSL certificate from ACM

* S3 static website bucket

* CloudFront distribution

* Route53 records

* Deployment workflow uses secret S3 bucket suffix

* Adds README

---------

Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
2024-05-05 21:00:40 +01:00