Total Pageviews

Sunday, 25 January 2026

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


首先fork此项目https://github.com/chonext/blog,我fork后的项目地址是https://github.com/ymbrite/cnb, 
然后访问https://github.com/ymbrite/cnb/tree/main/src/contents/blog,新建源帖fh.mdx,内容为:

---
title: 战马
description: 这是一篇文章
publishedAt: '2025-01-03T19:09:00'
lastUpdated: '2025-01-03T19:09:00'
banner: 'juniperphoton-cb-jNXaLaFQ-unsplash_enlhax'
tags: 'misc'
---

此处写视频的嵌入代码

( 详见https://github.com/ymbrite/cnb/blob/main/src/contents/blog/fh.mdx?plain=1)

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

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

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

 项目地址:

https://github.com/chonext/blog

https://github.com/ymbrite/cnb

演示博客:https://cnb-one.vercel.app/blog

 https://cnb-one.vercel.app/blog/fh 能显示视频

No comments:

Post a Comment