Family Recipes

Contribute your Recipes!

Open a Pull Request

Recipe structure

Recipes are written in Markdown, then Github Pages uses Jekyll to render this Markdown so that these static files can be hosted. The are hosted at https://rooftopcellist.github.io/recipes

Typically, a recipe will have the following structure:

Here is a sample recipe to show you what I mean.

After you create a pull request, it will be reviewed and merged by on of the maintainers.

Add recipe via form

The easiest way to contribute a recipe is by filling out our Google Form:

Submit a Recipe

Once a week, recipe submissions will be reviewed and added to the site.

Note: When filling out the ingredients and instructions, please use line breaks to make it easier to read. Each new line will be shown as a bullet point in a list when it is published on the website.

Add recipe via code contribution

  1. Clone the repo (fork it if you haven’t already)
  2. Add a new file in the directory with the name of the category your recipe falls under
  3. Add recipe contents in Markdown format. Note: be sure not to use HTML specifc tags as this will cause issues when Jekyll renders the page.
  4. Add a link to that file in the README.md inside that directory (for example: ./dinner/README.md)
  5. Push your changes to your fork, then open a pull request and request a review.