Jimmy's Blog
Een minimalistisch persoonlijk blogsysteem gebouwd op Next.js 15+.
Technische Stack
- Framework: Next.js 13+ (App Router)
- Stijl: Tailwind CSS
- Pictogram: Lucide Icons
- Thema: Ondersteunt schakelen tussen donker/licht modus
- Deploy: Vercel
Functiekenmerken
- 📝 Ondersteuning voor Markdown-artikelen
- 🌓 Schakelen tussen donker/licht thema
- 📱 Responsief ontwerp
- ⚡ Snelle laadtijden
- 📅 Artikel tijdlijnweergave
Projectstructuur
.
├── app/
│ ├── lib/ # 工具函数和数据处理
│ ├── posts/ # 博客文章
│ └── page.tsx # 首页
├── content/
│ ├── notes/ # 随笔
│ └── posts/ # 文章
├── components/ # React 组件
├── public/ # 静态资源
└── styles/ # 全局样式Installatie en uitvoering
- Project klonen
git clone https://github.com/Lily-404/blog.git
cd jimmy-blog- Afhankelijkheden installeren
npm install- De ontwikkelserver uitvoeren
npm run dev- Productieversie bouwen
npm run buildNieuwe artikel toevoegen
- Maak een nieuw Markdown-bestand aan in de map
content/posts - Bestandsnaamformaat: xxx.md
- Voeg metadata toe aan het begin van het bestand:
---
title: 文章标题
date: YYYY-MM-DD
tags: ["标签1","标签2","标签3"]
---Voeg een notitie toe
- Maak een nieuw Markdown-bestand aan in de map content/notes
- Bestandsnaam formaat: YYYY-MM-DD-titel.md`
- Voeg metadata toe aan het begin van het bestand:
---
date: YYYY-MM-DD
---部署
项目已配置 Vercel 部署,支持自动部署。只需将代码推送到 GitHub 仓库,Vercel 会自动构建和部署。
贡献
欢迎提交 Issue 和 Pull Request!
许可证
MIT License
--- Tranlated By Open Ai Tx | Last indexed: 2025-12-11 ---