]> git.zndr.dk Git - vuepress.git/commitdiff
Branding
authorJannik ZANDER <jannik@zndr.dk>
Sun, 22 Dec 2019 06:12:23 +0000 (07:12 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Sun, 22 Dec 2019 06:12:23 +0000 (07:12 +0100)
docs/.vuepress/config.js

index 53c93ad1b694a14d5f57f5e27311f49f164c7af3..db9071d2f7dbb658deea25369444394b43203ed7 100644 (file)
@@ -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',