fix: restore blog index (34 posts) and Sprint 15 hero images#675
Merged
laynepenney merged 1 commit intomainfrom Apr 12, 2026
Merged
fix: restore blog index (34 posts) and Sprint 15 hero images#675laynepenney merged 1 commit intomainfrom
laynepenney merged 1 commit intomainfrom
Conversation
…images The blog index was missing 11 posts (Sprint 5-11 recaps, building-collaboration, building-my-own-memory, design-session-that-saved-us, what-is-memory, why-synapt) because those posts existed only as HTML with no .md frontmatter stubs for the build script. Added .md stubs so build_blog_index.py generates a complete index. Also restores Sprint 15 hero images to the correct versions from 34f34b2, which were overwritten by a bad merge resolution in 5a73f49.
Contributor
|
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement. To sign, please comment on this PR with the following exact text:
You can also re-trigger the CLA check by commenting I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
.mdfrontmatter stubs for blog posts that existed only as HTML files, sobuild_blog_index.pynow generates a complete index with all 34 postsdocs/blog/index.htmlfrom the build script (previously hand-edited and missing sprint 5-11 recaps and other posts)Posts previously missing from index
Sprint 5, 6-7, 8, 9, 10, 11 recaps; Building Collaboration; Building My Own Memory; The Design Session That Saved Us; What Is Memory?; Why Synapt?
Premium boundary: core OSS (blog content, no code changes).
Test plan
python scripts/build_blog_index.pygenerates 34 posts