]> git.zndr.dk Git - vuepress.git/commitdiff
Update to blog-theme
authorJannik ZANDER <jzander@grundfos.com>
Sun, 9 Aug 2020 07:04:27 +0000 (09:04 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Sun, 9 Aug 2020 07:04:27 +0000 (09:04 +0200)
docs/.vuepress/config.js
docs/README.md
package.json

index 6fbbf4946510f430e4cfeba876bf200238cae2d7..c9009dfaeeddb6e6e9a1c8f69e2af4352e9dfc54 100644 (file)
@@ -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: [
       {
index e35b294f27f08708a1972c615b51e0c0f52a7be8..1fd1138ca3573522c2e04508af601176438892b4 100644 (file)
@@ -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)
index 605b59c95955bdc102d67e3d001f72f33819dc7e..b757650c98ee10cbc2dcf070491c6677852e7af3 100644 (file)
@@ -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"
   }
 }