title: 'zndr.dk',
description: 'My home server',
theme: '@vuepress/blog',
- plugins: [['@vuepress/blog', {
- directories: [
- {
- id: 'post',
- dirname: '_posts',
- path: '/posts/',
- itemPermalink: '/posts/:year/:month/:day/:slug',
- },
- ],
- frontmatters: [
- {
- id: "tag",
- keys: ['tag', 'tags'],
- path: '/tags/',
- },
- ],
- }]],
+ plugins: {
+ '@vuepress/blog': {
+ directories: [
+ {
+ id: 'post',
+ dirname: '_posts',
+ path: '/posts/',
+ itemPermalink: '/posts/:year/:month/:day/:slug',
+ },
+ ],
+ frontmatters: [
+ {
+ id: "tag",
+ keys: ['tag', 'tags'],
+ path: '/tags/',
+ },
+ ],
+ },
+ 'sitemap': {
+ hostname: 'https://zndr.dk'
+ }
+ },
themeConfig: {
nav: [
{ text: 'Blog', link: '/posts/' },