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:
@@ -1,9 +1,12 @@
|
||||
# [jarv.is](https://jarv.is/)
|
||||
|
||||
Personal website of [@jakejarvis](https://github.com/jakejarvis), created using the following:
|
||||
[](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) ❤️
|
||||
|
@@ -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'];
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user