5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# Run jekyll serve and then launch the site
|
|
|
|
bundle exec jekyll s -H 0.0.0.0 -l
|