20 lines
319 B
Markdown
20 lines
319 B
Markdown
# Blog
|
|
## Purpose
|
|
Narrative posts for lessons learned, experiments, and updates.
|
|
|
|
## New Post Template
|
|
````markdown
|
|
# <Post Title>
|
|
## Context
|
|
<why this mattered>
|
|
|
|
## What Changed
|
|
- <key actions or decisions>
|
|
|
|
## Results
|
|
- <what worked / what failed>
|
|
|
|
## Lessons Learned
|
|
- <what you would do differently next time>
|
|
````
|