File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,19 @@ A plugin to make building with Eleventy and Netlify a joy!
9
9
10
10
## Install
11
11
12
- Install plugin via npm as dependency :
12
+ Install plugin via your package manager of choice :
13
13
14
- ** Note** : Till https://github.com/11ty/eleventy-img/pull/116 is merged,
14
+ <!-- **Note**: Till https://github.com/11ty/eleventy-img/pull/116 is merged,
15
15
please use [this fork](https://github.com/zeroby0/eleventy-img/tree/cache) instead of `@11ty/eleventy-img`.
16
16
17
17
```bash
18
18
npm r @11ty/eleventy-img
19
19
npm i zeroby0/eleventy-img#cache
20
20
npm i netlify-plugin-11ty
21
+ ``` -->
22
+
23
+ ``` bash
24
+ npm i netlify-plugin-11ty
21
25
```
22
26
23
27
And add the plugin to your ` netlify.toml ` file
@@ -27,9 +31,13 @@ And add the plugin to your `netlify.toml` file
27
31
package = " netlify-plugin-11ty"
28
32
```
29
33
34
+ Aand you're done! 🥳
35
+
36
+ You can read Netlify's documentation about Plugins here: https://docs.netlify.com/configure-builds/build-plugins/
37
+
30
38
## Configuration
31
39
32
- Optionally, you can configure the plugin to suit your project's needs.
40
+ ** Optional ** . You can configure the plugin to suit your project's needs.
33
41
34
42
** Example** :
35
43
@@ -129,4 +137,4 @@ Please [create an issue](https://github.com/zeroby0/netlify-plugin-11ty/issues/n
129
137
** MIT**
130
138
131
139
If you need this repository with a different License,
132
- please [ create an issue] ( https://github.com/zeroby0/netlify-plugin-11ty/issues/new/ ) .
140
+ please [ create an issue] ( https://github.com/zeroby0/netlify-plugin-11ty/issues/new/ ) .
You can’t perform that action at this time.
0 commit comments