Skip to content

githubstudent/pm-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management Cookbook

About this Repository

This repository is the back-end for a public GitHub pages site which uses the idea of a cookbook to illustrate project management tools in GitHub.

Adding Recipes to this Cookbook

  1. Create a fork of this repository
  2. Create a branch with the name of the recipe you want to add
  3. Commit your changes to your branch
  • Recipes should follow the template below and should be saved in a subfolder matching the category: in the recipe's Front Matter
  • Example file name: /_recipes/breakfast/eggs-benedict.md
  • If a folder does not exist for your recipe's category, feel at complete liberty to create one 😃
  1. Open a Pull Request and describe the changes you are proposing

Once reviewed, pull requests can be merged into the gh-pages branch by project collaborators. This will automatically publish the changes to the public site at http://githubschool.github.io/pm-cookbook.

Recipe Template

---
layout: recipe
title:  "Lemon Icebox Pie"
date:   2015-02-20 15:16:04
category: "Dessert"
---

*Serves 8*

### Ingredients

**Crust**

- 2 cups graham crackers (crushed)
- 1 stick melted butter
- 1/2 cup sugar

**Filling**

- 3 egg yolks (set whites aside)
- 1 can sweetened condensed milk
- Juice of 3 lemons

**Meringue**

- 3 egg whites
- 1/4 tsp. cream of tartar
- 1/4 cup sugar


### Preparation

**To make the crust:**

- Heat the oven to 325°F.
- Break the graham crackers into small pieces and place in the bowl of a food processor along with the sugar and salt.
- Pulse 8 times, until the cracker crumbs are semi-fine (they shouldn't be powdery but not in large shards either) and the crackers and sugar are combined.
- Pour in the butter and pulse until the butter is blended in and the mixture isn't crumbly and holds its shape when you squeeze it, about twelve 1-second pulses.
- Transfer the crust to a 9-inch springform pan and push and press the crumb mixture into the bottom and two-thirds of the way up the sides of the pan. Use the bottom of a measuring cup to press the crust into place. Set aside.


**To make the filling:**

- Whisk the condensed milk with the lemon juice and set aside.
- Whisk the zest with the egg yolks in a medium bowl until pale, 30 to 60 seconds, and then whisk in the lemon juice-condensed milk mixture.

- Place the springform pan on a rimmed baking sheet, pour the mixture into the crust, and carefully transfer the baking sheet to the oven.
- Bake until the center jiggles slightly, like a soft-setting custard, about 25 minutes.
- Remove from the oven and cool for 1 hour on a cooling rack. Loosely cover the pan with plastic wrap (be careful not to let the plastic wrap touch the top of the pie) and freeze for at least 6 hours or overnight.

Requesting Recipes for this Cookbook

To request a recipe be added to this cookbook, please open an issue.

About

Illustrating GitHub for Project Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.4%
  • HTML 37.6%