]> git.zndr.dk Git - vuepress.git/commitdiff
Minor
authorJannik ZANDER <jzander@grundfos.com>
Sun, 26 Jul 2020 07:47:14 +0000 (09:47 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Sun, 26 Jul 2020 07:47:14 +0000 (09:47 +0200)
docs/.vuepress/config.js

index 209c8aaeb77f055336addf7ebaf1061092cda3a6..0abe400bb9b8f1b594911a9691c9020696d4bdc8 100644 (file)
@@ -1,18 +1,13 @@
 module.exports = {
-  title: 'Jannik Zander',
+  title: 'zndr.dk',
   description: 'This my personal server. The concept is to use my own server instead of others. Whenever possible I will install and maintain a service myself.',
   //theme: '@vuepress/blog',
   themeConfig: {
+    logo: 'logo.png',
     nav: [
       ////{ text: 'Blog',   link: '/posts/' },
       ////{ text: 'Tags',    link: '/tags/' },
     ],
-    footer: {
-      contact: [{type: 'mail', link: 'mailto:webmaster@zndr.dk'}],
-      copyright: [{text: 'Privacy policy', link: '/about/policy.html'}]
-    },
-    logo: 'logo.png',
-    lastUpdate: 'Last Updated',
     directories: [
       {
         id: 'post',
@@ -28,6 +23,11 @@ module.exports = {
         path: '/tags/',
       },
     ],
+    footer: {
+      contact: [{type: 'mail', link: 'mailto:webmaster@zndr.dk'}],
+      copyright: [{text: 'Privacy policy', link: '/about/policy.html'}]
+    },
+    lastUpdate: 'Last Updated',
   },
   'sitemap': {
     hostname: 'https://zndr.dk'