Total Pageviews

Sunday, 14 December 2025

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


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

---
title: '战马'
date: '2025-12-14T13:04:00.675Z'
description: 'read more...'
thumbnail: '/img/blog/blog-thumbnail.png'
---

# 战马

此处写视频的嵌入代码

( 详见https://github.com/briteming/tnmb/blob/master/posts/fh.md?plain=1)

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

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

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

 项目地址:

https://github.com/tigranbs/nextjs-markdown-blog

 https://github.com/briteming/tnmb

演示博客:

https://tnmb.vercel.app/

https://tnmb.vercel.app/blog/fh ,支持渲染视频.



No comments:

Post a Comment