1
0
mirror of https://github.com/bitwarden/docs synced 2026-01-16 14:33:14 +00:00

setup jekyll

This commit is contained in:
Kyle Spearrin
2019-02-28 13:56:34 -05:00
parent 08784d82d2
commit 7cc0a0c707
18 changed files with 480 additions and 0 deletions

12
package.json Normal file
View 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"
}
}