diff options
Diffstat (limited to '')
-rwxr-xr-x | serve.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serve.sh b/serve.sh new file mode 100755 index 0000000..c7645c2 --- /dev/null +++ b/serve.sh @@ -0,0 +1 @@ +bundle exec jekyll serve --watch --host 0.0.0.0 --drafts --config _config.yml,_config_dev.yml |