missing netlify plugin, readme structure
This commit is contained in:
parent
af28d53806
commit
2a0f1bc94d
3 changed files with 35 additions and 16 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "eleventy-excellent",
|
"name": "eleventy-excellent",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "eleventy-excellent",
|
"name": "eleventy-excellent",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy": "^2.0.0-canary.16",
|
"@11ty/eleventy": "^2.0.0-canary.16",
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
"markdown-it-mark": "^3.0.1",
|
"markdown-it-mark": "^3.0.1",
|
||||||
"markdown-it-prism": "^2.3.0",
|
"markdown-it-prism": "^2.3.0",
|
||||||
"netlify-plugin-11ty": "^1.1.0",
|
"netlify-plugin-11ty": "^1.1.0",
|
||||||
|
"netlify-plugin-cache": "^1.0.3",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"outdent": "^0.8.0",
|
"outdent": "^0.8.0",
|
||||||
"postcss": "^8.4.8",
|
"postcss": "^8.4.8",
|
||||||
|
|
@ -3974,6 +3975,12 @@
|
||||||
"node": ">=12.18.0"
|
"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": {
|
"node_modules/nice-try": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
||||||
|
|
@ -9848,6 +9855,12 @@
|
||||||
"integrity": "sha512-5NXhGIK+giWoHm6O2SbDeHEASLkkJp3nm0jcEoSMGblNdFQgY0V+3aF/ILORXjCqxx6GY+w63pbI2m7OdRxUmQ==",
|
"integrity": "sha512-5NXhGIK+giWoHm6O2SbDeHEASLkkJp3nm0jcEoSMGblNdFQgY0V+3aF/ILORXjCqxx6GY+w63pbI2m7OdRxUmQ==",
|
||||||
"dev": true
|
"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": {
|
"nice-try": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@
|
||||||
"markdown-it-mark": "^3.0.1",
|
"markdown-it-mark": "^3.0.1",
|
||||||
"markdown-it-prism": "^2.3.0",
|
"markdown-it-prism": "^2.3.0",
|
||||||
"netlify-plugin-11ty": "^1.1.0",
|
"netlify-plugin-11ty": "^1.1.0",
|
||||||
|
"netlify-plugin-cache": "^1.0.3",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"outdent": "^0.8.0",
|
"outdent": "^0.8.0",
|
||||||
"postcss": "^8.4.8",
|
"postcss": "^8.4.8",
|
||||||
|
|
|
||||||
33
readme.md
33
readme.md
|
|
@ -3,26 +3,16 @@
|
||||||
Very opiniated Eleventy starter based on the workflow suggested by Andy Bell's <https://buildexcellentwebsit.es/>.
|
Very opiniated Eleventy starter based on the workflow suggested by Andy Bell's <https://buildexcellentwebsit.es/>.
|
||||||
|
|
||||||
- [Eleventy starter](#eleventy-starter)
|
- [Eleventy starter](#eleventy-starter)
|
||||||
- [Logbook](#logbook)
|
|
||||||
- [22-10-03](#22-10-03)
|
|
||||||
- [22-10-04](#22-10-04)
|
|
||||||
- [Using this](#using-this)
|
- [Using this](#using-this)
|
||||||
- [Install dependencies](#install-dependencies)
|
- [Install dependencies](#install-dependencies)
|
||||||
- [Working locally](#working-locally)
|
- [Working locally](#working-locally)
|
||||||
- [Creating a production build](#creating-a-production-build)
|
- [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)
|
- [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
|
## Using this
|
||||||
|
|
||||||
Search and replace 'eleventy-excellent.netlify.app' with your own domain.
|
Search and replace 'eleventy-excellent.netlify.app' with your own domain.
|
||||||
|
|
@ -49,6 +39,21 @@ Minify JS, inline and minify CSS.
|
||||||
npm run build
|
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
|
## Credits and Thank yous
|
||||||
|
|
||||||
**Andy Bell**
|
**Andy Bell**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue