1.0.3 • Published 2 years ago

hexo-steamgames-page v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-steamgames-page

a hexo plugin for collect your steam games into custom page.

img.png

Usage

install using npm or yarn

# yarn
yarn add hexo-steamgames-page
# npm
npm install hexo-steamgames-page

plugin configuration

add steam section on _config.yaml

steam:
  enable: true # enable or disable plugin
  appKey: "xxx" # steam api key
  steamId: "xxx" # your steam id

after run hexo g will auto generate page /steam/index.html

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago