Commit c530acc
feat(www): add SonicJS Authentication blog post + scheduled publishing (#810)
- New guide post: SonicJS Authentication: A Complete Guide (covers
password, OAuth, magic link, and OTP flows with JWT + KV-cached
verification, RBAC middleware, and a hardening checklist).
- Hero image generated to www/public/images/blog/sonicjs-authentication-complete-guide/hero.png.
- blog.ts now hides future-dated posts in production so authors can
set publishedAt to a future date and the post stays out of listings,
RSS, sitemap, and direct URLs until the next deploy on/after the date.
- sonicjs-seo-blog skill updated to always run hero-image generation
after writing the MDX (with explicit failure reporting) and to use
the actual content path (www/content/blog/[category]/).
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 4378920 commit c530acc
4 files changed
Lines changed: 434 additions & 2 deletions
File tree
- .claude/commands
- www
- content/blog/guides
- public/images/blog/sonicjs-authentication-complete-guide
- src/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
47 | 63 | | |
48 | 64 | | |
49 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
50 | 68 | | |
51 | | - | |
| 69 | + | |
52 | 70 | | |
53 | 71 | | |
54 | 72 | | |
| |||
0 commit comments