From: Jannik ZANDER Date: Sun, 22 Dec 2019 06:12:23 +0000 (+0100) Subject: Branding X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=5b3a03ddecb697df696af2f85c1d5cfadc65f742;p=vuepress.git Branding --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 53c93ad..db9071d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,12 +1,6 @@ module.exports = { plugins: [ [ - 'vuepress-plugin-clean-urls', - { - normalSuffix: '/', - indexSuffix: '/', - notFoundPath: '/404.html', - }, '@vuepress/blog', { directories: [ @@ -32,7 +26,7 @@ module.exports = { module.exports = { title: 'zndr.dk', - description: 'Home server', + description: 'Webserver', // base: '/vuepress/', dest: 'public', themeConfig: { @@ -40,12 +34,12 @@ module.exports = { nav: [ { text: 'Links', items: [ - { text: 'Mail server', link: 'https://mail.zndr.dk', target:'_self', rel:'' }, - { text: 'Nextcloud server', link: 'https://cloud.zndr.dk', target:'_self', rel:'' }, - { text: 'PostfixAdmin server', link: 'https://pfa.zndr.dk', target:'_self', rel:'' }, - { text: 'Gitlib server', link: 'https://git.zndr.dk', target:'_self', rel:'' }, - { text: 'Plex server', link: 'https://play.zndr.dk', target:'_self', rel:'' }, - { text: 'phpMyAdmin server', link: 'https://pma.zndr.dk', target:'_self', rel:'' } + { text: 'Webmail', link: 'https://mail.zndr.dk', target:'_self', rel:'' }, + { text: 'Nextcloud', link: 'https://cloud.zndr.dk', target:'_self', rel:'' }, + { text: 'PostfixAdmin', link: 'https://pfa.zndr.dk', target:'_self', rel:'' }, + { text: 'Gitlab', link: 'https://git.zndr.dk', target:'_self', rel:'' }, + { text: 'Plex', link: 'https://play.zndr.dk', target:'_self', rel:'' }, + { text: 'phpMyAdmin', link: 'https://pma.zndr.dk', target:'_self', rel:'' } ] }, { @@ -54,7 +48,7 @@ module.exports = { }, { text: 'About', - link: '/about/' + link: '/about.html' }, ], lastUpdate: 'Last Updated',