hexo-tag-amazon
v1.0.1
Published
Generate a link for amazon
Readme
hexo-tag-amazon
Plugin to generate a link to Amazon for HEXO. This depends on apac.
Install
npm install hexo-tag-amazon --savedUsage
{%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 keylocale
See here.
license
MIT
