refactor: move Vuepress files in dedicated directory

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
2023-02-02 19:45:15 +01:00
parent 8e7322c225
commit 8413181750
59 changed files with 9 additions and 9 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "vuepress-www",
"name": "phundrak.com",
"version": "0.1.0",
"description": "Static website of Phundrak",
"main": "index.js",
"repository": "https://labs.phundrak.com/phundrak/vuepress-www",
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
"license": "GPL-3.0",
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"vuepress": "^2.0.0-beta.60"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
"dev": "vuepress dev content",
"build": "vuepress build content"
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"