Total Pageviews

Tuesday, 3 December 2024

搭建基于github issue的静态博客程序 sairin-starter

首先fork此项目https://github.com/djyde/sairin-starter, 我fork后的项目地址是

https://github.com/briteming/sairin-starter

然后登录你的github账号,访问https://github.com/settings/tokens/new

生成你的github用户名的access token. 勾选repo部分:

image

然后访问vercel.com/new (需注册一个vercel账号并登录),显示:

在search框里,输入sairin-starter,会显示:


 点击import,开始导入仓库https://github.com/briteming/sairin-starter的内容到vercel.com的空间。在Environment Variables那一步,

点击Environment Variables,在Key的下一行填入GITHUB_TOKEN,在Value的下面填入GITHUB_TOKEN的值.然后点击add more,会出现第二行的 EXAMPLE_NAME, 在第二行的 EXAMPLE_NAME处填入REPO,它右边的Value部分填入github用户名/仓库名(我的是briteming/sairin-starter),然后点击deploy按钮。等待部署完成,你将得到vercel给你的网址。vercel给我的网址:https://sairin-starter-ed2b.vercel.app/

发表第一个帖子:

在此处https://github.com/briteming/sairin-starter/issues/new ,首先添加标签published,

然后写issue的标题,在正文的顶部需写上-

---

path: 帖子的slug

---


此处写正文。

一写完issue,博客几乎就立马更新了。

我的演示网址:https://sairin-starter-ed2b.vercel.app/

项目地址:https://github.com/djyde/sairin-starter

教程:

https://github.com/djyde/sairin/issues/1#step-by-step-guide

https://github.com/djyde/sairin


 

 

 


No comments:

Post a Comment