module.exports = {
- 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',
+ title: 'Jannik Zander',
+ theme: '@vuepress/blog',
themeConfig: {
logo: 'logo.png',
nav: [
{ text: 'About', link: '/about/' },
- //{ text: 'Blog', link: '/posts/' },
- //{ text: 'Tags', link: '/tags/' },
+ { text: 'Blog', link: '/posts/' },
+ { text: 'Tags', link: '/tags/' },
],
directories: [
{
----
-title: 'Jannik Zander'
----
-
-{{ $description }}
+This my personal server. The concept is to use my own server instead of others whenever possible.
* [Web server](https://zndr.dk)
* [File server](https://cloud.zndr.dk)
"build": "vuepress build docs"
},
"devDependencies": {
- "@vuepress/theme-blog": "^2.3.0",
- "vuepress": "^1.2.0"
+ "vuepress": "^1.2.0",
+ "@vuepress/theme-blog": "^2.3.0"
}
}