Files
Cloud-Blog/README.md
Al Asad Nur Riyad 05fe5ced04 Update readme.md
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@appscode.com>
2023-09-14 17:07:48 +06:00

1.5 KiB

Nuxt Blog A Personal Blog Site

Built with

Nuxt Blog built with Nuxt3, Nuxt-Content2, Vue3 & TailwindCss

Features

  • 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
  • Server Side Rendered(SSR) with Nuxt3

Preview


Live Demo

Demo

https://blog.nurriyad.xyz

Hosted on Vercel: npm run build

Build Setup

Requires Node.js 16+

# install dependencies
yarn install

# serve in dev mode, with hot reload at localhost:5173
yarn run dev

# build for production
yarn run build

# serve in production mode
yarn run  preview