Total Pageviews

Friday, 5 December 2025

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


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

---
title: 测试1
time: 2025-12-01-00:10:00
tags: ["misc1", "misc2", "misc3"]
summary: 这是一篇文章
---

这是测试1.

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

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

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

 项目地址:

https://github.com/PrinOrange/nextjs-lexical-blog

 https://github.com/briteming/pnlb

演示博客:https://pnlb.vercel.app
https://pnlb.vercel.app/posts,支持分页

 

No comments:

Post a Comment