-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50d25eb
commit fc5620c
Showing
6 changed files
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# brandonwkipp.com | ||
This repository contains the code for my personal website. In the past I've used more complex frameworks and libraries (and `javascript`), but have decided to go back to raw `html` and `css` for the time being. Is that a ridiculous thing to do? Probably. But, it is difficult to deny how much better I feel working on my own website though. | ||
This repository contains the code for my personal website. In the past I've used more complex frameworks and libraries (and `javascript`), but have decided to go back to raw `html` and `css` for the time being. Is that a ridiculous thing to do? Probably. I don't care. | ||
|
||
## Infrastructure & Deploymen Process | ||
I host the contents of my website on AWS. I maintain my infrastructure via `terraform` which you can see in the `main.tf` file. I store everything in `terraform` except `dns`; storing domain information in `terraform` is in my opinion, a bad idea. Anyways, When I push changes, a Github Action syncs the entire repository to an S3 bucket and invalidates the previous cache that exists in AWS CloudFront. The whole deployment process takes ~10s. | ||
## Infrastructure & Deployment Process | ||
The website is hosted on AWS and maintained via `terraform` in the `main.tf` file. Everything is stored in `terraform` except `dns`; storing domain information in `terraform` is a bad idea. When changes are pushed, a Github Action syncs the entire repository to an S3 bucket and invalidates the previous cache in AWS CloudFront. The whole deployment process takes ~10s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,6 @@ | |
<a href="/"> | ||
<li>Home</li> | ||
</a> | ||
<a href="/blog"> | ||
<li>Blog</li> | ||
</a> | ||
</ul> | ||
</div> | ||
</nav> | ||
|