mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
updated some config
This commit is contained in:
parent
6e476a4646
commit
032dc12845
1 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
const { defaultTheme } = require('@vuepress/theme-default')
|
const { defaultTheme } = require('@vuepress/theme-default')
|
||||||
const { activeHeaderLinksPlugin } = require('@vuepress/plugin-active-header-links')
|
|
||||||
const { backToTopPlugin } = require('@vuepress/plugin-back-to-top')
|
|
||||||
const { socialSharePlugin } = require(`vuepress-plugin-social-share`)
|
const { socialSharePlugin } = require(`vuepress-plugin-social-share`)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -10,13 +8,14 @@ module.exports = {
|
||||||
title: 'Draussenfunker.de | QRV im Grünen',
|
title: 'Draussenfunker.de | QRV im Grünen',
|
||||||
description: 'Wir sind eine Gruppe von Funkamateuren die sich mit dem Thema Funken im Freien beschäftigen.',
|
description: 'Wir sind eine Gruppe von Funkamateuren die sich mit dem Thema Funken im Freien beschäftigen.',
|
||||||
plugins: [
|
plugins: [
|
||||||
activeHeaderLinksPlugin({
|
|
||||||
// options
|
|
||||||
}),
|
|
||||||
backToTopPlugin(),
|
|
||||||
socialSharePlugin(),
|
socialSharePlugin(),
|
||||||
],
|
],
|
||||||
theme: defaultTheme({
|
theme: defaultTheme({
|
||||||
|
sidebarDepth: 0,
|
||||||
|
contributors: false,
|
||||||
|
notFound: ['Sorry, etwas ist schief gelaufen.'],
|
||||||
|
backToHome: 'Zurück zur Startseite',
|
||||||
|
lastUpdatedText: 'Aktualisiert am:',
|
||||||
navbar: [
|
navbar: [
|
||||||
// NavbarItem
|
// NavbarItem
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue