diff options
Diffstat (limited to 'src/blog/hidden.md')
-rw-r--r-- | src/blog/hidden.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/blog/hidden.md b/src/blog/hidden.md new file mode 100644 index 0000000..330b617 --- /dev/null +++ b/src/blog/hidden.md @@ -0,0 +1,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). |