Web Analytics

blog

⭐ 159 stars Traditional Chinese by Lily-404

🌐 語言

Jimmy's Blog

一個基於 Next.js 15+ 構建的簡約個人部落格系統。

技術棧

功能特色

專案結構

.
├── app/
│   ├── lib/           # 工具函数和数据处理
│   ├── posts/         # 博客文章
│   └── page.tsx       # 首页
├── content/
│   ├── notes/         # 随笔
│   └── posts/         # 文章
├── components/        # React 组件
├── public/            # 静态资源
└── styles/            # 全局样式

安裝與執行

git clone https://github.com/Lily-404/blog.git
cd jimmy-blog

npm install

npm run dev

npm run build

新增文章

---
title: 文章标题
date: YYYY-MM-DD
tags: ["标签1","标签2","标签3"]
---

新增隨筆

---
date: YYYY-MM-DD
---

部署

项目已配置 Vercel 部署,支持自动部署。只需将代码推送到 GitHub 仓库,Vercel 会自动构建和部署。

贡献

欢迎提交 Issue 和 Pull Request!

许可证

MIT License

--- Tranlated By Open Ai Tx | Last indexed: 2025-12-11 ---