1.0.1 • Published 7 years ago

hexo-tag-amazon v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hexo-tag-amazon

Plugin to generate a link to Amazon for HEXO. This depends on apac.

Install

npm install hexo-tag-amazon --saved

Usage

{%amzn ISBN %}
{%amzn ASIN %}

First, you should edit your _config.yml by adding following configuration.

amazon_plugin:
  id: hogehoge-22 # Your Amazon associate ID
  locale: US
  accessKey: xxxxxxx # Your Amazon Product Advertising API Access key ID
  accessKeySecret: xxxxxxxxxxxxxxx # Your Amazon Product Advertising API Secret access key

locale

See here.

license

MIT

1.0.1

7 years ago

1.0.0

7 years ago