Updated preference files
This commit is contained in:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user