feat: initial commit
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
commit
446a6f18e0
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
.temp
|
||||
.cache
|
||||
/.vuepress/dist/*
|
1
docs/README.md
Normal file
1
docs/README.md
Normal file
@ -0,0 +1 @@
|
||||
# Hello VuePress
|
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user