From 8b2e6d1bf5a08d87e78e7841c57d33ad68786279 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 27 Nov 2020 23:40:05 +0800 Subject: [PATCH] Restore the runner tool --- tools/run.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/run.sh diff --git a/tools/run.sh b/tools/run.sh new file mode 100755 index 0000000..7473699 --- /dev/null +++ b/tools/run.sh @@ -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 +