-
I have a list of objects. These objects have a `date` attribute. I want to group by year.
Something along the lines of the following would be nice.
```
for year, posts in collections.post | group…
-
First of all, thanks for your article on CSS Tricks and thanks for contributing an Eleventy Starter. I enjoyed walking through the process and I learned quite a bit walking through the code.
I hav…
-
I love this VSCode extension. Thanks for making it @swyphcosmo! With that said, for as long as I've used it, I've found that the spell checker stops working after a certain point in larger files I'm e…
-
**Describe the bug**
I am having a problem using a custom markdown filter with pagination. I have a custom filter defined in `.eleventy.js` which is a markdown-it renderer. In `.eleventy.js`, I have …
-
We use ctfd internally pretty heavily, and to this point we've been hand-jamming instances for every class, which works, but is time consuming. The Rest API is a great add, but the docs are lacking (…
-
Can someone point me to an example of rendering math equations in Eleventy?
I'm open to using a library like Katex or MathJAX.
As far as I can tell, I just need to install and configure a markdown-i…
-
I appreciate that. :-)
-
This plugin allows me to include footer and aside partials into the page.njk template. However, it doesn't process frontmatter and I need to include a 'title' so that the partials appear in NetlifyCMS…
-
I've had many people ask me about SSR. In fact, it's probably the most requested feature. So far I've made it mechanically possible to do rehydration in the client for non-asynchronous rendered cases.…
-
I use the plugin to build an SVG sprite from a set of symbols, and it doesn't work anymore with latest version.
[This Nunjucks template](https://github.com/nhoizey/nicolas-hoizey.com/blob/master/sr…