1.0.5 • Published 1 year ago

hexo-is v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Determine hexo instance

Where is you now ? page ? archive ? whatever

this plugin can be used to determine where you are from plugin hexo

Usage

const hexoIs = require('hexo-is');
function where(content, data){
  console.log(hexoIs(data));
}
hexo.extend.filter.register("after_render:js", where);
hexo.extend.filter.register("after_render:css", where);
hexo.extend.filter.register("after_render:html", where);
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago