Skip to content

Commit

Permalink
chore: add actual theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Apr 26, 2022
1 parent a87969e commit dfcba02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/.vuepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { path } = require('@vuepress/utils')

module.exports = {
name: 'vuepress-theme-local',
extends: '@vuepress/theme-default',
layouts: {
Layout: path.resolve(__dirname, 'layouts/Layout.vue'),
},
alias: {
'@theme/PageMeta.vue': path.resolve(__dirname, './components/PageMeta.vue'),
},
}

0 comments on commit dfcba02

Please sign in to comment.