1.0.2 • Published 8 years ago

hexo-postscript v1.0.2

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

hexo-postscript

npm:

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

Installation

npm install --save hexo-postscript

Usage

First add configuration in _config.yml from your hexo project, support javascript template string. See Hexo Post Variables

postscript: "> 原文地址:[${post.permalink}](${post.permalink})\n获取最佳阅读体验并参与[讨论](${post.permalink}#comments),请访问原文"

Run hexo command.

$ hexo clean && hexo g

Preview

hexo-postscript preview

Demo

Brook's blog

License

MIT

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago