summary refs log tree commit diff
path: root/src/blog/hidden.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/hidden.md')
-rw-r--r--src/blog/hidden.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/blog/hidden.md b/src/blog/hidden.md
deleted file mode 100644
index 330b617..0000000
--- a/src/blog/hidden.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-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).