diff --git a/pages/diet.php b/pages/diet.php new file mode 100755 index 0000000..c474611 --- /dev/null +++ b/pages/diet.php @@ -0,0 +1,214 @@ +#!/usr/bin/php + + +
+

Current Diet

+
+ Image TBD +
+
+
+
+

+ My diet is 100% vegan and focuses on a high carb low fat + macronutrient ratio from whole foods. I consume as many raw meals + as possible and prefer to cook for myself. + +

+ +
+
+ +
+

Favorites

+
+
+
+ Fruit +
    +
  1. Soursop
  2. +
  3. Durian
  4. +
  5. Pawpaw
  6. +
  7. Mamey Sapote
  8. +
+

Notable Mentions

+ + +
+
+ +
+

Staples

+
+
+
+ Raw + + Cooked + +
+
+ +
+

Allergies / Aversions

+
+
+
+

+ I've found that my body doesn't tolerate many foods found in modern diets. +

+

+ Basically, if you wouldn't feed it to a dog or rabbit, I probably avoid it too. +

+ High Reactivity +

+ These are a quick "no". I'll smell the dish, but not eat! +

+ + Medium Reactivity +

+ I normally avoid these and only have them as rare exceptions. +

+ + Lower Reactivity +

+ I may have these from time to time, but in very small amounts. +

+ +
+
+ + diff --git a/run.sh b/run.sh index 4de0cfe..a20e666 100755 --- a/run.sh +++ b/run.sh @@ -69,6 +69,10 @@ if [[ ! `which npm` ]]; then echo "- Installing NPM" $sudo apt-get install -y npm fi +if [[ ! `which curl` ]]; then + echo "- Installing NPM" + $sudo apt-get install -y curl +fi # Directories and allowed page types are executable, others are not. log "Fix any strange file permissions."