aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/serve.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 04:57:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 04:57:50 +0300
commit64c767066084ec7c5b66f4b088083d9af3d0273f (patch)
tree7eefe91375a7f85a52f1b68f080938cb831faafe /serve.sh
parentbind to 0.0.0.0 instead of localhost (diff)
downloadjekyll-theme-64c767066084ec7c5b66f4b088083d9af3d0273f.tar.gz
jekyll-theme-64c767066084ec7c5b66f4b088083d9af3d0273f.zip
add serve.sh (same as serve.bat)
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh1
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