This blog now uses Astro content collections, so every article lives as a Markdown file inside src/content/blog/en/.
How to add a new post
- Create a new
.mdfile inside this folder. - Add frontmatter with
title,description, andpublishDate. - Write the content using standard Markdown.
What I can publish here
- lessons from client and product work
- notes about automation and RPA
- AI integration experiments
- performance, SEO, and UX improvements
Keeping the blog inside the project makes it easy to version content together with the portfolio design and keep publishing friction low.