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

@@ -2,7 +2,8 @@
## File Location & Naming
- **Directory**: `/home/dockersa/chns.tech/content/posts/YYYY/`
- **New posts (staging)**: `CHNS.tech/staged-posts/` — write all new posts here first
- **Published location**: `/home/dockersa/chns.tech/content/posts/YYYY/` — only after review
- **Filename format**: `MM-DD-{slug}.md` (e.g., `03-11-docker-setup-guide.md`)
- **Slug**: lowercase, hyphen-separated, descriptive
@@ -112,11 +113,15 @@ Search all existing posts in `/home/dockersa/chns.tech/content/posts/` and link
Use `##` for primary sections. Avoid deep nesting.
### Code Blocks
Use plain fenced code blocks — do not specify a language:
Always specify the language:
````markdown
```
```bash
command here
```
```yaml
key: value
```
````
### Inline Code