DysektAI
  • Services
  • Pricing
  • Portfolio
  • Contact
ServicesPricingContact
DysektAI

Pushing the boundaries of what's possible in modern web development with cutting-edge AI technology.

Company

  • Home
  • Plans & Pricing
  • About
  • Portfolio
  • Blog
  • Contact Us

Services

  • All Services
  • Domains
  • Hosting
  • Marketing & SEO

Development

  • Website Development
  • Software Development
  • Backend Development
  • FortMyersWheels.com

© 2026 DysektAI. All rights reserved.

Privacy PolicyTerms of ServicePGP Keys
← Back to blog

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

  1. Add a new .md file to content/blog.
  2. Include frontmatter for title, date, and excerpt.
  3. 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.