nextjs-theme-simple

Minimalistic blog theme with Next.js, adapted from Hugo Mini.

MIT License

Stars
0
Committers
2

Motivation

[!NOTE]

Simple, is a minimalistic blogging theme made with Next.js and adapted from the beloved Hugo theme – Mini.

Simple retain the exact minimalistic feels from Mini, with following features for the modern web:

  1. Next.js Powered: Benefit from the speed, SEO advantages, and versatility of Next.js.
  2. Framer Motion Integration: Smooth animations that improve user engagement.
  3. Shadcn Styled Components: Consistent and attractive design elements made easy.
  4. MDX Support: Write in Markdown format and handle content with Velite.
  5. Syntax Highlighting: Syntax highlighting for code with rehype-pretty-code.
  6. Math Support: Write beautiful math equation with rehype-katex.
  7. Fully Responsive: Your blog will look great on any device, from mobile to desktop.

Demo:

[!TIP]

You may visit the live demo deployment: https://simple-iota-two.vercel.app/

https://github.com/user-attachments/assets/87609209-ac7e-4d9d-bfc4-12dd4d482a76

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Roadmap

  • Open Graph Integration
  • SEO Enhancement
Related Projects