Total Pageviews

Sunday, 30 November 2025

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



首先fork此项目https://github.com/ositaka/nextjs-blog-tailwind-starter,我fork后的项目地址是https://github.com/briteming/nbts ,
然后访问https://github.com/briteming/nbts/tree/main/content/blog,新建源帖test.md,内容为

---
templateKey: blog
title: >
  测试
date: 2025-11-29T23:35:37.629Z
featured: true
description: >
  这是一篇文章
tags:
  - misc1
  - misc2
  - misc3
---

这是测试。

看看如何?

( 详见https://github.com/briteming/nbts/blob/main/content/blog/test.md?plain=1)

 然后访问vercel.com/new ,导入项目https://github.com/briteming/nbts,点击deploy按钮,等待部署完成,部署完成后,我得到网址https://nbts.vercel.app/

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

 项目地址:

https://github.com/ositaka/nextjs-blog-tailwind-starter
https://github.com/briteming/nbts

演示博客: https://nbts.vercel.app

奇怪的是我嵌入的视频 https://nbts.vercel.app/blog/fh/ 竟然没显示出来。

No comments:

Post a Comment