updated images to github instead of selfhosted gitea
This commit is contained in:
parent
f0061ae084
commit
cc4d520083
1 changed files with 15 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
recipes:
|
||||
- name: "Neapolitan Day Dough"
|
||||
image: https://gitea.broodjeaap.net/broodjeaap/PizzaRecipes/raw/branch/master/app_init/images/nea_day_pizza.png
|
||||
image: https://raw.githubusercontent.com/broodjeaap/PizzaRecipes/master/app_init/images/nea_day_pizza.png
|
||||
description: >
|
||||
A Neapolitan Style pizza prepared in a day.
|
||||
|
||||

|
||||

|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
@ -31,15 +31,15 @@ recipes:
|
|||
- name: Salt+Water
|
||||
description: >
|
||||
Combine the salt and the water in a bowl, stir until the salt dissolves.
|
||||

|
||||

|
||||
- name: +20% flour
|
||||
description: >
|
||||
Add ~20% of the flour to the water/salt mixture and mix everything together.
|
||||

|
||||

|
||||
- name: Yeast
|
||||
description: >
|
||||
Add the yeast to the mixture.
|
||||

|
||||

|
||||
- name: Flour
|
||||
description: >
|
||||
Add the rest of the flour to the mixture, knead the dough for 15-20 minutes.
|
||||
|
@ -49,7 +49,7 @@ recipes:
|
|||
|
||||
The result should look something like this:
|
||||
|
||||

|
||||

|
||||
|
||||
- name: Rise
|
||||
description: >
|
||||
|
@ -60,11 +60,11 @@ recipes:
|
|||
description: >
|
||||
Time to make pizza!
|
||||
- name: "Neapolitan Cold Rise"
|
||||
image: https://gitea.broodjeaap.net/broodjeaap/PizzaRecipes/raw/branch/master/app_init/images/nea_cold_pizza.png
|
||||
image: https://raw.githubusercontent.com/broodjeaap/PizzaRecipes/master/app_init/images/nea_cold_pizza.png
|
||||
description: >
|
||||
A Neapolitan Style pizza with a multi day cold rise, giving a light and fluffy dough.
|
||||
|
||||

|
||||

|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
@ -99,29 +99,29 @@ recipes:
|
|||
description: >
|
||||
Combine the salt and the water in a bowl, stir until the salt dissolves.
|
||||
|
||||

|
||||

|
||||
- name: +20% flour
|
||||
description: >
|
||||
Add ~20% of the flour to the water/salt mixture and mix everything together.
|
||||
|
||||

|
||||

|
||||
- name: Yeast
|
||||
description: >
|
||||
Add the yeast to the mixture.
|
||||
|
||||

|
||||

|
||||
- name: Flour
|
||||
description: >
|
||||
Add the rest of the flour to the mixture, knead the dough for 15-20 minutes.
|
||||
|
||||
You can use a mixer, or do it by hand, see [this video](https://www.youtube.com/watch?v=l9avZp3xFNU) for in depth instructions on kneading by hand.
|
||||
|
||||

|
||||

|
||||
- name: Fridge
|
||||
description: >
|
||||
Place the dough in a sealed/covered container in the fridge.
|
||||
|
||||

|
||||

|
||||
- name: Warm rise
|
||||
wait:
|
||||
description: How many hours of room temperature rise?
|
||||
|
@ -139,8 +139,8 @@ recipes:
|
|||
|
||||
[How to Make PIZZA DOUGH BALLS like a World Best Pizza Chef](https://www.youtube.com/watch?v=oZxNbL5XB7w)
|
||||
|
||||

|
||||

|
||||
- name: Pizza Time!
|
||||
description: >
|
||||
Time to make pizza!
|
||||

|
||||

|
Loading…
Add table
Reference in a new issue