UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

13 lines (8 loc) 333 B
/* global hexo */ 'use strict'; var assign = require('object-assign'); hexo.config.index_generator = assign({ per_page: typeof hexo.config.per_page === 'undefined' ? 10 : hexo.config.per_page, order_by: '-date' }, hexo.config.index_generator); hexo.extend.generator.register('index', require('./lib/generator'));