Total Pageviews

Monday, 9 December 2024

搭建基于github issues的静态博客程序 blog-by-ninehills

 首先fork项目https://github.com/ninehills/blog,我fork后的项目地址是

https://github.com/luckypoem/blog-by-nh . 因为原项目的default分支就是gh-pages分支,所以我fork后,无需再为我fork后的项目创建gh-pages分支。

 发帖。发帖即发布issue:

第一步:记得先加上blog标签。然后写issue的标题和内容,提交。
第二步:稍等3,4秒钟,在pull requests那里:

https://github.com/luckypoem/blog-by-nh/pulls 会出现请求,点击merge pull request和confirm merge.
第三步:在actions这里:https://github.com/luckypoem/blog-by-nh/actions ,
点击左上角的
.github/workflows/main.yml ,然后点击右上角的run workflow,在下拉菜单中选择branch: gh-pages, 然后点击下一行的run workflow。这样,网站就被更新了。

演示网站:https://luckypoem.github.io/blog-by-nh/

项目地址:https://github.com/ninehills/blog

教程:https://github.com/ninehills/blog/issues/100 (写得有点复杂)

 

No comments:

Post a Comment