Github卡片
发表于:2021-02-08 | 分类: 前端
字数统计: 211 | 阅读时长: 1分钟 | 阅读量:

Github用户卡片


上述示例代码

1
{% ghcard yuang01 %}

表格中加入用户卡片


上述示例代码

1
2
3
4
5
6
7

| {% ghcard yuang01 %} | {% ghcard yuang01, theme=vue %} |
| -- | -- |
| {% ghcard yuang01, theme=buefy %} | {% ghcard yuang01, theme=solarized-light %} |
| {% ghcard yuang01, theme=onedark %} | {% ghcard yuang01, theme=solarized-dark %} |
| {% ghcard yuang01, theme=algolia %} | {% ghcard yuang01, theme=calm %} |

单个项目卡片


上述事例代码

1
2
3
4
{% ghcard yuang01/hexo-theme-bamboo %}
{% ghcard yuang01/hexo-theme-bamboo %}
{% ghcard yuang01/hexo-theme-bamboo %}
{% ghcard yuang01/hexo-theme-bamboo %}

表格中加入单个项目卡片


上述事例代码

1
2
3
4
5
| {% ghcard yuang01/hexo-theme-bamboo %} | {% ghcard yuang01/hexo-theme-bamboo, theme=vue %} |
| -- | -- |
| {% ghcard yuang01/hexo-theme-bamboo, theme=buefy %} | {% ghcard yuang01/hexo-theme-bamboo, theme=solarized-light %} |
| {% ghcard yuang01/hexo-theme-bamboo, theme=onedark %} | {% ghcard yuang01/hexo-theme-bamboo, theme=solarized-dark %} |
| {% ghcard yuang01/hexo-theme-bamboo, theme=algolia %} | {% ghcard yuang01/hexo-theme-bamboo, theme=calm %} |
上一篇:
gallery图片
下一篇:
lineImage标签