Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/officialrajdeepsingh/section-blog-theme-demo

build a demo website with nextjs, nextra, section blog theme and tailwind CSS.
https://github.com/officialrajdeepsingh/section-blog-theme-demo

markdown mdx nextjs nextra nextra-theme shadcn-ui

Last synced: 7 days ago
JSON representation

build a demo website with nextjs, nextra, section blog theme and tailwind CSS.

Awesome Lists containing this project

README

        

# Section Blog Theme: A Minimalist Blog Theme

Section Blog Theme is a static generation Minimalist blog theme built with nextjs, nextra, tailwind CSS, Typescript, and shadcn UI.

## Demo

[https://next-blog-starter.vercel.app/](https://section-blog-theme-demo.vercel.app/)

## How to use

First, clone the [section blog theme demo](https://github.com/officialrajdeepsingh/section-blog-theme-demo) repository.

```bash
git clone https://github.com/officialrajdeepsingh/section-blog-theme-demo.git
# or
gh repo clone officialrajdeepsingh/section-blog-theme-demo

# change the repository
cd section-blog-theme-demo
```

Install the node.js package using the node package manager.

```bash
npm install
# or
yarm install
# or
pnpm install
```

Lastly, 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.

# Notes

Shadcn UI comes with theme functionality, You can use any [Shadcn UI theme with a section blog theme](https://section-blog-theme-docs.vercel.app/docs/theme).

* To learn more, [read our documentation](https://section-blog-theme-docs.vercel.app).