# Adding a New Blog
AI-readable version of this post.
Path: /about/adding-a-new-blog
Category: About
Date: 2026-07-24
Author: Vengeance Blog
Reading time: 1 min
Description: Drop a markdown file, get route + TOC + mind web automatically.
## Create the file

Place a new file under:

```txt
content/blog/<category>/<slug>.md
```

## Add frontmatter

Use `title`, `description`, `author`, and `date` so UI surfaces stay clean.

## Add headings

Use `##` and `###` headings to feed the right-side progress TOC automatically.