Draft Posts
Work-in-progress articles and posts under development
No Draft Posts Currently
There are currently no draft posts in development. Posts marked with draft: true
in their YAML frontmatter will appear here instead of the main blog listing.
1 How to Create Draft Posts
Posts marked as drafts are excluded from: - Main blog listing - RSS feeds
- Site search indexing - External link sharing
To create a draft post: 1. Add draft: true
to the post’s YAML frontmatter 2. The post will appear on this page instead of the main blog
To publish a draft: 1. Remove the draft: true
line from the post’s YAML frontmatter 2. The post will appear on the main blog listing
Using the draft management script:
# Mark a post as draft
./manage_drafts.sh draft posts/my-post/
# Publish a draft
./manage_drafts.sh publish posts/my-post/
Reuse
Citation
BibTeX citation:
@online{(ryy)_glenn_thomas,
author = {(Ryy) Glenn Thomas, Ronald},
title = {Draft {Posts}},
url = {https://focusonr.org/posts/drafts.html},
langid = {en}
}
For attribution, please cite this work as:
(Ryy) Glenn Thomas, Ronald. n.d. “Draft Posts.” https://focusonr.org/posts/drafts.html.