Thomas Lab
  • Home
  • About
  • Blog
  • White Papers
  • Research
  • Teaching
  • Misc

Table of contents

  • 1 How to Create Draft Posts

Draft Posts

Work-in-progress articles and posts under development
Author
Affiliation

Ronald (Ryy) Glenn Thomas

UCSD

PDF Version Available
This article can be generated as a PDF for offline reading or printing.
To generate PDF: Run this command in your terminal:
./generate_pdf.sh posts/drafts.qmd
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

CC BY 4.0

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.

Copyright 2023-2025, Ronald G. Thomas