feat(www): MDX blog + data-driven updates feed#12
Open
evangauer wants to merge 1 commit into
Open
Conversation
- /blog index + /blog/[slug] rendered from content/blog/*.mdx via next-mdx-remote (YAML frontmatter: title, description, date, author, tags) - extract hardcoded updates array to content/updates.json so ship-log entries are a data change, not a code change - seed post: why your practice data should belong to you - blog links in nav + footer, blog routes in sitemap - @tailwindcss/typography for post body styling Part of the openVPM content lane: the rpa-agents content pipeline (Brand: openvpm) delivers posts here via PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
apps/www/content/blog/*.mdxvianext-mdx-remote(YAML frontmatter:title,description,date,author,tags). Index page + per-post page with static generation, OpenGraph metadata, and a demo CTA.apps/www/content/updates.json, so ship-log entries become a data-only change.@tailwindcss/typographyadded for post body styling.Why
This is the openVPM website lane of the outbound content engine: the content pipeline (blog-writer agent,
Brand: openvpm) drops MDX posts intocontent/blog/via PR at a 1-2 posts/week cadence, and every published post auto-fires social repurposing.Verified
pnpm type-checkcleanpnpm buildclean —/blogand the seed post prerender statically🤖 Generated with Claude Code