自动跟新最新博客到github主页

221543-1576419343705c.jpg

简介

最近github可以显示类似于主页的东西了,所以打算将自己最新的博客推送到github主页。

我的github主页:zeekling

项目

代码项目位置为:https://git.zeekling.cn/zeekling/github_zeekling

编译项目:

git clone ssh://git@git.zeekling.cn:222/zeekling/github_zeekling.git
cd github_zeekling
./build.sh

修改配置:

# 博客名字
blog.title=小令童鞋
# 二级标题
blog.subTitle=梅干菜你个小酥饼哦。
# 主页
blog.home=https://www/zeekling.cn
# rss
blog.rss=https://www.zeekling.cn/rss.xml
# 博客图标
blog.favicon=https://img.zeekling.cn/images/2020/02/23/logo.th.png
# github token
github.pat=068783457fa6e084aad1342ed2730f33a0255b97
# 项目名字。就是自己用户名
github.repoName=zeekling

token 生成,如下图所示:

202007262224.png

运行项目

cd build
./start.sh
# Java  博客  原创 


标 题:《自动跟新最新博客到github主页
作 者:zeekling
提 示:转载请注明文章转载自个人博客:浪浪山旁那个村

评论

  1. 哈哈哈,这个没有仔细研究过

  2. 有考虑使用 GitHub action来实现吗?

取消