Update README.md and changelog.

This commit is contained in:
Xander Bazzi 2024-02-23 21:18:47 -07:00
parent ef1bfdeaaf
commit 7c80a3b363
2 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Personal website
This static site is hosted on an AWS S3 bucket, which is cached and served globally through AWS Cloudfront Edge Locations.
The site is programatically updated with GitHub Actions every time the master branch is merged. The action is set up with a declarative `.yaml` file that uploads the source code and assets to the S3 bucket. The workflow then invalidates the Cloudfront distribution's cache so that the latest site content is pulled from the origin bucket. For authentication, the action uses access and secret keys from an authorized AWS IAM user.
A simple static site built with HTML, CSS and JavaScript. Hosted on AWS S3 and distributed globally through AWS Cloudfront. Code updated automatically.
## Backend workflow
This static site is hosted on an AWS S3 bucket, which is cached and served globally through AWS Cloudfront Edge Locations. The code is programatically updated with GitHub Actions every time the master branch is merged. The action is set up with a declarative `.yaml` file that uploads the source code and assets to the S3 bucket. The workflow then invalidates the Cloudfront distribution cache so that the latest site content is pulled from the origin bucket. For authentication, the action uses access and secret keys from an authorized AWS IAM user.

13
changelog.md Normal file
View File

@ -0,0 +1,13 @@
# Changelog
All notable changes to this site will be documented in this file.
The format is based on [Semantic Versioning](https://semver.org/).
## [0.0.1] - 2024-02-23
### Added
- Changelog file.
- deploy-site.yaml GitHub Actions workflow.
### Changed
- README.md file.