Documentation Restructure
All checks were successful
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s

This commit is contained in:
2026-01-27 05:25:22 -07:00
parent 3ea11e04ff
commit e73bb0376f
205 changed files with 469 additions and 146 deletions

View File

@@ -1,2 +1,19 @@
# Bunny Lab - Blog
Welcome to the (experimental) blog section of my homelab documentation site. It's not really meant as a full-blown documentation augmentation, and more of a supplemental section for my current projects, thoughts, and roadblocks. More of a place to store my thoughts.
# 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>
````