Skip to content

blog: add truncate markers to oh-my-pi and 10k-stars posts - #2065

Merged
nicoloboschi merged 1 commit into
mainfrom
blog/add-truncate-markers
Jun 10, 2026
Merged

blog: add truncate markers to oh-my-pi and 10k-stars posts#2065
nicoloboschi merged 1 commit into
mainfrom
blog/add-truncate-markers

Conversation

@benfrank241

Copy link
Copy Markdown
Member

Summary

  • Adds <!-- truncate --> to the two blog posts that were triggering this warning on production build:
    • blog/2026-06-08-oh-my-pi-hindsight-memory.md
    • blog/2026-04-21-hindsight-10k-stars.md
  • Placed after the lead paragraphs so the blog index gets a clean preview instead of the full body.

Why

Docusaurus production build logs:

```
Warning: Docusaurus found blog posts without truncation markers:

  • "blog/2026-06-08-oh-my-pi-hindsight-memory.md"
  • "blog/2026-04-21-hindsight-10k-stars.md"
    ```

Every other blog post in the repo follows the same lead-paragraphs-then-marker pattern — see 2026-05-25-hermes-coding-assistant-codebase-memory.md for a recent example.

Test plan

  • `cd hindsight-docs && npm run build` no longer warns about untruncated posts
  • Blog index page (`/blog`) shows the lead paragraphs only for both posts; "Read more" link present

🤖 Generated with Claude Code

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)
@nicoloboschi
nicoloboschi merged commit fd848a1 into main Jun 10, 2026
71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants