Restore the runner tool
This commit is contained in:
parent
0250a9c9f4
commit
8b2e6d1bf5
1 changed files with 11 additions and 0 deletions
11
tools/run.sh
Executable file
11
tools/run.sh
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# Run jekyll serve and then launch the site
|
||||||
|
#
|
||||||
|
# v2.6.1
|
||||||
|
# https://github.com/cotes2020/jekyll-theme-chirpy
|
||||||
|
# © 2020 Cotes Chung
|
||||||
|
# MIT Licensed
|
||||||
|
|
||||||
|
bundle exec jekyll s -l -o
|
||||||
|
|
Loading…
Reference in a new issue