mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-10-29 11:44:47 +00:00
update
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
parent
af256650fc
commit
9b0641d03a
8
.spellcheckerrc.yml
Normal file
8
.spellcheckerrc.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
dictionaries:
|
||||
- dictionary.txt
|
||||
ignore:
|
||||
- "fontawesome-([^\\s]+)"
|
||||
files:
|
||||
- "./cook/**/*.cook"
|
||||
- "./docs/**/*.md"
|
||||
@ -16,8 +16,9 @@ tasks:
|
||||
linkspector:
|
||||
desc: linkspector
|
||||
cmds:
|
||||
- >-
|
||||
nicholas@amd:~/git/nicholaswilde/recipes$ docker run --rm -it -v "${PWD}":/app -v "${PWD}"/.linkspector.yaml:/path/to/custom-config.yml --name linkspector umbrelladocs/linkspector bash -c 'linkspector check -c /path/to/custom-config.yml'
|
||||
- |
|
||||
docker run --rm -it -v "${PWD}":/app -v "${PWD}"/.linkspector.yaml:/path/to/custom-config.yml \
|
||||
--name linkspector umbrelladocs/linkspector bash -c 'linkspector check -c /path/to/custom-config.yml'
|
||||
|
||||
add-lazy-loading:
|
||||
desc: Add lazy image loading
|
||||
@ -139,11 +140,14 @@ tasks:
|
||||
spellcheck:
|
||||
desc: Spellcheck cook files
|
||||
cmds:
|
||||
- ./scripts/spellcheck.sh
|
||||
- npx spellchecker --config {{ .ROOT_DIR }}/.spellcheckerrc.yml
|
||||
|
||||
spellcheck-file:
|
||||
desc: Spellcheck a single file
|
||||
cmds:
|
||||
- npx spellchecker -d {{ .ROOT_DIR }}/dictionary.txt -f {{shellQuote .f }}
|
||||
- |
|
||||
npx spellchecker -d {{ .ROOT_DIR }}/dictionary.txt -f {{shellQuote .f }} \
|
||||
--config {{ .ROOT_DIR }}/.spellcheckerrc.yml
|
||||
vars:
|
||||
f:
|
||||
sh: "readlink -f {{shellQuote .FILE}}"
|
||||
|
||||
@ -10,6 +10,6 @@ Transfer the batter - it will be thick and tacky - to the baking pan. Cover with
|
||||
|
||||
Lightly whisk the whole @egg{1%large} with the @milk{1%Tbsp}. Remove the pan form the fridge, discard the plastic wrap and, using a #pastry brush{}, brush the top of the cake with the egg wash. Drag the tines of a fork across the surface in a crisscrossing diamond pattern. Give the cake another light brushing of egg wash. Bake for ~{20%minutes}, then reduce the heat to 325°F and bake for another 15 to ~{20%minutes}, or until the cake is a rich golden brown and the edges have started to pull away from the sides of the pan.
|
||||
|
||||
Allow the cake to cool in the pan for ~{5%minutes} before moving it to a #cake plate{}. Your slices will be neater if you slice the cake while still warm. The cake can be eaten warm or at room temperature. Serve with a generous dollop of @crème fraîche{}.
|
||||
Allow the cake to cool in the pan for ~{5%minutes} before moving it to a #cake plate{}. Your slices will be neater if you slice the cake while still warm. The cake can be eaten warm or at room temperature. Serve with a generous dollop of @crème fraiche{}.
|
||||
|
||||
Jam Variation: If you'd like to try this with a layer of jam, fill the prepared tart pan with half the batter, freeze for 10 minutes, add 3/4 cup of @jam (optional){3/4%cup}, freeze for another 10 minutes and add the final layer of batter. It will need 45 minutes total baking time.
|
||||
|
||||
@ -854,3 +854,6 @@ Chana
|
||||
Dal
|
||||
dal
|
||||
pulao
|
||||
chetna-makan
|
||||
fraiche
|
||||
fraiche.
|
||||
|
||||
@ -25,7 +25,7 @@ tags:
|
||||
- :salt: 0.5 tsp salt
|
||||
- :egg: 1 large egg
|
||||
- :glass_of_milk: 1 Tbsp milk
|
||||
- :rice: some [crème fraîche][2]
|
||||
- :rice: some [crème fraiche][2]
|
||||
- :strawberry: 0.75 cup [jam][3] (optional)
|
||||
|
||||
## :cooking: Cookware
|
||||
@ -75,7 +75,7 @@ from the sides of the pan.
|
||||
|
||||
Allow the cake to cool in the pan for 5 minutes before moving it to a cake plate. Your slices will be neater if you
|
||||
slice the cake while still warm. The cake can be eaten warm or at room temperature. Serve with a generous dollop of
|
||||
[crème fraîche][2].
|
||||
[crème fraiche][2].
|
||||
|
||||
!!! tip "Jam Variation"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user