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
- 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
.