Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wtlow003/nextjs-theme-simple

Minimalistic blog theme with Next.js, adapted from Hugo Mini.
https://github.com/wtlow003/nextjs-theme-simple

framer-motion mdx nextjs shadcn-ui velite

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Simple


Deploy with Vercel

## Motivation

![simple](https://github.com/user-attachments/assets/3e362175-824f-4ce1-b4fe-b82f492bfe36)

> [!NOTE]
>
> **Simple**, is a minimalistic blogging theme made with [Next.js](https://nextjs.org/) and adapted from the beloved Hugo theme – [Mini](https://github.com/nodejh/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](https://velite.js.org/guide/introduction).
5. **Syntax Highlighting**: Syntax highlighting for code with [rehype-pretty-code](https://rehype-pretty.pages.dev/).
6. **Math Support**: Write beautiful math equation with [rehype-katex](https://www.npmjs.com/package/rehype-katex).
4. **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:

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Roadmap

- [ ] Open Graph Integration
- [ ] SEO Enhancement