mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
playing around with components
This commit is contained in:
parent
d1a086bb75
commit
d9b8b900bd
7 changed files with 62 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const { registerComponentsPlugin } = require('@vuepress/plugin-register-components')
|
||||
const { defaultTheme } = require('@vuepress/theme-default')
|
||||
const { socialSharePlugin } = require(`vuepress-plugin-social-share`)
|
||||
|
||||
|
||||
const { path } = require('@vuepress/utils')
|
||||
|
||||
module.exports = {
|
||||
lang: 'de-DE',
|
||||
|
|
@ -9,6 +9,9 @@ module.exports = {
|
|||
description: 'Wir sind eine Gruppe von Funkamateuren die sich mit dem Thema Funken im Freien beschäftigen.',
|
||||
plugins: [
|
||||
socialSharePlugin(),
|
||||
registerComponentsPlugin({
|
||||
componentsDir: path.resolve(__dirname, './components'),
|
||||
}),
|
||||
],
|
||||
theme: defaultTheme({
|
||||
sidebarDepth: 0,
|
||||
|
|
@ -33,4 +36,4 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
}),
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue