Zearin
Zearin
@Aankhen Alas, Pug is not going to be bundled in Eleventy v3. :( However, there is an Issue (#3081) tracking work to get a working plugin for Pug in v3....
@uncenter @Denperidge @Aankhen: Zach gave me the go-ahead to start on an officially supported Eleventy v3 plugin for Pug. Here it is: https://github.com/Zearin/eleventy-plugin-pug P.S. – I code weird. I hate...
What you’re saying makes sense, but I was just going along with the precedent of most existing plugin names. I dunno. If its name needs to change before the first...
I'd like to test `@11ty/eleventy@canary` in a project with Pug. Is there a pre-release version of the Pug plugin available?
I’m trying to get a quick-and-dirty Pug plugin working for my project in [email protected]. I cannot get my plugin to see the contents of my `_data` directory. `eleventyConfig.addGlobalData()` does not...
(COPIED FROM #3124) ---- @uncenter @Denperidge @Aankhen: Zach gave me the go-ahead to start on an officially supported Eleventy v3 plugin for Pug. Here it is: https://github.com/Zearin/eleventy-plugin-pug P.S. – I...
> Zach might make you use his Prettier configuration at some point! 😆 That’s okay, but I’m calling dibs until the plugin’s out of beta ;-)
I’ve been getting this issue, too. I’m using the `with { type: 'json' }` syntax. What I don’t understand is: **Why does it only error on `--serve` (but not build)?**
Okay, I think I’d like to start another round of Q&A to get to know the codebase. I want to try to identify all parts of the codebase that fulfill...
## Files & Paths According to filenames, below is a list of all the files/classes that deal with files or paths (including “globs”). I’ll list path-related dependencies outside of the...