This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Releases: jwenjian/ghiblog
Releases · jwenjian/ghiblog
v2.0.0
Switch from Circle CI to Github Actions
The README will update when you
- create an issue
- update an issue
- delete an issue
- label an issue
- ...
i.e. every event about issue will trigger the workflow then update the content and commit to master branch
NO more circle ci integration needed.
Logo pic removed for now
About me section removed for now
v1.1.0
README.md will now display part of body of new created issue instead of its title only
Issue can now specify its summary by adding ---
into issue body, for example:
If an issue has below body:
title
description
---
examples:
1.
2.
...
Then README.md will display the part from body start to the index of ---
:
title
description
[More>>>](issue_html_url)
Note: If your issue doesn't has
---
, the first 150 characters will be displayed instead.
README.md现在支持显示最新issue的部分内容, 而不是只显示issue的标题。
Issue现在可以通过添加---
来指定要显示在README中的内容
如果你的issue内容如下:
title
description
---
examples:
1.
2.
...
那么README中会显示如下信息:
title
description
[More>>>](issue_html_url)
另外, 如果Issue中没有
---
, 则会显示issue内容的前150个字符。
v1.0.5.2
v1.0.5.1
v1.0.5
新增
- 现在支持生成词云了! 生成的词云图片放在
assets
目录下, 文件名为wordcloud.png
词云的生成依赖 -> word_cloud
示例词云图片:
优化
- 优化分类部分的显示
New
- Word cloud!!!
Now we are supporting word cloud generate, the generated picture is inassets/
folder, namedwordcloud.png
Thanks to word_cloud
Sample word cloud:
Optimize
- Optimize the issues in label section
v1.0.4
v1.0.3
v1.0.2
新增显示访客信息统计
基于我的另外一个项目 -> visitory-count-badge, 为生成的README添加了访客数量统计的badge显示
Everything Works!
🎉 🎉 🎉
First Release with :
- Bundle content of
README.md
with below sections:
- Summary section
- Pinned issues section
- Latest 5 issues section
- Issue list by labels section
- About me section
- Update
README.md
file - Integrate with Circle CI to run the job in daily, controlled by cron expression
0 0 * * *