Browse Source

food 🍜

David Windham 3 months ago
parent
commit
f76208af78
2 changed files with 32 additions and 8 deletions
  1. 12 0
      lists/food.md
  2. 20 8
      sidebarslists.js

+ 12 - 0
lists/food.md

@@ -0,0 +1,12 @@
+# Food
+
+## Recipes
+
+### Tom Yum Shrimp
+
+In a 4 qt saucepan on med heat - Add: 1 lb **shrimp**, 1-2 tsp **sesame oil**, 1 pat of **butter**, 1 tbsp **olive oil**, 2 tbsp chopped **garlic**, 2 tbsp chopped **ginger** ( use frozen cubes for easier prep ), 3-4 diced whole **green onions**, 2 sliced **carrots**, 1 sliced stalk of **celery**. 1 cup sliced **mushrooms**, & 3-4 chopped **serrano peppers**. Toss and cook until shrimp are lightly cooked. In separate pot cook 8-10oz **Chinese noodles** ( thin curly wheat ). Add:  2 cups of water, 1 tsp veg bouillon, 1 can of **coconut milk**, & noodles. Simmer & Serve. You’re welcome 🍜 we call it Tom Yum Shrimp - not sure about the name. came from a dish we had somewhere and then tried to duplicate from various recipes. 
+
+## Groceries 
+
+See - [/lists/grocery](/lists/grocery)
+

+ 20 - 8
sidebarslists.js

@@ -4,6 +4,7 @@ module.exports = {
       type:'doc',
       id: 'index',
     },
+
     {
       type: 'html',
       value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
@@ -52,14 +53,6 @@ module.exports = {
       type: 'doc',
       id: 'next',
     },
-    {
-      type: 'doc',
-      id: 'grocery',
-    },
-    {
-      type: 'doc',
-      id: 'shopping',
-    },
     {
       type: 'html',
       value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
@@ -140,6 +133,21 @@ module.exports = {
       type: 'doc',
       id: 'feeds',
     },
+    {
+      type: 'category',
+      label: 'Food',
+      collapsible: true,
+      link: {
+        type:'doc',
+        id:'food',
+      },
+      items: [
+        {
+          type: 'doc',
+          id: 'grocery',
+        },
+      ],
+    },  
     {
       type: 'doc',
       id: 'influence',
@@ -182,6 +190,10 @@ module.exports = {
       type: 'doc',
       id: 'people',
     },
+    {
+      type: 'doc',
+      id: 'shopping',
+    },
     {
       type: 'doc',
       id: 'things',