hexo-steamgames-page
v1.0.3
Published
a hexo plugin for collect your steam games into custom page.
Readme
hexo-steamgames-page
a hexo plugin for collect your steam games into custom page.

Usage
install using npm or yarn
# yarn
yarn add hexo-steamgames-page
# npm
npm install hexo-steamgames-pageplugin configuration
add steam section on _config.yaml
steam:
enable: true # enable or disable plugin
appKey: "xxx" # steam api key
steamId: "xxx" # your steam idafter run hexo g will auto generate page /steam/index.html
