7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
|
#!/bin/sh
|
||
|
# usage: script/server
|
||
|
#
|
||
|
# Run the jekyll server
|
||
|
|
||
|
bundle exec jekyll serve --baseurl '' --watch --drafts --unpublished
|