Compare commits
6 Commits
d1add6dc72
...
1268e5b697
| Author | SHA1 | Date | |
|---|---|---|---|
| 1268e5b697 | |||
| d972f0c9fa | |||
| 1cf594f388 | |||
| 6e103c20f3 | |||
| df35ec7ac0 | |||
| 9663eacdd8 |
@@ -22,8 +22,9 @@ series:
|
||||
- dips
|
||||
categories:
|
||||
- recipes
|
||||
TBD:
|
||||
- Change URLs to be external-link.
|
||||
aliases:
|
||||
- /posts/refried-pinto-beans
|
||||
- /posts/recipes/refried-pinto-beans
|
||||
---
|
||||
|
||||
Here's something which can be a main, side, dip, sauce, or whatever!
|
||||
@@ -31,7 +32,7 @@ Here's something which can be a main, side, dip, sauce, or whatever!
|
||||
## Ingredients
|
||||
|
||||
- 7oz bag instant refried pinto beans
|
||||
- [Natural Grocer's](https://www.naturalgrocers.com/products/beans-instant-rfrd-pinto-org-7-oz)
|
||||
- {{% external-link "Natural Grocer's" "https://www.naturalgrocers.com/products/beans-instant-rfrd-pinto-org-7-oz" %}}
|
||||
- 750ml or 4 cups of water
|
||||
|
||||
### Seasonings
|
||||
79
content/posts/recipes/food/tonic.md
Normal file
79
content/posts/recipes/food/tonic.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
draft: true
|
||||
pinned: false
|
||||
video: false
|
||||
audio: false
|
||||
title: "Hyperling's Health Tonic"
|
||||
subtitle: "Delicious drinks for health & recovery."
|
||||
feathericon: "coffee"
|
||||
author: authorDefault
|
||||
date: TBD
|
||||
started: "2025-12-24T14:30:00-07:00"
|
||||
lastmod:
|
||||
toc: true
|
||||
images:
|
||||
tags:
|
||||
- TBD # food, craft, poem, blog
|
||||
series:
|
||||
- TBD
|
||||
categories:
|
||||
- TBD # recipes, musings
|
||||
aliases:
|
||||
- /health-tonic
|
||||
- /switchel
|
||||
---
|
||||
|
||||
***Any sections listed TBD are just ideas and have not been finalized yet.***
|
||||
|
||||
## Base [TBD]
|
||||
|
||||
| Ingredient | Amount |
|
||||
| :--: | :-: |
|
||||
| Water | 2 cups |
|
||||
| Organic Blackstrap Molasses | 1 tbsp |
|
||||
|
||||
## Flavors
|
||||
|
||||
Here are some flavoring ideas to add on top of this.
|
||||
|
||||
### Vanilla [TBD]
|
||||
|
||||
- 1/4 tsp vanilla extract (alcohol based)
|
||||
|
||||
### Ginger [TBD]
|
||||
|
||||
- X fresh ginger
|
||||
|
||||
or
|
||||
|
||||
- X ginger powder
|
||||
|
||||
### Cherry [TBD]
|
||||
|
||||
- tart cherry concentrate
|
||||
|
||||
### Maple [TBD]
|
||||
|
||||
- 1 tsp maple syrup
|
||||
- 1/8 tsp vanilla
|
||||
|
||||
### Clove [TBD]
|
||||
|
||||
- X cloves
|
||||
|
||||
### Mint [TBD]
|
||||
|
||||
- 1 tsp [spear?,pepper?]mint
|
||||
|
||||
### Rosemary [TBD]
|
||||
|
||||
- 1/2 tsp rosemary
|
||||
|
||||
### Italian [TBD]
|
||||
|
||||
- 1/4 tsp oregano
|
||||
- 1/4 tsp thyme
|
||||
|
||||
## Purported Health Benefits [TBD]
|
||||
|
||||
TBD
|
||||
@@ -20,6 +20,9 @@
|
||||
<li class="post-item">
|
||||
<a href="{{.Permalink}}" class="post-item-inner">
|
||||
<span class="post-title">
|
||||
{{ if .Params.draft }}
|
||||
{{ print "-=DRAFT=- "}}
|
||||
{{ end }}
|
||||
{{ if .Params.pinned }}
|
||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||
src="/feathericons/16px-a9a9b3/paperclip.svg" alt=""
|
||||
|
||||
Reference in New Issue
Block a user