hexo-filter-pathfix

0.1.2 • Public • Published

hexo-filter-pathfix

using absolute path for assets in posts. enabling hexo post_asset_folder only makes the relative asset path work in post page, while in other page like index,category and tag the path will broken.

build status dependency status

Installation

npm install --save hexo-filter-pathfix

Usage

  • install package
  • enable post_asset_folder in your hexo config file _config.yml
  • reference assets in relative path in your post

Example

![this is the cover](cover.jpg)

the above will produce:

<img title="this is the cover" src="/2015/01/18/post-title/cover.jpg">

Credits

wayou

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-filter-pathfix

Weekly Downloads

1

Version

0.1.2

License

ISC

Last publish

Collaborators

  • wayou