Category "eleventy"

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