1.0.7 • Published 3 years ago

@hclonely/hexo-github v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

由于原项目不在维护,我稍微修复了一下

hexo-github

Display a GitHub repositoy badge with timeline in your post to keep track of version difference.

GitHub Badge Animation

Motive

When referencing an on-going project in an article, some of the content might became un-true or out-of-date as the project evolves, which would certainly cause some confusions to the readers.

This plugin display a badge with timeline for a GitHub repository that will compare latest commit against the referenced one. It should keep the readers informed.

Install

npm install --save @hclonely/hexo-github

Usage

Insert commit tag in your article:

{% commit user repo referenced_commit [auto_expand = true | false] [width = 100%] %}
ArgumentDescription
userGitHub user name
repoGitHub repository name of that user
commitCommit sha1 referenced in the article
auto_expand(Optional, default == false) true of false. Expand the timeline once synced if set to true.
width(Optional, default == 100%). Widget's width. It should be a valid CSS width value.

Example:

{% commit akfish hexo-math b82e65 %}