1.0.3 • Published 1 year ago

hexo-steamgames-page v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago