From 0abd763635f848ad897e68bbfc1aa757abc318ab Mon Sep 17 00:00:00 2001 From: Alex Blass <115599229+a26blass@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:54:01 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12941c5..f9f0a4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # This is the source code for my website +alexblass.me This website hosts my portfolio. It is also a proof-of-concept for my coursework in 15-319 Cloud Computing. The site is hosted on a GKE cluster and managed by Helm. I use Github Actions in order to continuously integrate and deploy this site. Since this is a proof of concept, I use a self-signed TLS certificate. -TODO: using cert-manager and LetsEncrypt, provision a valid TLS certificate \ No newline at end of file +TODO: using cert-manager and LetsEncrypt, provision a valid TLS certificate From c5f416c723c0af75052ddffe5228f8e69e332270 Mon Sep 17 00:00:00 2001 From: Alex Blass <115599229+a26blass@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:55:10 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f0a4c..8d579c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # This is the source code for my website -alexblass.me +[Site Link](https://alexblass.me) This website hosts my portfolio. It is also a proof-of-concept for my coursework in 15-319 Cloud Computing. The site is hosted on a GKE cluster and managed by Helm. I use Github Actions in order to continuously integrate and deploy this site. Since this is a proof of concept, I use a self-signed TLS certificate.