tamannaturalA modern markdown-powered publication
← Back to posts
1 min read#intro

Welcome to tamannatural

A quick introduction to the blog and how markdown-powered publishing works.

Welcome to the first post on this markdown-powered blog. You can edit or remove this file from content/posts/hello-world.md.

This site is built for creators who want a copyright-aware publishing workflow for natural food stories.

Why markdown works here

For a personal blog, content does not need a constantly running database. Storing posts as markdown files offers several advantages:

  • No database server or extra backend is required.
  • Content is versioned in Git and easy to manage.
  • Deployment is simple: pushing code triggers a static rebuild.

Adding a new post

Create a new .md file in content/posts/, for example new-post.md, and include frontmatter at the top of the file like this one.

© tamannatural. All rights reserved — see license terms.