eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
I’m trying to access custom color values (i.e. `{{ site.custom.text_color }}`) in my `style.sass` that are stored under `_data/site.json` but dart-sass wouldn’t process it since that’s Liquid/Nunjucks syntax. I’ve read...
Suppose you specify an item in a directory data file with `eleventyComputed, e.g. in *.11tydata.js you have module.exports = { eleventyComputed: { myItem: { foo: "defaultFoo", bar: "defaultBar" } }...
I'm always frustrated when I’m having a super fun time using 11ty and thinking “wow. I love 11ty so much. Everything feels painless”, but then the problem hits. I’m very...
Build-time error (not runtime): ``` [11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] 1. Having trouble rendering liquid template ./src/tests/liquid-md.md (via TemplateContentRenderError) [11ty] 2. syntax.split is not a...
Filed via @anandchowdhary https://github.com/11ty/eleventy/issues/701#issuecomment-575613848
**Describe the bug** I have one file for each language (en/fr) that creates all the pages on my site from data from Storyblok. These files are `en/story.njk` and `fr/story.njk`. I'm...
## Summary Gatsby has a handy development feature for [refreshing data](https://www.gatsbyjs.com/docs/refreshing-content/) without having to stop and restart the local server. > To facilitate this, Gatsby exposes an environment variable called...
This is probably not ready for release, and I'm not sure if it matches the original intentions of the i18n plugin, but this works for me on my tests and...
Compiling a handlebars file using the url filter, like say `input/index.md` with ``` foo ``` fails with an error: ``` [11ty] 1. Having trouble rendering hbs template ./input/index.md (via TemplateContentRenderError)...
**Is your feature request related to a problem? Please describe.** The symlinks are not kept. They are replaced by the pointed file / directory. **Describe the solution you'd like** Add...