diff --git a/README.md b/README.md index 1adf92e6..2dfe0cd3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # [jarv.is](https://jarv.is/) -Personal website of [@jakejarvis](https://github.com/jakejarvis), created using the following: +[![pipeline status](https://git.jarv.is/jake/jarv.is/badges/master/pipeline.svg)](https://git.jarv.is/jake/jarv.is/commits/master) + +Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following: - [Hugo](https://github.com/gohugoio/hugo) -- [Fastly CDN (via Google Firebase)](https://firebase.google.com/products/hosting/) +- [AWS S3/CloudFront/Lambda](https://aws.amazon.com/) +- [GitLab CI](https://git.jarv.is/jake/jarv.is/pipelines) - [Matomo Analytics](https://matomo.org/) [Repository mirrored from hosted GitLab instance.](https://git.jarv.is/jake/jarv.is) ❤️ diff --git a/lambda.js b/lambda.js index e1c8b4d0..5cc924c4 100644 --- a/lambda.js +++ b/lambda.js @@ -37,7 +37,7 @@ exports.handler = (event, context, callback) => { }]; response.headers['Expect-CT'] = [{ key: 'Expect-CT', - value: "max-age=0, report-uri=https://jarvis.report-uri.com/r/d/ct/reportOnly" + value: "max-age=0, report-uri=\"https://jarvis.report-uri.com/r/d/ct/reportOnly\"" }]; delete response.headers['Last-Modified']; diff --git a/static/humans.txt b/static/humans.txt index f9c08704..6f835b09 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -30,9 +30,9 @@ # TECHNOLOGY COLOPHON Hugo - Fastly CDN (via Google Firebase) + AWS S3/CloudFront/Lambda + GitLab CI Matomo Analytics - Let's Encrypt SSL # VIEW SOURCE