chore: cleanup
This commit is contained in:
parent
01ffe9a12a
commit
1488a2bcc6
3 changed files with 73 additions and 1038 deletions
12
netlify.toml
12
netlify.toml
|
@ -6,21 +6,11 @@
|
||||||
publish = "_site"
|
publish = "_site"
|
||||||
edge_functions = "api"
|
edge_functions = "api"
|
||||||
|
|
||||||
###
|
|
||||||
# PLUGINS
|
|
||||||
###
|
|
||||||
[[plugins]]
|
|
||||||
package = "netlify-plugin-webmentions"
|
|
||||||
[plugins.inputs]
|
|
||||||
baseUrl = "https://coryd.dev"
|
|
||||||
feedPath = "feeds/posts"
|
|
||||||
limit = 1
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# IMAGES
|
# IMAGES
|
||||||
###
|
###
|
||||||
[images]
|
[images]
|
||||||
remote_images = ["https://f001.backblazeb2.com/file/coryd-dev/.*", "https://image.tmdb.org/.*", "https://books.google.com/.*", "https://covers.openlibrary.org/*"]
|
remote_images = ["https://f001.backblazeb2.com/file/coryd-dev/.*", "https://books.google.com/.*"]
|
||||||
|
|
||||||
###
|
###
|
||||||
# URLs
|
# URLs
|
||||||
|
|
1096
package-lock.json
generated
1096
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "17.4.10",
|
"version": "17.4.11",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -45,7 +45,6 @@
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
"markdown-it-anchor": "^9.0.1",
|
"markdown-it-anchor": "^9.0.1",
|
||||||
"markdown-it-footnote": "^4.0.0",
|
"markdown-it-footnote": "^4.0.0",
|
||||||
"netlify-plugin-webmentions": "^1.1.1",
|
|
||||||
"sanitize-html": "^2.13.0",
|
"sanitize-html": "^2.13.0",
|
||||||
"sharp": "^0.33.4",
|
"sharp": "^0.33.4",
|
||||||
"slugify": "^1.6.6",
|
"slugify": "^1.6.6",
|
||||||
|
|
Reference in a new issue