Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T14:31:20.000Z (over 6 years ago)
- Last Synced: 2024-08-08T17:41:16.568Z (5 months 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.
[![npm](https://img.shields.io/npm/v/hexo-tag-steam.svg?style=flat-square)](https://www.npmjs.com/package/hexo-tag-steam)
[![npm](https://img.shields.io/npm/l/hexo-tag-steam.svg?style=flat-square)](https://www.npmjs.com/package/hexo-tag-steam)## DEMO
![screenshot](https://i.imgur.com/7msibpO.png)
## 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.