Welcome to the Yantrasi Blog
Miha Cacic · April 7, 2026 · 1 min read
This is a sample blog post to verify the infrastructure works. Replace or delete this file when real content is ready.
What you can do in blog posts
Standard markdown works out of the box:
- Bold text and italic text
- Links to other pages
- Lists, headings, blockquotes, code blocks
Images
Place images in /static/content/blog/your-post-slug/ and reference them:
 Frontmatter fields
Every post needs this frontmatter:
---
title: Post Title
description: Brief description for listings and SEO
date: 2026-04-07
author: Author Name
tags: [Tag1, Tag2]
--- The slug is derived from the filename (this file is sample-post.md so the URL is /blog/sample-post).