Skip to content

Instantly share code, notes, and snippets.

@halivert
Created September 3, 2021 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halivert/ee8a2ee5ccfe188fdea8fb7d49eb2736 to your computer and use it in GitHub Desktop.
Save halivert/ee8a2ee5ccfe188fdea8fb7d49eb2736 to your computer and use it in GitHub Desktop.
Git alias to use with jekyll
# -w Enable auto regeneration
# -o Open the site in the URL
# -l Live reload
# -H Hostname
# -P Port
serve = "!bundler exec jekyll serve -wol -H localhost -P 4000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment