Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 687 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 687 Bytes

Setting up Jekyll

Install Jekyll and Bundler gems through RubyGems

gem install jekyll bundler

Troubleshooting

Bootstrap a blog

Create a new Jekyll site at ./myblog

jekyll new myblog

Change into your new directory

cd myblog

Build the site on the preview server

bundle exec jekyll serve

Basic usage

jekyll build [options]

and

jekyll serve [options]