Skip to content

Instantly share code, notes, and snippets.

@michaelhiiva
Last active May 30, 2020 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save michaelhiiva/77b7189c133c15a1d1befab70dc04a8e to your computer and use it in GitHub Desktop.
Save michaelhiiva/77b7189c133c15a1d1befab70dc04a8e to your computer and use it in GitHub Desktop.
Running Jekyll on Cloud9

Run Jekyll in the Terminal

Running jekyll projects on Cloud 9 requires this jekyll serve -H $IP -P $PORT --baseurl "" command in the terminal.

Setting up a new run configuration

  1. Under the menu select Run > Run Configuration > New Run Configuration.
  2. Then enter jekyll serve -H $IP -P $PORT --baseurl "" for the Command.
  3. Then enter Jekyll for the Run Configuration. This will ensure that you can access it quickly in the Run > Run Configuration > Jekyll.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment