公開日:
テストページ
Welcome to my MD(X) page!
Simple Homepage & blog made with Next.js, MDX and Shadcn UI 🚀
A starter kit for sites with blogs, using a modern stack to accelerate website building and gain flexible scalability!
Stacks details
We used modern tooling to build this example project, including:
- Next.js v14 App Router
- React Server Components (RSCs), Suspense, and Server Actions
- Written in TypeScript
- shadcn/ui
- Styling with Tailwind CSS
- Radix UI for headless component primitives
- Icons from lucide-react
- Dark mode for next-themes
- MDX-remote lets you use JSX in your markdown content.
- Markdown styling with tailwindcss/typography
- Rehype Pretty Code.
- remark-gfm
- remark-breaks
directory structure
Store project files outside of app according to Shadcn/ui.
And the addDir hierarchy is divided into 3 levels.
- metadata files via Next.js.
- Basic site page structure.(routing)
- The concept of co-location.
Reference
Here's a list of other related projects where you can find inspiration for your own project:
- test
License
One really important part: Give your project a proper license. Here you should
state what the license is and how to find the text version of the license.
Something like:
"The code in this project is licensed under MIT license."