UNPKG

hexo-auto-category

Version:

generate categories from directory for hexo post

6 lines (3 loc) 118 B
'use strict'; var hexo = hexo || {}; hexo.extend.filter.register('before_post_render', require('./lib/logic'), 15);