UNPKG

vuepress-theme-ououe

Version:
14 lines (13 loc) 351 B
module.exports = { layoutDir: 'layouts', globalLayout: '/layouts/GlobalLayout', plugins: [ '@vuepress/back-to-top', '@vuepress/search', '@vuepress/plugin-nprogress', ['@vuepress/last-updated', { transformer: timestamp => timestamp }], 'blog-multidir', 'img-lazy', ['reading-progress', { readingDir: /[^/]+$/ }] ] }