Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 551 Bytes

Recipe Workshop

Develop

This was built with Jekyll version 4.1.1

Install the dependencies with Bundler:

$ eval "$(rbenv init -)"
$ rbenv install
$ bundle install

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

$ bundle exec jekyll serve

Posts/Recipes

  • Add, update or remove a post in the Posts collection.
  • The recipes page is organised by categories.
  • Change the defaults when new posts are created in _posts/_defaults.md.