feat: add sidebar layout support for blog posts

- Add layout field to posts schema and frontmatter
- Enable docs-style sidebar layout for posts (previously pages only)
- Update Post.tsx to handle sidebar for both posts and pages
- Add layout field to Write.tsx frontmatter reference
- Update documentation in docs.md, setup-guide.md, how-to-publish.md
- Add documentation links to README.md
This commit is contained in:
Wayne Sutton
2025-12-23 00:57:21 -08:00
parent edb7fc6723
commit 0342539aac
18 changed files with 244 additions and 338 deletions

View File

@@ -15,7 +15,7 @@
## Current Status
v1.21.0 deployed. Blog page view mode toggle with list and card views.
v1.24.0 deployed. Sidebar layout support for blog posts.
## Completed