28 lines
497 B
Markdown
Executable File
28 lines
497 B
Markdown
Executable File
---
|
|
title: "Blog Posts Collection"
|
|
description: "Documentation for blog posts"
|
|
pubDate: 2025-04-18
|
|
draft: true
|
|
---
|
|
|
|
# Blog Posts Collection
|
|
|
|
This directory contains blog posts for the LaForceIT digital garden.
|
|
|
|
## Content Guidelines
|
|
|
|
- All posts should include proper frontmatter
|
|
- Use Markdown for formatting content
|
|
- Images should be placed in the public/blog/images directory
|
|
|
|
## Frontmatter Requirements
|
|
|
|
Every post needs at minimum:
|
|
|
|
```
|
|
---
|
|
title: "Post Title"
|
|
pubDate: YYYY-MM-DD
|
|
---
|
|
```
|