-
When I reuse an `registry`, in subsequent calls to `convert()`, the registered extensions don't work.
See the sample code, which is based on [an example from docs](https://docs.asciidoctor.org/asci…
-
The docs include several references to 11ty.js files, but I can't find any part in the docs that actually document them for beginners. Some questions a beginner might have include:
- What is an 11t…
hxlnt updated
2 years ago
-
Let's work on the documentation with @abimulia suggestions:
- [x] #8
- [ ] #7
- [ ] #9
- [ ] Decide if we want to with more complex later
-
When trying to run `build` the script fails when running the `fonts:manrope` script
- rm (does not exist on windows)
- cp (does not exist on windows)
- mkdir -p (invalid syntax on windows)
I fix…
-
I have installed 2 plugins: eleventy-plugin-sass and eleventy-plugin-purgecss. I want to trim the generated CSS file but purgecss finishes before sass can compile. It purges the previously generated b…
-
The `line-numbers` plugin (and all the other plugins I have checked so far) won't work.
This is due to a statement in every of them:
```js
if (typeof self === 'undefined' || !self.Prism || !sel…
-
A blog in ``posts/first-blog.md`` contains an image in ``posts/first-blog.assets/image.png``.
By using:
```js
module.exports = function(eleventyConfig) {
// ...
eleventyConfig.addPassthroughC…
-
**Feature request summary**
The csp-xss audits added in Lighthouse v8 are quite strict and quite opinionated. While they do expose best practices, some of the options are advanced CSP configuration…
-
The `parse` method produces objects with a strange prototype. Rather than leaving it at `Object.prototype` (the default) or using `null` (mostly better), the objects get an indirect prototype, an obje…
-
Hello!
I want to use this plugin, and I'm stuck… Because I have
> ENOENT: no such file or directory
for every image with a space or an accented character in its name.
It seems the name is …