Total Pageviews

Saturday, 3 January 2026

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

首先fork此项目https://github.com/themefisher/bigspring-light-nextjs,我fork后的项目地址是https://github.com/ymbrite/bln

然后访问https://github.com/ymbrite/bln/tree/main/content/blogs,新建源帖fh.md,内容为:

---
title: "战马"
description: "这是一个视频"
image: "/images/blog-1.jpg"
date: 2026-01-03T01:03:00Z
draft: false
---


此处写视频的嵌入代码

( 详见https://github.com/ymbrite/bln/blob/main/content/blogs/fh.md?plain=1)

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

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

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

 项目地址:

https://github.com/themefisher/bigspring-light-nextjs

https://github.com/ymbrite/bln

演示博客:

https://bln-seven.vercel.app/
https://bln-seven.vercel.app/blogs,支持分页
https://bln-seven.vercel.app/blogs/fh 能显示视频


No comments:

Post a Comment