[vuepress] support dark mode, close #463

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-09-16 18:05:52 +08:00
parent d071ed7b99
commit 83929dd096
4 changed files with 17 additions and 5 deletions

View File

@@ -9,7 +9,8 @@
"commander": "^4.0.1",
"esm": "^3.2.25",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-sitemap": "^2.3.1"
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-theme-hope": "^0.7.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",