Fix blog post ordering and add explicit dates#1689
Conversation
- Add explicit `date:` field to all blog post frontmatter - Fix welcome post date to 2025-10-12 so it appears first - Fix chdir post filename and date to 2025-10-19 (actual merge date) - Add `<!--truncate-->` markers to chdir and pager posts - Remove duplicate index.md that was causing routing conflicts - All posts now in correct chronological order 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe PR updates blog post metadata by adding publication dates to 8 blog posts, adds truncate markers for excerpt display in 2 posts, removes front matter from the blog index file, and expands content in a pager correction post. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (10)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (2)website/**📄 CodeRabbit inference engine (.cursor/rules/atmos-rules.mdc)
Files:
website/blog/*.md📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1689 +/- ##
==========================================
+ Coverage 66.34% 66.38% +0.04%
==========================================
Files 356 356
Lines 41025 41025
==========================================
+ Hits 27216 27234 +18
+ Misses 11773 11755 -18
Partials 2036 2036
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
These changes were released in v1.196.0-rc.0. |
what
date:field to all blog post frontmatter for consistent ordering<!--truncate-->markers to chdir and pager posts for proper summariesindex.mdthat was causing routing conflictswhy
references
Summary by CodeRabbit