27 lines
371 B
Markdown
27 lines
371 B
Markdown
---
|
|
tags:
|
|
- Blog
|
|
- Index
|
|
- Documentation
|
|
---
|
|
|
|
# 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>
|
|
````
|