Total Pageviews

Thursday, 11 December 2025

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


首先fork此项目https://github.com/netlify-templates/content-ops-starter,我fork后的项目地址是https://github.com/briteming/ntcos/,
然后访问https://github.com/briteming/ntcos/tree/main/content/pages/blog,新建源帖fh.md,内容为

---
title: 战马
slug: fh
date: '2025-12-11T20:39:00'
type: PostLayout
---

此处写视频的嵌入代码

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

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

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

 项目地址:

https://github.com/netlify-templates/content-ops-starter

 https://github.com/briteming/ntcos

演示博客:

https://ntcos.vercel.app/
https://ntcos.vercel.app/blog/

 

No comments:

Post a Comment