Total Pageviews

Tuesday, 31 December 2024

搭建基于github issue的静态博客程序gialog

 首先fork 这个项目https://github.com/r7kamura/gialog ,我fork后的项目地址是

https://github.com/briteming/gialog,然后在此https://github.com/briteming/gialog/settings,勾选issues,然后创建gialog的gh-pages分支。然后在此:https://github.com/briteming/gialog/issues/new,创建issue.等2,3分钟后,即可访问博客:

https://briteming.github.io/gialog。

访问https://github.com/briteming/gialog/settings/pages,可见Build and deployment的Source是"deploy from a branch"(具体是 gh-pages branch)

 

而并未选择github actions。不过这项目确实用到了github actions来生成静态博客,访问这里

https://github.com/briteming/gialog/actions和https://github.com/briteming/gialog/actions/workflows/sync.yml,就可知进行了多次 actions。这有点奇怪。

 演示网站:https://briteming.github.io/gialog

 项目地址:https://github.com/r7kamura/gialog

https://github.com/r7kamura/gialog/issues/16

 


No comments:

Post a Comment