Category "eleventy"

How do I generate Eleventy and display tags from a localized version of a collection file?

I'm new to Eleventy and working on a personal project - most of it is working fine, but I need help with generating and filtering tags based on posts stored in

dynamic classes with tailwindcss and eleventy

I am using eleventy.js with tailwindcss and postcss. In my setup, postcss does not seem to recognise dynamic classes like md:pl-{{(loop.length-loop.index+1)*2}}

Using 11ty as CMS for backend system

Not 100% sure if this is possible but the goal is to have a single point of entry (naked domain https://example.com) for entire system Backend/application (load

Check if page creation date is within the last 7 days with Eleventy and Nunjucks?

I posted a few days ago about having a way to check for newly created posts, and I am making some headway in this but got a little stuck as shortcodes are still

How to create a Tags collection and a Categories collection in Eleventy

I have the following two blocks of code in my .eleventy.js file // Tags eleventyConfig.addCollection('tagList', collection => { const tagsSet