Learning to build a project with Jekyll
- Install all the dependencies with this command
bundle install
For example for a blog, you can use
bundle exec jekyll new blog
bundle exec jekyll serve
To add livereload use this command instead
bundle exec jekyll serve -l