2020-11-27 18:40:05 +03:00
|
|
|
#!/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
|
|
|
|
|
2020-12-06 09:17:41 +03:00
|
|
|
bundle exec jekyll s -H 0.0.0.0 -l
|
2020-11-27 18:40:05 +03:00
|
|
|
|