Total Pageviews

Thursday, 16 July 2026

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


首先fork此项目https://github.com/ZL-Asica/EnjuFolio,我fork后,得到的项目地址是
https://github.com/brightmann/ejfl

访问https://github.com/brightmann/ejfl/tree/main/src/contents/research,在这里创建源帖(即add file),我新建了源帖fh.mdx,内容为:
---
title: '战马'
authors:
  - ym
date: 2026-06-07T23:50:00
abstract: >
  这是一篇文章
---

此处写正文或html codes.


( 详见https://github.com/brightmann/ejfl/blob/main/src/contents/research/fh.mdx?plain=1) 

编辑https://github.com/brightmann/ejfl/blob/main/src/contents/About.mdx文件:

https://github.com/brightmann/ejfl/edit/main/src/contents/About.mdx ,在第一行加上

请访问research(https://ejfl.vercel.app/research) ,以阅读博客。
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/ejfl

  Build Command栏填入pnpm build
 Install Command栏填入pnpm install

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

项目地址:
https://github.com/ZL-Asica/EnjuFolio

https://enju.zla.app/guide/getting-started
https://github.com/brightmann/ejfl

演示博客:

https://ejfl.vercel.app/

 https://ejfl.vercel.app/research

https://ejfl.vercel.app/research/fh 能显示视频

No comments:

Post a Comment