missing netlify plugin, readme structure

This commit is contained in:
madrilene 2022-10-30 11:35:30 +01:00
parent af28d53806
commit 2a0f1bc94d
3 changed files with 35 additions and 16 deletions

17
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "eleventy-excellent",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "eleventy-excellent",
"version": "1.0.1",
"version": "1.0.2",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.0-canary.16",
@ -42,6 +42,7 @@
"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",
"postcss": "^8.4.8",
@ -3974,6 +3975,12 @@
"node": ">=12.18.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",
"integrity": "sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg==",
"dev": true
},
"node_modules/nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
@ -9848,6 +9855,12 @@
"integrity": "sha512-5NXhGIK+giWoHm6O2SbDeHEASLkkJp3nm0jcEoSMGblNdFQgY0V+3aF/ILORXjCqxx6GY+w63pbI2m7OdRxUmQ==",
"dev": true
},
"netlify-plugin-cache": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
"integrity": "sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg==",
"dev": true
},
"nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",

View file

@ -58,6 +58,7 @@
"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",
"postcss": "^8.4.8",

View file

@ -3,26 +3,16 @@
Very opiniated Eleventy starter based on the workflow suggested by Andy Bell's <https://buildexcellentwebsit.es/>.
- [Eleventy starter](#eleventy-starter)
- [Logbook](#logbook)
- [22-10-03](#22-10-03)
- [22-10-04](#22-10-04)
- [Using this](#using-this)
- [Install dependencies](#install-dependencies)
- [Working locally](#working-locally)
- [Creating a production build](#creating-a-production-build)
- [Logbook](#logbook)
- [22-10-30](#22-10-30)
- [22-10-03](#22-10-03)
- [22-10-04](#22-10-04)
- [Credits and Thank yous](#credits-and-thank-yous)
## Logbook
### 22-10-03
- first commit. Updated
### 22-10-04
- All markdown syntax set. Some tests with web components and webC.
- TODO: dark mode
## Using this
Search and replace 'eleventy-excellent.netlify.app' with your own domain.
@ -49,6 +39,21 @@ Minify JS, inline and minify CSS.
npm run build
```
## Logbook
### 22-10-30
WebC in own branch, simplify main branch
### 22-10-03
- first commit. Updated
### 22-10-04
- All markdown syntax set. Some tests with web components and webC.
- TODO: dark mode
## Credits and Thank yous
**Andy Bell**