← All posts
astroworkflowexample
Example: Shipping a portfolio without a CMS
Example post about file-based content, MDX, and why static themes ship faster.
Example article: You do not need a CMS to publish a polished portfolio. Edit Markdown, commit, deploy.
The workflow
- Keep projects in
src/content/projects/ - Keep posts in
src/content/blog/ - Tune brand settings in
src/site.config.ts
When a CMS helps later
If a client needs non-dev editors, you can add a headless CMS later. Start static. Stay fast.
Placeholder email for questions: editor@example.com.