Updated preference files

This commit is contained in:
2026-04-03 00:56:48 -07:00
parent 9bf97c2358
commit 79fd6fd6db
5 changed files with 86 additions and 25 deletions

View File

@@ -62,28 +62,7 @@ project-name/
## Hugo Blog (chns.tech)
Static site for tech blog posts.
```
site/
├── hugo.toml # Site config
├── content/
│ └── posts/
│ └── YYYY-MM-DD-post-title.md
├── themes/
├── static/
└── layouts/
```
**Post front matter standard:**
```yaml
---
title: "Post Title"
date: YYYY-MM-DD
draft: false
tags: ["tag1", "tag2"]
---
```
See `preferences/articles.md` for the canonical post template, front matter, and formatting conventions.
---