csgo

巫师三

hexo-tag-steamgame

在Hexo博客中嵌入steam游戏。

安装

1
npm install hexo-tag-steamgame --save

使用方法

  • 嵌入单个游戏
1
{% steamgame appid description %}
  • 批量嵌入游戏
1
2
3
4
5
6
7
8
{% steamgames %}
appid
appid
appid
appid
appid
appid
{% endsteamgames %}

参数

1
2
appid: Steam 游戏 id.
description(可选): 用于替换默认游戏简介。

Demo

https://blog.hclonely.com/posts/94295339/#demo

License

MIT