diff --git a/README.md b/README.md index 426b66b..5260a4b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ ---- -home: true -heroImage: /hero.png -actionText: Get Started → -actionLink: /guide/ -features: -- title: Simplicity First - details: Minimal setup with markdown-centered project structure helps you focus on writing. -- title: Vue-Powered - details: Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue. -- title: Performant - details: VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded. -footer: MIT Licensed | Copyright © 2018-present Evan You ---- \ No newline at end of file + diff --git a/package.json b/package.json index 2aee444..9c122e8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "codesandbox-vuepress", + "name": "vuepress", "version": "1.0.0", "description": "VuePress starter template for CodeSandbox", "author": "Victoria Bergquist", @@ -14,5 +14,6 @@ }, "devDependencies": { "vuepress": "^1.0.0" - } -} + }, + "keywords": [] +} \ No newline at end of file