Skip to content

Install Jekyll on a Mac

tillnagel edited this page May 20, 2012 · 1 revision
  1. On OSX you need to

    • Install XCode for Mac
    • Execute XCode (to install it fully)
    • Install Command Line Tools in XCode. Execute XCode again, go to Preferences > Downloads, and Install "Command Line Tools"
    • Update RubyGems with sudo gem update --system
  2. Install Jekyll on your local system

  3. Switch to branch "gh-pages"

  4. Edit or create pages

  5. Optional: Run Jekyll on your local machine jekyll --server

Which creates the pages, and runs a local server on http://localhost:4000/

Clone this wiki locally