A place to render family recipes: https://githubteacher.github.io/feb-recipes/
- Fork the repository
- Clone the repository to your local machine using
git clone - Checkout the
developmentbranch usinggit checkout development - Create a new branch called
HANDLE-recipeusinggit checkout -b HANDLE-recipe - Navigate to the
_/postsfolder - Create a new file with the following naming convention:
dd-mm-yyyy-name.md, where name is the recipe - Copy the template content (found below) to create your content.
- Create your recipe.
- Create a commit with your new recipe using the following commands: (
add,commit -m "message", andpush)- You will need to set your upstream since this is a local branch with no tracking branch on your remote so use
git push -u origin HANDLE-recipe
- You will need to set your upstream since this is a local branch with no tracking branch on your remote so use
- Create a Pull Request using the base fork:
githubteacher/feb-recipesand thedevelopmentbranch.
- Clone the repository to your local machine using
git clone - Checkout the
developmentbranch usinggit checkout development - Create a new branch called
HANDLE-recipeusinggit checkout -b HANDLE-recipe - Navigate to the
_/postsfolder - Create a new file with the following naming convention:
dd-mm-yyyy-name.md, where name is the recipe - Copy the template content (found below) to create your content.
- Create your recipe.
- Create a commit with your new recipe using the following commands: (
add,commit -m "message", andpush)- You will need to set your upstream since this is a local branch with no tracking branch on your remote so use
git push -u origin HANDLE-recipe
- You will need to set your upstream since this is a local branch with no tracking branch on your remote so use
- Create a Pull Request using the base:
developmentbranch and the compare:HANDLE-recipe.
---
layout: post
title: "RECIPE TITLE"
date: yyyy-mm-dd
categories: main
---

## Ingredients
- Ingredient
- Ingredient
## Directions
1. step 1
1. step 2
1. step 3