Writing a New Post

Writing a New Post

A sample tutorial that shows the minimum front matter and a practical writing workflow.

Writing a New Post

This article shows the minimum structure needed for a new post.

Minimum Front Matter

1
2
3
4
5
6
7
---
title: Your Post Title
date: 2026-01-04 09:00:00 +0000
categories: [Writing]
tags: [Example]
toc: true
---

A Practical Workflow

  1. Create a file under _posts
  2. Add front matter
  3. Write the article in Markdown
  4. Preview locally
  5. Push to GitHub

Tips

  • keep categories small and durable
  • use tags for finer detail
  • add images only when they support the writing
  • use the archive and tag pages as navigation aids, not as the main structure

Final Reminder

The best way to shape a writing system is to publish a few real posts and adjust the structure only after patterns become visible.

This post is licensed under CC BY 4.0 by the author.