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',
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'