Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,19 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Install mdBook 📚
- name: Install Zola 🦎
run: |
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.52/mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz
tar -xzf mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz
sudo mv mdbook /usr/local/bin/
curl -sL https://github.com/getzola/zola/releases/download/v0.22.1/zola-v0.22.1-x86_64-unknown-linux-gnu.tar.gz \
| sudo tar -xz -C /usr/local/bin

- name: Build 🔨
run: |
./wrapper.sh build
run: zola build

- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: book/
path: public/

deploy:
environment:
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Install mdBook 📚
- name: Install Zola 🦎
run: |
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.52/mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz
tar -xzf mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz
sudo mv mdbook /usr/local/bin/
curl -sL https://github.com/getzola/zola/releases/download/v0.22.1/zola-v0.22.1-x86_64-unknown-linux-gnu.tar.gz \
| sudo tar -xz -C /usr/local/bin

- name: Build 🔨
run: |
./wrapper.sh build
run: zola build

- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: book/
path: public/
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
book
/src/SUMMARY.md
public
27 changes: 0 additions & 27 deletions book.toml

This file was deleted.

14 changes: 14 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
base_url = "https://noahpendleton.com/recipes"
title = "Recipes"
default_language = "en"
build_search_index = true

[markdown]

[search]
index_format = "elasticlunr_javascript"

[extra]
github_url = "https://github.com/noahp/recipes/tree/main"
edit_base = "https://github.com/noahp/recipes/edit/main/content"
categories = ["baking", "mains", "misc", "preserves", "sides"]
3 changes: 3 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+++
title = "Recipes"
+++
4 changes: 4 additions & 0 deletions content/baking/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Baking"
sort_by = "title"
+++
4 changes: 4 additions & 0 deletions src/baking/beignets.md → content/baking/beignets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍩 Beignets"
+++

# 🍩 Beignets

[Original recipe](https://www.kingarthurflour.com/recipes/classic-beignets-recipe)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍞 English Muffins"
+++

# 🍞 English Muffins

[Original recipe](https://www.kingarthurflour.com/recipes/english-muffins-recipe)
Expand Down
6 changes: 5 additions & 1 deletion src/baking/foccacia.md → content/baking/foccacia.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
+++
title = "🫓 Focaccia"
+++

# 🫓 Focaccia

![](../pics/focaccia.jpg)
![](../../pics/focaccia.jpg)

_roughly based on Ken Forkish's recipe_

Expand Down
4 changes: 4 additions & 0 deletions src/baking/gallette.md → content/baking/gallette.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥧 Galette"
+++

# 🥧 Galette

[Original recipe from Brian Lagerstrom](https://www.youtube.com/watch?v=sSkjBodTzGU)
Expand Down
4 changes: 4 additions & 0 deletions src/baking/garlic-naan.md → content/baking/garlic-naan.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥙 Garlic Naan"
+++

# 🥙 Garlic Naan

[Original recipe](https://www.reddit.com/r/food/comments/d1a962/homemade_butter_chicken_with_garlic_naan/ezk2m4a/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍔 Hamburger Buns"
+++

# 🍔 Hamburger Buns

[Original recipe](https://www.youtube.com/watch?v=gTGSUYMu6Ns)
Expand Down
4 changes: 4 additions & 0 deletions src/baking/madelines.md → content/baking/madelines.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🐚 Madelines"
+++

# 🐚 Madelines

[Original recipe](https://www.allrecipes.com/recipe/9954/french-butter-cakes-madeleines/)
Expand Down
4 changes: 4 additions & 0 deletions src/baking/moms-cookies.md → content/baking/moms-cookies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍪 Mom's Cookies"
+++

# 🍪 Mom's Cookies

## Makes
Expand Down
6 changes: 5 additions & 1 deletion src/baking/popovers.md → content/baking/popovers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🧁 Popovers"
+++

# 🧁 Popovers

_Ideally use a popover-specific pan- I have this one,
Expand All @@ -6,7 +10,7 @@ https://www.amazon.com/Chicago-Metallic-Professional-Mini-Popover-10-75-Inch/dp/

[Original recipe](https://www.seriouseats.com/recipes/2012/03/popover-recipe.html)

![muffins](../pics/popovers.jpg)
![muffins](../../pics/popovers.jpg)

## Ingredients

Expand Down
4 changes: 4 additions & 0 deletions src/baking/pretzels.md → content/baking/pretzels.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥨 Pretzels"
+++

# 🥨 Pretzels

## Ingredients
Expand Down
4 changes: 4 additions & 0 deletions content/mains/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Mains"
sort_by = "title"
+++
4 changes: 4 additions & 0 deletions src/mains/beef-stew.md → content/mains/beef-stew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍲 Beef Stew"
+++

# 🍲 Beef Stew

[Original recipe](https://www.seriouseats.com/recipes/2016/01/all-american-beef-stew-recipe.html)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/bibimbap.md → content/mains/bibimbap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍜 Bibimbap"
+++

# 🍜 Bibimbap

[Original recipe](https://www.seriouseats.com/recipes/2020/09/bibimbap.html)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍛 Butter Chicken (Murgh Makhani)"
+++

# 🍛 Butter Chicken (Murgh Makhani)

[Original recipe](https://www.reddit.com/r/food/comments/d1a962/homemade_butter_chicken_with_garlic_naan/ezk2m4a/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍛 Chicken and Rice"
+++

# 🍛 Chicken and Rice

[Original recipe](https://www.ethanchlebowski.com/cooking-techniques-recipes/street-cart-chicken-amp-yellow-rice)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/crepes.md → content/mains/crepes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥞 Crepes"
+++

# 🥞 Crepes

[Original recipe](https://www.seriouseats.com/recipes/2017/03/basic-crepes-batter-recipe.html)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/dutch-baby.md → content/mains/dutch-baby.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥞 Dutch Baby"
+++

# 🥞 Dutch Baby

[Original recipe](https://www.seriouseats.com/recipes/2012/04/dutch-baby-pancake-recipe.html)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/falafel.md → content/mains/falafel.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🧆 Falafel"
+++

# 🧆 Falafel

[Original recipe](https://www.seriouseats.com/recipes/2016/03/the-food-lab-vegan-experience-best-homemade-falafel-recipe.html)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/feta-pasta.md → content/mains/feta-pasta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍝 Baked Feta Pasta (Uunifeta)"
+++

# 🍝 Baked Feta Pasta (Uunifeta)

[Original recipe](https://www.youtube.com/watch?v=U3gvRjIQ6Lo)
Expand Down
4 changes: 4 additions & 0 deletions src/mains/lentil-soup.md → content/mains/lentil-soup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥣 Si's Red Lentil Soup"
+++

# 🥣 Si's Red Lentil Soup

## Ingredients
Expand Down
4 changes: 4 additions & 0 deletions src/mains/ny-pizza.md → content/mains/ny-pizza.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🍕 New York Style Pizza"
+++

# 🍕 New York Style Pizza

[Original recipe](https://www.reddit.com/r/FoodPorn/comments/e2fhg5/second_attempt_on_new_yorkstyle_pizza/f8vcyd6/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥘 Chinese Eggplant and Chicken Stir Fry"
+++

# 🥘 Chinese Eggplant and Chicken Stir Fry

[Original recipe](https://thewoksoflife.com/chinese-eggplant-garlic-sauce/)
Expand Down
4 changes: 4 additions & 0 deletions content/misc/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Misc"
sort_by = "title"
+++
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🛠️ Cooking Equipment"
+++

# 🛠️ Cooking Equipment

_Idea from https://tylertringas.com/cooking-for-founders/_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🌿 Dill-Yogurt Sauce"
+++

# 🌿 Dill-Yogurt Sauce

Recipe from [J. Kenji López-Alt](https://www.youtube.com/watch?v=p8nJIiQo7jw)
Expand Down
4 changes: 4 additions & 0 deletions src/misc/miso-dressing.md → content/misc/miso-dressing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥗 Miso Dressing"
+++

# 🥗 Miso Dressing

Recipe from [Helen Rennie](https://www.youtube.com/watch?v=nx-1NLI4Ahk&t=1s)
Expand Down
4 changes: 4 additions & 0 deletions src/misc/ranch-dip.md → content/misc/ranch-dip.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🥗 Ranch Dip"
+++

# 🥗 Ranch Dip

Recipe from [J. Kenji López-Alt](https://www.youtube.com/watch?v=p8nJIiQo7jw)
Expand Down
16 changes: 10 additions & 6 deletions src/misc/roasted-garlic.md → content/misc/roasted-garlic.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🧄 Roasted Garlic"
+++

# 🧄 Roasted Garlic

See also[Serious Eats](https://www.seriouseats.com/roasted-garlic) on the
Expand All @@ -13,23 +17,23 @@ subject.
1. preheat oven to 400-425F
2. peel all but the innermost paper off a whole head of garlic

[<img src="../pics/garlic-unpeeled.jpg" width="250"/>](../pics/garlic-unpeeled.jpg)
[<img src="../pics/garlic-peeled.jpg" width="250"/>](../pics/garlic-peeled.jpg)
[<img src="../../pics/garlic-unpeeled.jpg" width="250"/>](../../pics/garlic-unpeeled.jpg)
[<img src="../../pics/garlic-peeled.jpg" width="250"/>](../../pics/garlic-peeled.jpg)

3. use a knife to trim the top 1/4" (5mm) or so off the top of each clove (chop
your knife through the top of the head instead of doing each clove
individually)

[<img src="../pics/trimming-garlic.jpg" height="200"/>](../pics/trimming-garlic.jpg)
[<img src="../pics/trimmed-garlic.jpg" width="250"/>](../pics/trimmed-garlic.jpg)
[<img src="../../pics/trimming-garlic.jpg" height="200"/>](../../pics/trimming-garlic.jpg)
[<img src="../../pics/trimmed-garlic.jpg" width="250"/>](../../pics/trimmed-garlic.jpg)

4. place in a small oven-safe ramikin or pyrex (or wrap in aluminum foil) and
drizzle a tablespoon or two of olive oil over the top

[<img src="../pics/oiled-garlic.jpg" height="200"/>](../pics/oiled-garlic.jpg)
[<img src="../../pics/oiled-garlic.jpg" height="200"/>](../../pics/oiled-garlic.jpg)

5. roast in the oven until the top of the garlic cloves start to brown (15-20
minutes or so). to remove the cloves, let the head cool and then squeeze out
with your fingers, or use a fork to pull them out of the skin

[<img src="../pics/roasted-garlic.jpg" height="200"/>](../pics/roasted-garlic.jpg)
[<img src="../../pics/roasted-garlic.jpg" height="200"/>](../../pics/roasted-garlic.jpg)
4 changes: 4 additions & 0 deletions content/preserves/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Preserves"
sort_by = "title"
+++
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🌭 Andouille Sausage"
+++

# 🌭 Andouille Sausage

[Original recipe](https://tasteofartisan.com/andouille-sausage/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🌶️ Chili Crisp"
+++

# 🌶️ Chili Crisp

[Original recipe](https://www.seriouseats.com/recipes/2018/04/homemade-spicy-chili-crisp.html)
Expand Down
4 changes: 4 additions & 0 deletions src/preserves/kabanosy.md → content/preserves/kabanosy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
+++
title = "🌭 Kabanosy"
+++

# 🌭 Kabanosy

[![](https://4.bp.blogspot.com/-gxjXG9m4Qyo/WXcyvORK88I/AAAAAAAAFoA/tFiHzfarqvwhYQWzbsH9uGSy6gOfkRBFQCK4BGAYYCw/s640/IMG_20170724_183129.jpg)](http://4.bp.blogspot.com/-gxjXG9m4Qyo/WXcyvORK88I/AAAAAAAAFoA/tFiHzfarqvwhYQWzbsH9uGSy6gOfkRBFQCK4BGAYYCw/s1600/IMG_20170724_183129.jpg)
Expand Down
Loading
Loading