update 11ty, delete netlify-plugin-11ty
This commit is contained in:
parent
7d7cd5743c
commit
7bdda87113
3 changed files with 8 additions and 24 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "eleventy-excellent",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eleventy-excellent",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0-canary.16",
|
||||
"@11ty/eleventy": "^2.0.0-canary.18",
|
||||
"@11ty/eleventy-fetch": "^3.0.0",
|
||||
"@11ty/eleventy-img": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-mark": "^3.0.1",
|
||||
"markdown-it-prism": "^2.3.0",
|
||||
"netlify-plugin-11ty": "^1.1.0",
|
||||
"netlify-plugin-cache": "^1.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"outdent": "^0.8.0",
|
||||
|
|
@ -3989,15 +3988,6 @@
|
|||
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
|
||||
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
|
||||
},
|
||||
"node_modules/netlify-plugin-11ty": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-11ty/-/netlify-plugin-11ty-1.3.0.tgz",
|
||||
"integrity": "sha512-zWy/jQad8pMAlf10T9rCwQQFKextn2dsgnbA6TIGHw/I0zfVDgB+EdG74zPTh4yC8JGQf/X+3dpBBe6dONBpMw==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12.18.0 <18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/netlify-plugin-cache": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
|
||||
|
|
@ -9999,12 +9989,6 @@
|
|||
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
|
||||
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
|
||||
},
|
||||
"netlify-plugin-11ty": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-11ty/-/netlify-plugin-11ty-1.3.0.tgz",
|
||||
"integrity": "sha512-zWy/jQad8pMAlf10T9rCwQQFKextn2dsgnbA6TIGHw/I0zfVDgB+EdG74zPTh4yC8JGQf/X+3dpBBe6dONBpMw==",
|
||||
"dev": true
|
||||
},
|
||||
"netlify-plugin-cache": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"author": "Lene Saile",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0-canary.16",
|
||||
"@11ty/eleventy": "^2.0.0-canary.18",
|
||||
"@11ty/eleventy-fetch": "^3.0.0",
|
||||
"@11ty/eleventy-img": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
||||
|
|
@ -56,7 +56,6 @@
|
|||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-mark": "^3.0.1",
|
||||
"markdown-it-prism": "^2.3.0",
|
||||
"netlify-plugin-11ty": "^1.1.0",
|
||||
"netlify-plugin-cache": "^1.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"outdent": "^0.8.0",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
# Eleventy starter
|
||||
|
||||
Opiniated but easy to use Eleventy starter, based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.
|
||||
If you end up using this starter, [feel free to send me a link](mailto:hola@lenesaile.com), I'd love to see it!
|
||||
Let me know if you miss any features. Currently in planning are automatically generated OpenGraph images (as fallback) and mode.
|
||||
|
||||
If you end up using this starter, feel free to send me a link, I'd love to see it!
|
||||
Also let me know if you miss any features. Currently in planning: automatically generated OpenGraph images (as fallback) and dark mode.
|
||||
|
||||
- [Eleventy starter](#eleventy-starter)
|
||||
- [Preview](#preview)
|
||||
|
|
@ -37,7 +38,7 @@ https://eleventy-excellent.netlify.app/
|
|||
- Syntax highlighting via eleventy-plugin-syntaxhighlight _(see blog post)_
|
||||
- SEO basics (XML-sitemap, metadata)
|
||||
- dayjs handling dates & times
|
||||
- 301 redirects for netlify
|
||||
- 301 redirects for Netlify
|
||||
- Advanced markdown handling
|
||||
- Bundling via esbuild
|
||||
- RSS feed
|
||||
|
|
|
|||
Loading…
Reference in a new issue