1.0.4 • Published 8 years ago

hexo-addlink v1.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

hexo-addlink

hexo-addlink is an useful tool for adding current post link in hexo post page.

Install

$ npm install hexo-addlink --save

Usage

First add configuration in _config.yml from your hexo project.

addlink:
  domain: yourdomain.com # the domain of your site
  before_text: hello # text before the post link
  after_text: bye # text after the post link

Run hexo command.

$ hexo clean && hexo g

Demo

acwong blog

License

MIT

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago