Total Pageviews

Friday, 26 December 2025

搭建基于nextjs的静态博客程序srnb


首先fork此项目https://github.com/sRect/nextjs-blog,我fork后的项目地址是https://github.com/briteming/srnb,
然后访问https://github.com/briteming/srnb/tree/main/public/md,新建源帖fh.md ,
内容为:

---
title: "战马"
keywords: "misc1, misc2, misc3"
date: "2025-12-21T16:43:00"
---


此处写视频的嵌入代码

( 详见https://github.com/briteming/srnb/blob/main/public/md/fh.md?plain=1),像这种date参数的值为

 2025-12-21T21:55:00的静态博客程序的帖子通常就是按发表的时间顺序排列的,无需去管源帖怎么命名。

 然后访问vercel.com/new ,导入项目https://github.com/briteming/srnb

然后,点击deploy按钮,等待部署完成,部署完成后,我得到网址https://srnb-ym.vercel.app/

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

 项目地址:

https://github.com/sRect/nextjs-blog

https://github.com/briteming/srnb

演示博客:

https://srnb-ym.vercel.app/

( https://srnb.netlify.app/)

https://srnb-ym.vercel.app/posts/fh 不能显示视频

No comments:

Post a Comment