Back to blog
Extraa Blog
Launching your Extraa business profile the simple way
June 18, 2026•Extraa Team
A starter post showing how to publish blog content from markdown files inside the app repository.
setupcontentseo
Why this structure works
This blog is powered by plain markdown files stored inside content/blog.
- Each file becomes one post
- Frontmatter stores title, date, description, author, and tags
- The site reads those files and renders
/blogplus each article page
When this is the right choice
Use repo-based markdown when:
- the team is technical
- content does not need approvals or a marketing dashboard
- you want version control for every change
- you want the fastest setup with the lowest maintenance
Suggested writing workflow
- Create a new
.mdfile insidecontent/blog - Add the frontmatter block
- Write the post in markdown
- Deploy the app
That is enough to publish a new article.