git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
<html>
  <head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width">
	<link rel="stylesheet" type="text/css" href="../style.css">
	<link rel="icon" type="image/png" href="../icon.png">
	<title>alexw.nyc</title>
  </head>
<body>
  <header>
	<table><tr><td><a href="../index.html"><img src="../icon.png" width=20 /></a></td>
			<td>alexw.nyc</td>
			<td><a href="../index.html">home</a></td>
			<td><a href="../about.html">about</a></td>
			<td><a href="//git.alexw.nyc">git</a></td>
			<td><a href="../garden.html">garden</a></td>
		</tr></table>
  </header>
  <main>
	  <h1>alex's iced tea</h1>
	  <p>recipes online are a disaster. I want recipes written by people. Here is one that I developed through trial and error over the course of about a month and 6 batches of tea. I like my tea to be lightly sweet and about average strength.</p>
	  <ol>
		  <li>Acquire a container that holds about 8 ounces. I have a large ball mason jar.
		  </li>
		  <li>Acquire some tea. I think for iced tea, which we are adding stuff too, bagged tea is preferable to loose leaf. I picked up some relatively <a href="https://www.wholefoodsmarket.com/product/365-by-whole-foods-market-organic-black-tea-49-oz-b074j5twyl">cheap tea</a> from Whole Foods and it works quite well.</li>
		  <li>Add 8 ounces of water to your container and 8 bags of tea</li>
		  <li>Steep the tea cold overnight. 8-12 hours (it doesn't have to be precise)</li>
		  <li>Remove tea bags, squeeze 1/2 medium lemon and add juice.</li>
		  <li>Add 64g white sugar</li>
		  <li>Enjoy iced!</li>
	  </ol>
	  Side note, for ice, I love an old-school vintage all stainless steel ice tray. Look them up, they don't leave any flavor on the ice, are super easy and satisfying to use, and are extremely durable!
	  <a href="./">All Recipes</a>
  </main>
</body>
<footer>
<a href="/tech/infra.html">live</a> from beautiful brooklyn, new york
<a href="mailto:alex@alexwennerberg.com">email</a>
<a href="https://merveilles.town/@aw">mastodon</a>
</footer>
</body>
</html>