Roo-Code/apps/web-roo-code/content/blog/.gitkeep
Roo Code b7fb0638a2 feat(blog): add markdown content pipeline with PT scheduling
- Add gray-matter for frontmatter parsing
- Create BlogPost type and zod schema for validation
- Implement PT timezone helpers (getNowPt, parsePublishTimePt)
- Implement content loading (getAllBlogPosts, getBlogPostBySlug)
- Implement isPublished for request-time publish gating
- Add validation for frontmatter and duplicate slugs
- Create content/blog directory for markdown files

Closes: MKT-67
2026-01-27 19:32:33 +00:00

2 lines
94 B
Text

# This directory contains blog post markdown files.
# See docs/blog.md for the specification.