add author information to theme configuration due to update requirements

This commit is contained in:
mahula 2025-11-03 21:22:56 +01:00
parent 79f0a7bde8
commit 89d3374360

View File

@ -1,7 +1,10 @@
import { hopeTheme } from 'vuepress-theme-hope'
export default hopeTheme({
favicon: 'favicon.ico',
author: {
name: "busFaktor() e.V.",
url: "https://www.busfaktor.org/",
},favicon: 'favicon.ico',
logo: '/logo.svg',
docsRepo: 'https://github.com/Ocelot-Social-Community/ocelot.social',
repo: 'https://github.com/Ocelot-Social-Community/Ocelot-Social',
@ -182,6 +185,9 @@ export default hopeTheme({
blog: {
excerptLength: 0,
},
icon: {
assets: 'fontawesome',
},
redirect: {
autoLocale: true,
defaultBehavior: 'defaultLocale',
@ -203,6 +209,5 @@ export default hopeTheme({
fallbackImage: '/logo.svg',
hostname: 'https://ocelot.social/'
}
},
iconAssets: "fontawesome",
}
})