mirror of
https://github.com/bitwarden/docs
synced 2026-01-16 14:33:14 +00:00
setup jekyll
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "bitwarden-docs",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"build": "jekyll build",
|
||||
"build:watch": "jekyll serve --watch --host=0.0.0.0",
|
||||
"deploy": "gh-pages --dotfiles --dist _site"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^1.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user