Category "eleventy"

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