This post gives you a repeatable publishing workflow you can follow every time you update content.
The Simple Workflow
Use this sequence for each release:
- Draft content
- Review content
- Finalize metadata
- Check navigation links
- Mark publish-ready
1) Draft Content
Create or update files in content/.
Keep drafts clearly marked:
visibility: draft
Write freely first; polish later.
2) Review Content
Do a quick pass for:
- Typos and broken sentences
- Missing headings
- Placeholder text still present
- Inconsistent naming
3) Finalize Metadata
Before publishing, check frontmatter fields:
titleis cleardescriptionexists where neededdateis correct for blog postsimagepath is valid if usedvisibilityis set topublicwhen ready
4) Check Navigation + Series Links
Confirm users can move through content:
_site.mdnavigation includes needed pages- Blog series links point to the correct next/previous post
- Page titles match link labels
5) Mark Publish-Ready
When reviewed, set:
visibility: public
Then treat that version as release candidate content.
Pre-Publish Mini Checklist
- No draft placeholders
- Frontmatter complete
- Links tested manually
- Theme selection confirmed (
themefield) - Contact/store details up to date
What’s Next
Next we cover hosting options and how to pick the right one for your team.