module.exports = {
plugins: [
[
- 'vuepress-plugin-clean-urls',
- {
- normalSuffix: '/',
- indexSuffix: '/',
- notFoundPath: '/404.html',
- },
'@vuepress/blog',
{
directories: [
module.exports = {
title: 'zndr.dk',
- description: 'Home server',
+ description: 'Webserver',
// base: '/vuepress/',
dest: 'public',
themeConfig: {
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:'' }
]
},
{
},
{
text: 'About',
- link: '/about/'
+ link: '/about.html'
},
],
lastUpdate: 'Last Updated',