From 64c767066084ec7c5b66f4b088083d9af3d0273f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 26 Oct 2016 04:57:50 +0300 Subject: add serve.sh (same as serve.bat) --- .gitattributes | 1 + serve.sh | 1 + 2 files changed, 2 insertions(+) create mode 100755 serve.sh diff --git a/.gitattributes b/.gitattributes index 282705f..91bfadd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.bat text eol=crlf +*.sh text eol=lf 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 -- cgit v1.2.3