import { hopeTheme } from 'vuepress-theme-hope' export default hopeTheme({ favicon: 'favicon.ico', logo: '/logo.svg', docsRepo: 'https://github.com/Ocelot-Social-Community/ocelot.social', docsBranch: 'master', docsDir: 'docs', editLink: true, lastUpdated: false, contributors: false, displayFooter: true, print: false, copyright: '© by busFaktor() e.V. & Authors | Impressum', footer: 'Released under the MIT License.', navbar: [ { text: 'Documentation', link: 'https://docs.ocelot.social/' }, { text: 'Demo', link: 'https://stage.ocelot.social/' }, { text: 'Github', link: 'https://github.com/Ocelot-Social-Community' }, { text: 'Impressum', link: '/impressum/' }, ], plugins: { mdEnhance: { align: true, demo: true, imgLazyload: true, imgMark: true, imgSize: true, sub: true, sup: true, vPre: true, } } })