Skip to content

Commit

Permalink
Recipe fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Apr 5, 2024
1 parent e1720b4 commit e89cf15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/all.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: layouts/page.njk
---

<ol>
{% for page in search.pages("type!=post type!=note type!=book url!='/all/' url!='/'", "title") %}
{% for page in search.pages("type!=post type!=note type!=book type!=recipe url!='/all/' url!='/'", "title") %}
<li><a title="{{ page.description }}" href="{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
</ol>
2 changes: 1 addition & 1 deletion src/recipes.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ menu:
<main role="main" class="posts h-feed">
<header class="mb3">
<h1 class="title p-name">{{ title }}</h1>
<p class="subhead mb0">My own and others' recipes.</p>
<p class="subhead mb0">A mix of my own and other's recipes I'd like to collect.</p>
</header>

<ul>
Expand Down
8 changes: 4 additions & 4 deletions src/recipes/oyster-chicken.cook
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Whole chicken with oyster glaze
title: Whole chicken with oyster glazing
---

Bring out a @whole chicken{1} and let it be room tempered. Pat dry with a paper towel. Rub it with @salt and @black pepper{}.
Expand All @@ -8,13 +8,13 @@ Put the oven on 200˚C (~180˚C for a convection oven).

Brush some @butter on the surfaces of an oven safe #casserole{}. Put the chicken in it.

Make a glaze by combining @oyster sauce{1%dl}, @soy{1%tbsp}, @sesame oil{1%tbsp}, @juice of one lemon{1} (save the squeezed out fruit), and @sugar{2%tbsp} (can be substituted with honey, it's actually nicer. Both will give a nice surface to the grilled chicken). You can pretty much freewheel here from what you have at home. Maybe something spicy: sriracha?
Make a glazing by combining @oyster sauce{1%dl}, @soy{1%tbsp}, @sesame oil{1%tbsp}, @juice of one lemon{1} (save the squeezed out fruit), and @sugar{2%tbsp} (can be substituted with honey, it's actually nicer. Both will give a nice surface to the grilled chicken). You can pretty much freewheel here from what you have at home. Maybe something spicy: sriracha?

Brush almost all of the glaze onto the chicken. Try to get glaze onto all crevices.
Brush almost all of the glazing onto the chicken. Try to get glazing onto all crevices.

Put the casserole with chicken into the oven for ~{40 minutes}.

When it's ~{5 minutes} left: rub the chicken with the remaining lemon shell, put the remaining glaze on, put it back into the oven and turn on the grill function of the oven and keep an eye on the chicken so it won't get burnt.
When it's ~{5 minutes} left: rub the chicken with the remaining lemon shell, put the remaining glazing on, put it back into the oven and turn on the grill function of the oven and keep an eye on the chicken so it won't get burnt.

Bring the chicken out of the oven, check the temperature in the breast and close to a bone (google for appropriate temperatures). I usually bring it out at 75˚C and let it rest for ~{5 minutes}.

Expand Down

0 comments on commit e89cf15

Please sign in to comment.