Skip to content

officialrajdeepsingh/section-blog-theme-demo

Repository files navigation

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/

How to use

First, clone the section blog theme demo repository.

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.

npm install
# or
yarm install
# or
pnpm install

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

Notes

Shadcn UI comes with theme functionality, You can use any Shadcn UI theme with a section blog theme.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published