Welcome to the Tecture blog
This is a sample post so you can preview how the Tecture blog template looks. Replace or delete it before publishing real content.
Writing a post
Drop a Markdown file into src/content/posts/. The filename becomes the URL — my-post.md is served at /blog/my-post. Every post starts with frontmatter:
---
title: "Your post title"
description: "One-line summary for SEO and social cards."
pubDate: 2026-06-21
author: "Your Name"
tags: ["architecture-as-code", "engineering"]
draft: true
---
Set draft: true while you’re still writing — drafts are visible in preview but hidden from production, the blog index, and the sitemap. Flip it to false (or remove it) when the post is ready to go live.
What you get
- Typography — body copy, headings, lists, and
inline codeare styled to match Tecture’s dark theme. - Tags — each tag links to its own
/tag/<name>archive page. - SEO — title, description, Open Graph image, and Article structured data are generated from your frontmatter automatically.
Architecture lives in your code. Your docs should too.
When you’re ready, publish the site and the blog ships with it.