Files
plugins/GithubCard/README.md
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

25 lines
569 B
Markdown

Github Card for Typecho
===================
本插件实现在Typecho中嵌入github的用户或者项目的卡片。
下载插件:
git clone https://github.com/chekun/typecho-github-card.git /typecho-plugin-path/GithubCard
激活后使用:
```
[card]chekun[/card] //嵌入用户卡片
```
```
[card]chekun/typecho-github-card[/card] //嵌入项目卡片
```
本项目使用了 [lepture/github-cards](https://github.com/lepture/github-cards).
使用演示:
[http://me.dilicms.com/coding/github-card.html](http://me.dilicms.com/coding/github-card.html)