-
Hey following along with this tutorial: https://css-tricks.com/creating-an-editable-site-with-google-sheets-and-eleventy/ and getting an error upon `npm run seed`.
```
> eleventy-google-sheets@0.…
-
Eleventy’s server (`--serve`) fails to launch when `--input` is the current directory and `--output` is a directory in the parent directory. (Compilation – i.e., `write()` – and `--watch` succeed.)
…
-
**Describe the bug**
I'm trying to manage drafts in [my Eleventy project](https://github.com/nhoizey/nicolas-hoizey.com/), and not including them in a production build.
My `_data/eleventyCompute…
-
### 目標
- simple in structure
- accessible
- usable (low technical requirement for government workers)
- forkable with just a facelift
### SSG
- [Eleventy](https://www.11ty.dev/)
### CM…
-
- Spanish
- Vietnamese
-
**Describe the bug**
Upgrading from 0.10 to 0.11 adn build as usual give sme this error
```
Eleventy:EleventyErrorHandler Error writing templates: +0ms …
-
on my full blog conversion, wp-to-11ty creates an index.html and index.njk
```
> blog@1.0.0 serve
> npx @11ty/eleventy --serve
[11ty] Problem writing Eleventy templates: (more in DEBUG output)…
-
In https://github.com/11ty/eleventy/issues/893 we decoupled `eleventyConfig.ignores` from watching with the new `eleventyConfig.watchIgnores` API.
However, `.eleventyignore` entries are still appli…
-
See https://github.com/11ty/eleventy/issues/1612#issuecomment-2204420952
With virtual templates defined in the plugin, consumers no longer need to worry about configuring the path to the layouts fo…
-
I use `permalink: false` for draft pages, so that I don't build anything for production unnecessarily. When trying to use this plugin alongside that, however, those posts will create this error:
```
…