Merged
Conversation
Add blog & SEO plan (02-blog-plan.md) and rename existing docs with numeric prefixes for reading order. Add docs/CLAUDE.md convention so future branches use the same NN-prefix naming. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Astro content collections for Markdown blog posts - Blog listing page (/blog) and post pages (/blog/<slug>) - Post layout with Tailwind typography and JSON-LD structured data - RSS feed (/rss.xml), sitemap (@astrojs/sitemap), robots.txt - Blog nav link on homepage header - Seed post: "Hello, World — WaveKat Is Here" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Swap theme toggle from text button to sun/moon icon (Lucide) - Replace "Apache 2.0" with "© 2026 WaveKat" in footers - Soften open-source language in seed post to avoid blanket promise - Set seed post author to Eason Guo Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
🔗 Preview: https://feat-blog.wavekat-com.pages.dev |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wavekat-eason
pushed a commit
that referenced
this pull request
Mar 31, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.8](wavekat-com-v0.0.7...wavekat-com-v0.0.8) (2026-03-31) ### Features * add blog and SEO ([#21](#21)) ([1d65bad](1d65bad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
/blog,/blog/<slug>)robots.txt, JSON-LD structured datadocs/CLAUDE.md) and blog plan (docs/02-blog-plan.md)Test plan
/blog— listing shows seed post/blog/hello-world— post renders with prose styling, meta, JSON-LD/rss.xml— valid RSS feed/sitemap-index.xml— lists all pages/robots.txt— points to sitemap🤖 Generated with Claude Code