From 237cefd34c47380089cc651da4c5a4f2f8c805f7 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sun, 9 Aug 2020 09:04:27 +0200 Subject: [PATCH] Update to blog-theme --- docs/.vuepress/config.js | 9 ++++----- docs/README.md | 6 +----- package.json | 4 ++-- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6fbbf49..c9009df 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,13 +1,12 @@ 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: [ { diff --git a/docs/README.md b/docs/README.md index e35b294..1fd1138 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,4 @@ ---- -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) diff --git a/package.json b/package.json index 605b59c..b757650 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "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" } } -- 2.43.0