Total Pageviews

Friday, 5 December 2025

搭建基于nextjs的静态博客程序:kb-ym(支持分页)

 


首先fork此项目https://github.com/kfirfitousi/blog,我fork后的项目地址是https://github.com/briteming/kb-ym/,
然后访问https://github.com/briteming/kb-ym/tree/prod/content/posts/,新建目录misc: 
https://github.com/briteming/kb-ym/tree/prod/content/posts/misc, 然后新建源帖test.mdx,内容为

---
title: 测试1
excerpt: 这是一篇文章
date: '2025-12-01T07:47:00'
tags:
  - next.js
  - mdx
  - blog
---

这是测试1.

(详见https://github.com/briteming/kb-ym/blob/prod/content/posts/misc/test.mdx?plain=1)

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

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

 项目地址:

https://github.com/kfirfitousi/blog

https://github.com/briteming/kb-ym/

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

No comments:

Post a Comment