From 94db8a31a53eceb3e3169ba0ec3b948730865e29 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sun, 26 Jul 2020 09:47:14 +0200 Subject: [PATCH] Minor --- docs/.vuepress/config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 209c8aa..0abe400 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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' -- 2.43.0