1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 22:35:32 -04:00

update readme

This commit is contained in:
2019-02-17 20:05:56 -05:00
parent f9309efe4d
commit 5dae614813
3 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,12 @@
# [jarv.is](https://jarv.is/) # [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) - [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/) - [Matomo Analytics](https://matomo.org/)
[Repository mirrored from hosted GitLab instance.](https://git.jarv.is/jake/jarv.is) ❤️ [Repository mirrored from hosted GitLab instance.](https://git.jarv.is/jake/jarv.is) ❤️

View File

@@ -37,7 +37,7 @@ exports.handler = (event, context, callback) => {
}]; }];
response.headers['Expect-CT'] = [{ response.headers['Expect-CT'] = [{
key: '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']; delete response.headers['Last-Modified'];

View File

@@ -30,9 +30,9 @@
# TECHNOLOGY COLOPHON # TECHNOLOGY COLOPHON
Hugo Hugo
Fastly CDN (via Google Firebase) AWS S3/CloudFront/Lambda
GitLab CI
Matomo Analytics Matomo Analytics
Let's Encrypt SSL
# VIEW SOURCE # VIEW SOURCE