March 4, 2026
Launching the DysektAI Markdown Blog
We added a lightweight, file-based blog system powered by Markdown and static generation.
updatesengineering
This blog now runs directly from Markdown files stored in the repository.
Why this setup
- Fast static pages with predictable deploy behavior
- Version-controlled content and easy collaboration
- No CMS lock-in for basic publishing
How to publish
- Add a new
.mdfile tocontent/blog. - Include frontmatter for
title,date, andexcerpt. - Push the change and deploy.
Frontmatter example
---
title: 'My Post Title'
date: '2026-03-04'
excerpt: 'A short summary shown on /blog.'
tags:
- notes
- release
---
What's next
We can add RSS, syntax highlighting, and optional draft previews in a follow-up iteration.