Skip to content

BingFengHung/blog

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Deploy server

Deploy to GitHub page

npm run generate

npm run deploy

Todo

  • 加入系列文章功能 (另外開一個主要是一系列的文章)
  • 在每篇文章多個 keyword 功能 (多個 keyword 標籤顯示)
  • 設計每天文章之間的關聯然後產生推薦文章 (目前沒有概念要怎麼設計)
  • 研究如何弄一個留言系統上去
  • 做個推薦閱讀的版面
  • 閱讀模式
  • 文章標題連結