-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[第 61 期]开源项目自荐: Github-Issue博客仓库集成Circle-CI, 自动更新README #585
Comments
ruanyf
changed the title
开源项目自荐: Github-Issue博客仓库集成Circle-CI, 自动更新README
[第 61 期]开源项目自荐: Github-Issue博客仓库集成Circle-CI, 自动更新README
May 26, 2019
赞,之前想到用 issue 写博客没有目录的问题,原来可以这样解决
|
https://github.com/nimojs/github-comments |
学到了 |
其他还好。就是这图标实在有点花哨了。 |
哈哈, 我是觉得全是文字太单调了, 容易犯困 @bihell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现在很多人, 包括我, 在折腾了一堆个人博客的系统之后, 放弃了花哨的页面效果, 回过头来用Github Issue写博客.
但头疼的一点就是:
如果让其他人直接点到自己仓库的issues页面来看自己的文章的话, 只会看到issue的列表, 没有突出内容, 没有分类, 没有about me, 只有一条条的issue.
如果想解决上述的问题, 就要手动在发布issue之后, 手动更新README, 并且push到仓库, 那么你需要:
很麻烦, 感觉慢慢没有了更新的动力 😢
基于这个痛点, 我找到了一个办法:
利用Circle CI提供的定时任务功能, 结合GitHub的API来实现:
0 0 * * *
, 这样, 每天0点的时候, Circle-CI就会执行1-4的步骤!于是, 你只需要写Issue就好了, 剩下的交给Circle-CI就好了.
🎉
参考我的ghiblog仓库: https://github.com/jwenjian/ghiblog
截图:
The text was updated successfully, but these errors were encountered: