Skip to content

feat(blog): add MDX blog engine and first post (#71) - #107

Merged
truthixify merged 7 commits into
wraith-protocol:developfrom
fj555:feat/71-blog-engine
Aug 9, 2026
Merged

feat(blog): add MDX blog engine and first post (#71)#107
truthixify merged 7 commits into
wraith-protocol:developfrom
fj555:feat/71-blog-engine

Conversation

@fj555

@fj555 fj555 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Closes #71

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@kodinaka30-ship-it is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@fj555 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@fj555

fj555 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify , just following up on my submitted PR. I'd appreciate it if you could review. If everything looks good, I'd be grateful if you could approve it and award the associated points. Thank you!

@fj555

fj555 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Please kindly review and approve my work @truthixify

@truthixify

Copy link
Copy Markdown
Contributor

Please kindly review and approve my work @truthixify

The CI is failing as you can see, make CI pass and your work will be reviewed

@fj555

fj555 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify, just following up on the conflicting CI issues which I have resolved. I'd appreciate it if you could review. If everything looks good, I'd be grateful if you could approve it and award the associated points. Thank you!

@truthixify

truthixify commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

CI still fails. Fix src/__tests__/blog.test.tsx(10,12) where posts[0] may be undefined, then run the formatter on the flagged files and push again.

@fj555

fj555 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify, just following up on the conflicting CI issues which I have resolved. I'd appreciate it if you could review. If everything looks good, I'd be grateful if you could approve it and award the associated point. Thank you!

@truthixify

Copy link
Copy Markdown
Contributor

CI still fails. pnpm build cannot find @mdx-js/rollup, and format check flags scripts/gen-sitemap.mjs, scripts/rss.ts, scripts/sitemap.ts, and src/content/blog/wave-7-kickoff.mdx. Add the missing MDX deps or remove those imports, run Prettier, then push again.

@fj555

fj555 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify, just following up on the conflicting CI issues which I have resolved. Please check again

@truthixify

Copy link
Copy Markdown
Contributor

CI is green now, but review is still blocked. The header links to /blog, but src/App.tsx still has no /blog route. src/pages/Blog.tsx also still renders the old hardcoded posts instead of the new MDX posts. Please wire the route and page to getAllPosts and getPostBySlug, add header.nav.blog to en.json and es.json, then push again.

@fj555

fj555 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify, I have resolved this issue. Please check again

CI is green now, but review is still blocked. The header links to /blog, but src/App.tsx still has no /blog route. src/pages/Blog.tsx also still renders the old hardcoded posts instead of the new MDX posts. Please wire the route and page to getAllPosts and getPostBySlug, add header.nav.blog to en.json and es.json, then push again.

@truthixify

Copy link
Copy Markdown
Contributor

CI is green and the /blog route is fixed. One blocker remains: the build still runs node scripts/gen-rss.mjs, which reads src/data/blog-posts.json, so the new MDX post is not included in public/feed.xml. Please wire the MDX posts into the existing RSS generator, or update the existing manifest and remove the unused scripts/rss.ts.

@fj555

fj555 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Hi @truthixify, I have resolved this issue. Please check again

CI is green and the /blog route is fixed. One blocker remains: the build still runs node scripts/gen-rss.mjs, which reads src/data/blog-posts.json, so the new MDX post is not included in public/feed.xml. Please wire the MDX posts into the existing RSS generator, or update the existing manifest and remove the unused scripts/rss.ts.

@truthixify
truthixify merged commit 3f81632 into wraith-protocol:develop Aug 9, 2026
3 of 4 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

Merged. Thanks @fj555. Blog routes, MDX posts, and feed generation are green now.

@fj555

fj555 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Thank you @truthixify, Please help and reward my associated point and remember me in your org. by next wave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blog engine + first post

3 participants