A personal blog built with Nuxt 3, featuring content management, dark mode, and responsive design.
這是一個使用 Nuxt 3 開發的個人部落格,具有內容管理、深色模式和響應式設計等功能。
- Content management with @nuxt/content
- Dark/Light mode toggle with @nuxtjs/color-mode
- SEO optimization using @nuxtjs/seo
- Comments integration with Giscus
- Responsive design with Tailwind CSS
- Analytics with Nuxt Gtag
You can fork this project and modify it according to your needs, but please credit the original author Bearune in your project. Give a ⭐ if you like this website! Thanks!
您可以 fork 此專案並根據自己的需求進行修改,但請在您的專案中標示Bearune。如果您喜歡這個專案,歡迎給個 star ⭐!感謝!
This project was built using these technologies.
- Nuxt 3
- Vue 3
- Pinia
- Tailwind CSS
- Element Plus
- SCSS
- Content v2
-
Installation / 安裝
npm install
-
Start the development server / 啟動開發服務器
npm run dev
-
Open in browser / 在瀏覽器中打開
http://localhost:3000
-
Build for production / 建置生產版本
npm run build
You can generate custom themes using:
npm run generate-themeThis project is open source and available under the MIT License.

