hexo-file-link-processor
v1.0.1
Published
processing file link in hexo post
Readme
hexo-file-link-processor
A Hexo plugin for processing link in post.
How to use
npm install hexo-filter-file-link --saveThen add follow in your _config.yaml.
filelink_prosessor:
type: image # or file , both
slice: n # it means sile(n), trim the first n words
pre_append: # This string will pre-append on linkHave a try.
