Skip to content

humblebots/recipe-website

Repository files navigation

Robyn's Recipe Website

Develop

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Deployment

To generate the complete static site locally, run:

bundle exec jekyll build --destination docs/

Then commit and push to master.