Creating Drafts In Eleventy
About to read
Several static site generators and content management systems have built in functionality to mark posts as drafts. Eleventy (11ty) isn't one of these but fortunately it is possible to implement.
The core concept is to use two front matter keys — permalink
and eleventyExcludeFromCollections
— to hide pages from users…