Skip to content

wtlow003/nextjs-theme-simple

Repository files navigation

Simple

Deploy with Vercel

Motivation

simple

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/

demo.mp4

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