Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Forked from michaelhiiva/running_jekyll-cloud-9.md
Last active October 20, 2016 23:59
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 lunaroja/6da5955088d0f9b128309853961ef6eb to your computer and use it in GitHub Desktop.
Save lunaroja/6da5955088d0f9b128309853961ef6eb to your computer and use it in GitHub Desktop.
Running Jekyll on Cloud9

Run Jekyll in the Cloud9

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