2 small spelling corrections
This commit is contained in:
parent
2c2762d8d9
commit
e719ac6397
4 changed files with 304 additions and 283 deletions
579
package-lock.json
generated
579
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eleventy-excellent",
|
"name": "eleventy-excellent",
|
||||||
"version": "1.4.2",
|
"version": "1.4.3",
|
||||||
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
||||||
"author": "Lene Saile",
|
"author": "Lene Saile",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ https://eleventy-excellent.netlify.app/
|
||||||
- Not required, but recommended: Delete `github.js` in `src/_data/github.js` and the blog posts, as these serve only as an example.
|
- Not required, but recommended: Delete `github.js` in `src/_data/github.js` and the blog posts, as these serve only as an example.
|
||||||
- Edit your preferences (colors, fluid text sizes etc.) in `src/assets/design-tokens`.
|
- Edit your preferences (colors, fluid text sizes etc.) in `src/assets/design-tokens`.
|
||||||
- Optional: set your (favicon) icons in `src/assets/images/favicon`.
|
- Optional: set your (favicon) icons in `src/assets/images/favicon`.
|
||||||
- Optional: rename `.env-sample` to `.env` adn set custom URL for local development
|
- Optional: rename `.env-sample` to `.env` and set custom URL for local development.
|
||||||
|
|
||||||
## Deploy directly to Netlify
|
## Deploy directly to Netlify
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
title: 'Post with an image '
|
title: 'Post with an image '
|
||||||
description: "Eleventy's own build-time image transformations. Fond more info on11ty.dev/docs/plugins/image/ and edit settings in config-folder."
|
description: "Eleventy's own build-time image transformations. Find more info on11ty.dev/docs/plugins/image/ and edit settings in config-folder."
|
||||||
date: 2022-10-12
|
date: 2022-10-12
|
||||||
---
|
---
|
||||||
|
|
||||||
This starter uses Eleventy's build-time image transformations. Fond more info on https://www.11ty.dev/docs/plugins/image/ and edit settings in `config/shortcodes/imagePlaceholder`.
|
This starter uses Eleventy's build-time image transformations. Find more info on https://www.11ty.dev/docs/plugins/image/ and edit settings in `config/shortcodes/imagePlaceholder`.
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue