blob: 418f75381e3b22e1b46b278aa75e6bdac33cb0b5 [file] [log] [blame]
#!/bin/bash -e
# for newer version of jekyll, based on what is used for incubator-brooklyn-site
set -x
echo > _config_local.yml "url: "
rm -rf _site
jekyll serve --config _config_local.yml --watch