This is my boilerplate bootstraped with nextjs. This helps me move fast with creating a new blog.
Boilerplate has minimal setup and is ready to use. Only designs required for blog and post page is implemented.
Clone -> Change home page UI -> Start writing mdx blogs in "content/blog" folder.
- NextJs: React Framework
- TailwindCSS: CSS
- Shadcn UI: UI Components
- Velite: Markdown management
- Rehype: Code block styling
- Next Themes: Theme/mode management
WIP