https://github.com/eai04191/hexo-tag-steam
Embed Steam tag plugin for Hexo.
https://github.com/eai04191/hexo-tag-steam
hexo hexo-plugin hexo-tag steam
Last synced: 3 months ago
JSON representation
Embed Steam tag plugin for Hexo.
- Host: GitHub
- URL: https://github.com/eai04191/hexo-tag-steam
- Owner: eai04191
- License: mit
- Created: 2018-06-24T06:51:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T14:31:20.000Z (over 7 years ago)
- Last Synced: 2024-08-08T17:41:16.568Z (over 1 year ago)
- Topics: hexo, hexo-plugin, hexo-tag, steam
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hexo-tag-steam
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hexo-tag-steam
===
Embed Steam tag plugin for Hexo.
[](https://www.npmjs.com/package/hexo-tag-steam)
[](https://www.npmjs.com/package/hexo-tag-steam)
## DEMO

## Getting Started
### Install
```bash
npm install hexo-tag-steam --save
```
### Usage
```
{% steam https://store.steampowered.com/app/286000/Tooth_and_Tail/ %}
```
or like this?
```
{% steam 286000 %}
```
### Customize
This embed has .steam-embed class.
You can easily customize a style for the embed.
```css
.steam-embed {
width: 100%
}
```
## Thank
This project was very helpful for me for the first time to create a hexo plugin: https://github.com/tea3/hexo-tag-twitter
## License
This project is licensed under the MIT License.