mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
add author information to theme configuration due to update requirements
This commit is contained in:
parent
79f0a7bde8
commit
89d3374360
@ -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",
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user