mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-21 11:10:53 +00:00
Restore the runner tool
This commit is contained in:
parent
0250a9c9f4
commit
8b2e6d1bf5
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…
x
Reference in New Issue
Block a user