--- eleventyExcludeFromCollections = true permalink = false --- Both of the above booleans need to be set for a post to be a proper draft. Without `permalink=false`, the page will still be generated and be available as a direct link. Without `eleventExcludeFromCollections=true`, a link will be generated on starfall.systems/blog and the Atom feed (though if permalink is off, it won't go anywhere).