Drafts
Posts can be saved as drafts by adding draft: true to the front-matter.
When logged in, all drafts are available from /drafts.
Feed ingested posts are saved as drafts by default to prioritize authorship over syndication. Should you prefer, add feeds_draft = false to the site settings and they will be published instead. Place it in the top-level section, above any [section] headers — inside [feeds] it would be read as a feed entry, not a setting.
Related
- Post Types: Front-matter is used to set
draft: true. - Scheduling: Hide a post until a future
createddate. - Cross-posting: Feed ingestion that produces drafts.
- Micropub: Drafts created via Micropub get a 24-hour preview link.
- Cron Scheduled Tasks: The cron endpoint triggers feed ingestion.