Total Pageviews

Friday, 5 December 2025

搭建基于nextjs的静态博客程序ccpb(支持分页)

 


首先fork此项目https://github.com/Cwarcup/personal-blog,我fork后的项目地址是https://github.com/briteming/ccpb,
然后访问https://github.com/briteming/ccpb/tree/main/data/blog/posts,新建源帖test.md,内容为

---
title: '测试'
date: '2025-12-05T09:43:00'
draft: False
tags: ['misc1', 'misc2', 'misc3']
summary: "这是一篇文章"
---

这是测试1.

( 详见https://github.com/briteming/ccpb/blob/main/data/blog/posts/test.md?plain=1)

 然后访问vercel.com/new ,导入项目https://github.com/briteming/ccpb,点击deploy按钮,等待部署完成,部署完成后,我得到网址https://ccpb.vercel.app/

 新建源帖后,博客网站2分钟内就会更新。

 项目地址:

https://github.com/Cwarcup/personal-blog

 https://github.com/briteming/ccpb

演示博客: https://ccpb.vercel.app/

 https://ccpb.vercel.app/posts 支持分页

No comments:

Post a Comment