Total Pageviews

Wednesday, 24 December 2025

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



首先fork此项目https://github.com/Masttf/Epiphyllum,我fork后的项目地址是https://github.com/briteming/me, 
然后访问https://github.com/briteming/me/tree/master/src/data/posts,新建源帖woman-army.md,内容为:

---
title: 望星空
date: 2025-12-16T18:07:00
description: 这是一篇文章
category: Examples
tags: [misc1, misc2, misc3]
pin: false
draft: false
---

此处写视频的嵌入代码

( 详见https://github.com/briteming/me/blob/master/src/data/posts/woman-army.md?plain=1)

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

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

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

 项目地址:

https://github.com/Masttf/Epiphyllum

https://github.com/briteming/me

演示博客:

https://me-orpin-delta.vercel.app/ 支持分页

 https://me-orpin-delta.vercel.app/post/woman-army   能显示视频

No comments:

Post a Comment