GitShow/leerob/next-mdx-blog
leerob

next-mdx-blog

Next.js + MDX blog template with Tailwind CSS and TypeScript.

by leerob
blogmdxnextjspostgresreacttailwindcssvercel
Star on GitHubForkWebsitenpm

TypeScript

7.6k stars1.4k forks92 contributorsActive · 4d agoSince 2018

Meet the team

See all 92 on GitHub →
leerob
leerob714 contributions
greenkeeper[bot]Bot
greenkeeper[bot]35 contributions
dependabot[bot]Bot
dependabot[bot]23 contributions
imgbot[bot]Bot
imgbot[bot]8 contributions
alany411
alany4115 contributions
schickling
schickling3 contributions
alexfertel
alexfertel2 contributions
rockchalkwushock
rockchalkwushock2 contributions

Languages

View on GitHub →
TypeScript45.7%
MDX42%
CSS11.5%
JavaScript0.8%

Commit activity

Last 12 weeks · 2 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
jakeobr1en
Correct footer link contrast to meet WCAG AAMergedPR

The footer links fail axe-core's color-contrast check (WCAG AA) in both color modes: text-gray-400 on the light background and dark:text-gray-500 on the dark background. What changed: One line in app/layout.tsx swaps text-gray-400 dark:text-gray-500 for text-gray-600 dark:text-gray-400, staying in the same gray palette and leaving hover:text-blue-500 untouched, which fixes all 16 failing instances (4 links × 4 pages) from the single shared footer. [a11y-agent](https://github.com/jakeobr1en/a11y-agent) is a tool I built that scans a production build with axe-core, maps violations back to JSX source, generates a fix, then verifies it by rebuilding and rescanning to confirm the violation is gone with no regressions. [!NOTE] Low Risk Cosmetic Tailwind class change on footer links only; no logic, routing, or data handling. Overview Footer link colors in the shared in are darkened so default link text passes axe-core color-contrast (WCAG AA) on both themes. Light mode uses instead of ; dark mode uses instead of . ** and layout are unchanged, so all footer links across pages pick up the fix from this single component. Reviewed by Cursor Bugbot for commit dfc62293fd15e6b37c3f1d9664d40c5eeee01df6. Bugbot is set up for automated code reviews on this repo. Configure here.

jakeobr1en · 4d ago
ajayk-sh
docs: add Deploy to PandaStack buttonMergedPR

What this does Adds a Deploy to PandaStack button to the README, alongside the existing deploy options. PandaStack is a deployment platform (like Railway/Render). It auto-detects the framework and runs the app — one click, no config. This PR only adds a README badge; no code or workflow changes. If you'd prefer not to include it, feel free to close — no worries either way. Thanks for the great project! 🙌 [!NOTE] Low Risk Documentation-only README change with no runtime or security impact. Overview Adds a second deploy badge at the top of , linking to PandaStack’s one-click deploy flow for with . The existing Deploy with Vercel badge is unchanged; no application code, config, or CI is modified. Reviewed by Cursor Bugbot for commit d31ac94d900f31b78d991506af4bfff84c121932. Bugbot is set up for automated code reviews on this repo. Configure here.

ajayk-sh · 4d ago
zhangjinchi0013
zjc testMergedPR

zjc test222222

zhangjinchi0013 · 4d ago
Structured data for AI agents

Repository: leerob/next-mdx-blog. Description: Next.js + MDX blog template with Tailwind CSS and TypeScript. Stars: 7570, Forks: 1446. Primary language: TypeScript. Languages: TypeScript (45.7%), MDX (42%), CSS (11.5%), JavaScript (0.8%). Homepage: https://next-blog-mdx.vercel.app Topics: blog, mdx, nextjs, postgres, react, tailwindcss, vercel. Open PRs: 0, open issues: 0. Last activity: 4d ago. Community health: 28%. Top contributors: leerob, greenkeeper[bot], dependabot[bot], imgbot[bot], alany411, schickling, alexfertel, rockchalkwushock, JMPerez, manovotny and others.

·@ofershap

Replace github.com with gitshow.dev