Nuxt Blog built with Nuxt3, Nuxt-Content3, Vue3 & TailwindCss & Daisyui
Mod from nurRiyad/nuxt-blog
- Write blog with markdown file
- Auto generate category from blog post
- Blog list page with search and pagination
- About me page for user info
- Auto generate table of content for blog post
- Auto generate Sitemap
- Url preview with Nuxt ogImage
- Dark and light mode
- Server Side Rendered(SSR) with Nuxt3
- RSS feed
- Pin function
- Custom Code Block
- Clone this repo or use it as a template
- Go to ./data/index.ts file & add your personal info
- Then head over to the ./content/blogs folder to add new blogs
- Voilà! You've got a personalized blog site!
Hosted on Vercel:
pnpm run build
# install dependencies
pnpm install
# serve in dev mode, with hot reload at localhost:5173
pnpm run dev
# build for production
pnpm run build
# serve in production mode
pnpm run preview