diff --git a/build b/build index 4f24fff..afdca82 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import subprocess diff --git a/docs/entrees-vegetarian/hasperat/image.png b/docs/entrees-vegetarian/hasperat/image.png new file mode 100644 index 0000000..165a7dc Binary files /dev/null and b/docs/entrees-vegetarian/hasperat/image.png differ diff --git a/docs/entrees-vegetarian/hasperat/index.html b/docs/entrees-vegetarian/hasperat/index.html new file mode 100644 index 0000000..56d5557 --- /dev/null +++ b/docs/entrees-vegetarian/hasperat/index.html @@ -0,0 +1,159 @@ + + + + + + + + +
+
+ +
+

Hasperat

+ +
+prep 50 minutes, plus 1–2 days of resting
+ +
+
+
+
+
+
× 8 +
+ +
Hasperat is a fictional food eaten by the Bajorans from Star Trek. It is described as quite spicy with a brine so strong as to sear the tongue and make the eyes water. It is usually shown wrapped in a flat bread. No official recipe has ever been published, so this is my personal take on it, inspired by a receipe I found online. +
+
+
+ +
+
+

1

+
+
    +
  • +
    + 3 + cups +
    +
    water
    +
  • +
    + 3 + tbsp +
    +
    salt, coarse
    +
  • +
    + 2 +
    +
    pepper, red bell
    +
  • +
    + 2 +
    +
    pepper, poblano
    +
  • +
    + 5 +
    +
    pepper, habañero
    +
  • +
    + 2 +
    +
    onion, red
    +
+
+
Bring the water and salt to a boil while you dice the vegetables. Once the water is boiling vigorously, drop in the vegetables and boil for until soft (about 15 min). +
+
+
+

2

+
+
    +
  • +
    + 6 + cups +
    +
    spinach, lightly packed
    +
+
+
Drop the spinach on top of the mixture and cook, covered, until the spinach has wilted completely (about 5 min). +
+
+
+

3

+
+
    +
  • +
    + 1 + cup +
    +
    vinegar, white
    +
  • +
    + 1 + cup +
    +
    vinegar, apple cider
    +
  • +
    + 2 + tbsp +
    +
    wasabi powder
    +
  • +
    + 2 + tbsp +
    +
    sriracha
    +
+
+
Stir in the spinach and add the vinegar and spices. Cook for a few more minutes and then transfer to a sealed container. Put the whole thing aside to brine for 24–48 hours. +
+
+
+

4

+
+
    +
+
+
Strain the vegetables while retaining the brine. Run the vegetables through a food processor adding just enough brine to create a thick paste. +
+
+
+

5

+
+
    +
  • +
    + 6 +
    +
    tortillas, large
    +
  • +
    + 2 + cups +
    +
    hummus
    +
+
+
Spread a thin layer of hummus across each tortilla, and add few tablespoons of the paste to the center of the tortilla (depending upon it's size). Fold and roll the tortilla in the same fashion as a buritto. Cut in half and serve. +
+
+
+ +
+https://www.instructables.com/Hasperat/
+ + + +

Gnocchi

+ + +

Hasperat

+
diff --git a/src/entrees-vegetarian/hasperat/data.yml b/src/entrees-vegetarian/hasperat/data.yml new file mode 100644 index 0000000..6cb9df1 --- /dev/null +++ b/src/entrees-vegetarian/hasperat/data.yml @@ -0,0 +1,46 @@ +title: Hasperat +timings: + prep: 50 minutes, plus 1–2 days of resting +icons: [gluten-free, low-carb, overnight, vegetarian] +servings: 8 +description: > + Hasperat is a fictional food eaten by the Bajorans from Star Trek. It is described as quite spicy with a brine so + strong as to sear the tongue and make the eyes water. It is usually shown wrapped in a flat bread. No official + recipe has ever been published, so this is my personal take on it, inspired by a receipe I found online. +steps: + - ingredients: + - { amount: 3, unit: cups, item: "water" } + - { amount: 3, unit: tbsp, item: "salt, coarse" } + - { amount: 2, item: "pepper, red bell" } + - { amount: 2, item: "pepper, poblano" } + - { amount: 5, item: "pepper, habañero" } + - { amount: 2, item: "onion, red" } + directions: > + Bring the water and salt to a boil while you dice the vegetables. Once the water is boiling vigorously, drop in + the vegetables and boil for until soft (about 15 min). + - ingredients: + - { amount: 6, unit: cups, item: "spinach, lightly packed" } + directions: > + Drop the spinach on top of the mixture and cook, covered, until the spinach has wilted completely (about 5 min). + - ingredients: + - { amount: 1, unit: cup, item: "vinegar, white" } + - { amount: 1, unit: cup, item: "vinegar, apple cider" } + - { amount: 2, unit: tbsp, item: "wasabi powder" } + - { amount: 2, unit: tbsp, item: "sriracha" } + directions: > + Stir in the spinach and add the vinegar and spices. Cook for a few more minutes and then transfer to a sealed + container. Put the whole thing aside to brine for 24–48 hours. + - ingredients: [] + directions: > + Strain the vegetables while retaining the brine. Run the vegetables through a food processor adding just enough + brine to create a thick paste. + - ingredients: + - { amount: 6, item: "tortillas, large" } + - { amount: 2, unit: cups, item: "hummus" } + directions: > + Spread a thin layer of hummus across each tortilla, and add few tablespoons of the paste to the center of the + tortilla (depending upon it's size). Fold and roll the tortilla in the same fashion as a buritto. Cut in half + and serve. +credit: + name: Lt. Rooney + url: https://www.instructables.com/Hasperat/ diff --git a/src/entrees-vegetarian/hasperat/image.png b/src/entrees-vegetarian/hasperat/image.png new file mode 100644 index 0000000..165a7dc Binary files /dev/null and b/src/entrees-vegetarian/hasperat/image.png differ