blog: add truncate markers to oh-my-pi and 10k-stars posts - #2065
Merged
Conversation
Silences the Docusaurus build warning about untruncated blog posts. Marker placed after the lead paragraphs so the blog index shows a clean preview. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
cdbartholomew
added a commit
that referenced
this pull request
Jun 9, 2026
- Add <!-- truncate --> after the lead (fixes the build warning addressed repo-wide in #2065) - Add featured/social image and hero image - Replace workspace login URL with the canonical join.slack.com invite
cdbartholomew
added a commit
that referenced
this pull request
Jun 9, 2026
…ever (#2092) * blog: Hindsight is the fastest-growing open-source AI memory project ever Equal-age GitHub star analysis (per-star timestamps) plus third-party validation from OSSCAR (#10 fastest-growing OSS org, ahead of Mem0) and dope.security (#1 MCP server in enterprise traffic). Adds cdbartholomew to blog authors. * blog: add truncate marker, featured image, fix Slack invite link - Add <!-- truncate --> after the lead (fixes the build warning addressed repo-wide in #2065) - Add featured/social image and hero image - Replace workspace login URL with the canonical join.slack.com invite * blog: clean up featured image (remove curve overlapping the headline) * blog: add captured star-history chart (Hindsight steepest slope); align featured image to brand palette - Embed a static capture of the overlaid star-history graph in the 'still accelerating' section; Hindsight shows the steepest slope of any project. Replaces the unreliable live-URL embed (rate-limited). - Recolor the featured/OG card to the Hindsight brand palette (#0074d9 -> #009296 gradient, #09090b background) instead of off-palette mint. * blog: add star-history chart to featured image (text left, chart right)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<!-- truncate -->to the two blog posts that were triggering this warning on production build:blog/2026-06-08-oh-my-pi-hindsight-memory.mdblog/2026-04-21-hindsight-10k-stars.mdWhy
Docusaurus production build logs:
```
Warning: Docusaurus found blog posts without truncation markers:
```
Every other blog post in the repo follows the same lead-paragraphs-then-marker pattern — see
2026-05-25-hermes-coding-assistant-codebase-memory.mdfor a recent example.Test plan
🤖 Generated with Claude Code