feat: initial commit

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
2023-01-31 16:12:05 +01:00
commit 446a6f18e0
4 changed files with 1565 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "vuepress-www",
"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",
"private": true,
"devDependencies": {
"vuepress": "^2.0.0-beta.60"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
}
}