0.0.7 • Published 4 years ago

hexo-deployer-netlify v0.0.7

Weekly downloads
4
License
WTFPL
Repository
github
Last release
4 years ago

hexo-deployer-netlify

Netlify deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-netlify --save

Options

You can configure this plugin in _config.yml.

# You can use this:
deploy:
  type: netlify
  token: <your personal access token>
  site_id: <your website id>
  • token: Netlify personal access token (you can create one at https://app.netlify.com/applications). It should be a long base64 string, i.e. 'aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00aa00'
  • site_id: Your site api ID. Should be an UID, something like '11bb11bb-11bb-11bb-11bb-11bb11bb11bb'. You can find it in "Site Info" section, at the bottom of https://app.netlify.com/sites/my-blog-name.

License

WTFPL

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago