content: replace scaffold Building-this-site series with real posts + illustrations#17
Merged
Merged
Conversation
…trations Turn the placeholder "Building this site" entries into a complete three-post narrative with a clear arc: why the rebuild happened, how the design system landed, and what launch week taught in practice. Add a new launch-day post, update series ordering/summary, and embed lightweight custom SVG illustrations in each entry so the pieces are more visual without adding runtime weight. Made-with: Cursor
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
This PR turns the placeholder "Building this site" scaffold into a complete
three-post launch narrative with lightweight visuals.
welcomeinto a real opening essay (voice, goals, constraints).how-m2-landedinto a practical design-system story while keepingthe MDX callout structure.
launch-day-lessonsto close the series arc.building-this-site) summary and ordering toinclude all three posts.
public/images/series/andembeds one in each post.
launch-checklist.svg(&→&) so itrenders correctly.
Why
The site is live, comments are shipped, and content is now the highest-value
next step. This PR replaces placeholder text with publishable writing and gives
the first series some visual character without adding runtime weight.
Test plan
pnpm format:checkpnpm test(content/schema + unit suites)pnpm build(Astro build + Pagefind index)/series/building-this-siteshows the 3-post order/posts/welcomerenders text + image/posts/how-m2-landedrenders MDX callout + image/posts/launch-day-lessonsrenders image after SVG fixMade with Cursor