Pages

Wednesday, 31 December 2025

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


首先fork此项目https://github.com/kingchun1991/nextjs-chakra-starter-blog,我fork后的项目地址是https://github.com/ymbrite/ncsb, 
然后访问https://github.com/ymbrite/ncsb/tree/main/content/blog,新建源帖fh.mdx,内容为:

---
title: '战马'
publishedAt: '2025-12-31T00:17:00'
modifiedAt: '2025-12-31T00:17:00'
summary: '这是一篇文章'
image: '/images/image-placeholder.png'
slug: 'blog/fh'
categories: ['misc']
author: 'ym'
tags: ['Nextjs', 'Chakra UI']
draft: false
---

此处写视频的嵌入代码

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

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

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

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

 项目地址:

https://github.com/kingchun1991/nextjs-chakra-starter-blog

https://github.com/ymbrite/ncsb

演示博客:

https://ncsb.vercel.app/blog 支持分页
https://ncsb.vercel.app/blog/fh 能显示视频

No comments:

Post a Comment