hexo-addlink
v1.0.4
Published
An useful tool for adding current post link in hexo post page.
Readme
hexo-addlink
hexo-addlink is an useful tool for adding current post link in hexo post page.
Install
$ npm install hexo-addlink --saveUsage
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 linkRun hexo command.
$ hexo clean && hexo gDemo
License
MIT
