summary refs log tree commit diff
path: root/src/blog/hidden.md
blob: 330b6173e502c83d75b7d97b1c3663015ea3bb84 (plain) (blame)
1
2
3
4
5
6
7
---
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).