Add site
This commit is contained in:
8
scripts/bootstrap
Executable file
8
scripts/bootstrap
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# usage: script/bootstrap
|
||||
#
|
||||
# Setup dev env
|
||||
|
||||
gem install bundler
|
||||
bundle install
|
||||
npm install
|
6
scripts/server
Executable file
6
scripts/server
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# usage: script/server
|
||||
#
|
||||
# Run the jekyll server
|
||||
|
||||
bundle exec jekyll serve --baseurl '' --watch --drafts --unpublished
|
Reference in New Issue
Block a user