hexo-addlink

1.0.4 • Public • Published

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:
  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

Readme

Keywords

Package Sidebar

Install

npm i hexo-addlink

Weekly Downloads

9

Version

1.0.4

License

MIT

Last publish

Collaborators

  • acwong