-
### Operating system
Windows 11
### Eleventy
v2.0.0-canary.28
### Describe the bug
If an _include file (nav.pug) that is used in another _include file (default.pug) is changed, and it's…
-
**Describe the bug**
I'm seeing the following error when I try and set both the `templateEngineOverride` and a `permalink()` function in the `data()` method of an `*.11ty.js` template:
```sh
$ np…
-
The build process has gotten more complicated over time. Simplify things to ensure it is maintainable.
- [x] Split .eleventy.js file up
- [ ] Reduce specialty filters
- [ ] Simplify templates
- [ ] R…
-
**Prettier 1.15.2**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAhAEQPIGEAqAmgAoCiABABYwC2ANgHwA6Uq19zrlcAhgCady5VDTgwe5MJR4AnAM5iAvExABXGADMAtAA4VnVAHpu-AwCMIfAJ6Dh6LVvIAHG…
-
**Describe the bug**
If I set the permalink for a page (in any way) the output contains what looks like HTML.
For example, if I set the following on my `src/404.pug`:
```
---
permalink: 404.h…
-
## Requirements
* First-class Blog support with tags and categories
* MarkDown or MDX source for content
* Search support
* Cloudflare pages support
* Syntax highlighting support
## Wants
…
-
WIP
- /index.html
- /eleventy/index.html
- /eleventy/liquid/filters/abs/index.html
- /eleventy/liquid/filters/custom/{{nunjucks}}/index.html _(specific `.addLiquidFilter()` for filters cribbed f…
-
Prompted by a nice looking blog item, I tried [Eleventy, a simpler static site generator](https://www.11ty.dev/).
It tried to treat [breadcrumbs_0089.md](https://github.com/dckc/madmode-blog/blob/m…
-
Automatically add a bunch-o-static asset extensions to passthrough copy so that folks don’t have to do it manually. Feedback from https://twitter.com/the_ross_man/status/1504888464076120074
-
**Describe the bug**
Calling methods in a template inside the `permalink:` field prints out the function as a string. However, it works with the `date:` filter from Liquid, despite the fact that the …