chore: cleanup
This commit is contained in:
parent
5d49b6fa6b
commit
8c7c0d771c
6 changed files with 0 additions and 61 deletions
9
_headers
9
_headers
|
@ -22,15 +22,6 @@
|
|||
x-content-type-options: nosniff
|
||||
|
||||
/.well-known/webfinger
|
||||
Content-Type: application/jrd+json; charset=utf-8
|
||||
|
||||
/.well-known/gpc.json
|
||||
Content-Type: application/jrd+json; charset=utf-8
|
||||
|
||||
/.well-known/traffic-advice
|
||||
Content-Type: application/trafficadvice+json
|
||||
|
||||
/contribute.json
|
||||
Content-Type: application/json
|
||||
|
||||
/blogroll.opml
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
permalink: "/contribute.json"
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
{
|
||||
"name": "coryd.dev",
|
||||
"description": "Cory Dransfeldt's personal blog.",
|
||||
"repository": {
|
||||
"url": "https://github.com/mozilla/contribute.json",
|
||||
"license": "ISC"
|
||||
},
|
||||
"keywords": ["11ty", "Eleventy", "Javascript", "Liquid.js", "Markdown"]
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
permalink: ".meta/gpc.json"
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
{
|
||||
"gpc": true,
|
||||
"lastUpdate": "2023-06-19"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
permalink: "/humans.txt"
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
Title: Cory Dransfeldt
|
||||
Site: coryd.dev, hi@coryd.dev
|
||||
Mastodon: @cory@social.lol
|
||||
From: Camarillo, California
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
permalink: ".well-known/security.txt"
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
Contact: mailto:hi@coryd.dev
|
||||
Expires: 2099-01-01T08:00:00.000Z
|
||||
Preferred-Languages: en
|
||||
Canonical: https://coryd.dev/.well-known/security.txt
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
permalink: ".well-known/traffic-advice"
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
[{
|
||||
"user_agent": "prefetch-proxy",
|
||||
"google_prefetch_proxy_eap": {
|
||||
"fraction": 1.0
|
||||
}
|
||||
}]
|
Reference in a new issue