feat: initial commit

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

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules
.temp
.cache
/.vuepress/dist/*

1
docs/README.md Normal file
View File

@ -0,0 +1 @@
# Hello VuePress

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"
}
}

1543
yarn.lock Normal file

File diff suppressed because it is too large Load Diff