/blog-schedule - Manage Post Schedule
View and change post publication dates.
Working Directory
Run from the workspace root.
Commands
List (default): /blog-schedule
uv run scripts/schedule.py
Shows upcoming, recent, and older posts with series tags.
Move: /schedule move [slug] [YYYY-MM-DD]
- Update frontmatter
datefield - Rename file to match new date
- Warn if date conflicts with another post
Swap: /schedule swap [slug1] [slug2]
Exchange dates between two posts.
Notes
- Dates use YYYY-MM-DD format
- Files follow
YYYY-MM-DD-slug.mdnaming convention - Posts with
access: membersare extras (subscriber-only). They appear in/extrasinstead of/writing - Run
just syncafter changes to update S3