1. Install Ruby

  2. Install required gems by first navigating to directory with Gemfile.

     cd project_dir
     bundle
    
  3. For building:

     bundle exec jekyll build
    
  4. For building and serving:

     bundle add webrick
     bundle exec jekyll serve
    
  5. For rebuilding upon changes:

     bundle exec jekyll build --watch
    

Tags:

Categories:

Updated: