289 lines
12 KiB
HTML
289 lines
12 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<style id="fort-styles">
|
||
|
|
[data-fort]{font:inherit;color:inherit}
|
||
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||
|
|
[data-fort] a:hover{opacity:.72}
|
||
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||
|
|
.fort-citizen .fc-name{font-weight:600}
|
||
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
||
|
|
.fort-film li{overflow:visible;white-space:normal}
|
||
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||
|
|
.fort-film img{aspect-ratio:16/10}
|
||
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||
|
|
</style>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Amok Trei: The Heart of Khmer Cuisine</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Amok Trei: The Heart of Khmer Cuisine">
|
||
|
|
<meta property="og:description" content="Serves 4 | Preparation: 30 minutes | Cooking: 20 minutes">
|
||
|
|
<meta property="og:image" content="https://pixabay.com/get/gc8ee9e79cb67608305231ef3845a3facb5c821ee146606083f0de76f1bc4f8cff46d89bb6bfec9847006055e3ff9910b552c619853b4d3c54aea45e5e983ffc8_1280.jpg">
|
||
|
|
<meta property="og:url" content="https://chamnan-vu.4ort.net/amok-trei.html">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
<meta name="description" content="Serves 4 | Preparation: 30 minutes | Cooking: 20 minutes">
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font-family: Georgia, serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: #333;
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
padding: 20px;
|
||
|
|
background-color: #f9f7f4;
|
||
|
|
}
|
||
|
|
|
||
|
|
header {
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 40px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
border-bottom: 2px solid #d8b893;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: 2.5em;
|
||
|
|
color: #8b4513;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle {
|
||
|
|
font-style: italic;
|
||
|
|
color: #666;
|
||
|
|
font-size: 1.1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-image {
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
border-radius: 0;
|
||
|
|
margin: 30px 0;
|
||
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.recipe-section {
|
||
|
|
margin: 40px 0;
|
||
|
|
padding: 20px;
|
||
|
|
background-color: white;
|
||
|
|
border-left: 4px solid #d8b893;
|
||
|
|
}
|
||
|
|
|
||
|
|
.recipe-section h2 {
|
||
|
|
color: #8b4513;
|
||
|
|
font-size: 1.8em;
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ingredients {
|
||
|
|
column-count: 2;
|
||
|
|
column-gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ingredients ul {
|
||
|
|
list-style-type: none;
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ingredients li {
|
||
|
|
margin-bottom: 8px;
|
||
|
|
padding-left: 15px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ingredients li:before {
|
||
|
|
content: "•";
|
||
|
|
color: #d8b893;
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instructions ol {
|
||
|
|
padding-left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instructions li {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
line-height: 1.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tip {
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
padding: 15px;
|
||
|
|
border-left: 3px solid #8b4513;
|
||
|
|
margin: 20px 0;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cultural-note {
|
||
|
|
font-size: 0.9em;
|
||
|
|
color: #666;
|
||
|
|
margin-top: 30px;
|
||
|
|
padding: 15px;
|
||
|
|
background-color: #f9f7f4;
|
||
|
|
border-top: 1px solid #ddd;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pull-quote {
|
||
|
|
font-size: 1.3em;
|
||
|
|
font-style: italic;
|
||
|
|
color: #8b4513;
|
||
|
|
text-align: center;
|
||
|
|
margin: 40px 0;
|
||
|
|
padding: 20px;
|
||
|
|
background-color: white;
|
||
|
|
border-left: 4px solid #d8b893;
|
||
|
|
}
|
||
|
|
|
||
|
|
.neighbor-feature {
|
||
|
|
margin-top: 50px;
|
||
|
|
padding: 20px;
|
||
|
|
background-color: white;
|
||
|
|
border: 1px solid #ddd;
|
||
|
|
}
|
||
|
|
|
||
|
|
.neighbor-feature h3 {
|
||
|
|
color: #8b4513;
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
footer {
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 60px;
|
||
|
|
padding-top: 20px;
|
||
|
|
border-top: 1px solid #ddd;
|
||
|
|
color: #666;
|
||
|
|
font-size: 0.9em;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: #8b4513;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fort-nav {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 20px;
|
||
|
|
margin: 30px 0;
|
||
|
|
padding: 15px;
|
||
|
|
background-color: white;
|
||
|
|
border: 1px solid #ddd;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fort-nav a {
|
||
|
|
padding: 8px 15px;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
border-radius: 4px;
|
||
|
|
transition: background-color 0.2s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fort-nav a:hover {
|
||
|
|
background-color: #e5e5e5;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Amok Trei: The Heart of Khmer Cuisine</h1>
|
||
|
|
<p class="subtitle">A Cambodian Steamed Fish Curry Recipe</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Chamnan Vu: Routes, Recipes & Fleet Management</a><a href="/films/morning-reading/">Index</a><a href="/films/pre-trip-inspection/">Index</a><a href="/amok-trei.html" class="active" aria-current="page">Amok Trei: The Heart of Khmer Cuisine</a><a href="/maize.html">Maize: A Food Crop</a><a href="/routes-field-guide.html">Midwest Delivery Routes</a></nav></fort-nav>
|
||
|
|
|
||
|
|
<img src="https://pixabay.com/get/gc8ee9e79cb67608305231ef3845a3facb5c821ee146606083f0de76f1bc4f8cff46d89bb6bfec9847006055e3ff9910b552c619853b4d3c54aea45e5e983ffc8_1280.jpg" alt="Fish Amok - Cambodian steamed fish curry" class="main-image">
|
||
|
|
|
||
|
|
<div class="pull-quote">
|
||
|
|
"The soul of Cambodia in a banana leaf - where coconut milk meets kroeung paste in perfect harmony."
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="recipe-section">
|
||
|
|
<h2>Ingredients</h2>
|
||
|
|
<p>Serves 4 | Preparation: 30 minutes | Cooking: 20 minutes</p>
|
||
|
|
|
||
|
|
<div class="ingredients">
|
||
|
|
<ul>
|
||
|
|
<li>600g firm white fish fillets (catfish or snakehead fish traditional)</li>
|
||
|
|
<li>200ml coconut milk (fresh, not canned)</li>
|
||
|
|
<li>2 tbsp kroeung paste (homemade or store-bought)</li>
|
||
|
|
<li>1 tbsp fish sauce</li>
|
||
|
|
<li>1 tsp palm sugar</li>
|
||
|
|
<li>1 egg (for binding)</li>
|
||
|
|
<li>2 shallots, finely minced</li>
|
||
|
|
<li>3 cloves garlic, minced</li>
|
||
|
|
<li>1 stalk lemongrass, bruised</li>
|
||
|
|
<li>3 kaffir lime leaves, thinly sliced</li>
|
||
|
|
<li>1 red chili, sliced (optional for heat)</li>
|
||
|
|
<li>Banana leaves (for wrapping)</li>
|
||
|
|
<li>Steamed jasmine rice (to serve)</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="tip">
|
||
|
|
<strong>Kroeung Paste Note:</strong> Traditional kroeung is made from lemongrass, galangal, turmeric, kaffir lime leaves, garlic, and shallots. Store-bought versions often lack depth - consider making your own for authentic flavor.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="recipe-section">
|
||
|
|
<h2>Instructions</h2>
|
||
|
|
|
||
|
|
<ol class="instructions">
|
||
|
|
<li><strong>Prepare the fish:</strong> Cut fish into 2-inch pieces and set aside. In a bowl, mix coconut milk, kroeung paste, fish sauce, palm sugar, egg, shallots, garlic, lemongrass, lime leaves, and chili.</li>
|
||
|
|
|
||
|
|
<li><strong>Create the custard:</strong> Gently fold fish pieces into the coconut mixture. The egg will help bind the curry into a custard-like consistency during steaming.</li>
|
||
|
|
|
||
|
|
<li><strong>Prepare banana leaves:</strong> Briefly pass banana leaves over an open flame to soften. Cut into 8x8 inch squares. Place 2-3 spoonfuls of fish mixture in center of each leaf.</li>
|
||
|
|
|
||
|
|
<li><strong>Wrap and secure:</strong> Fold banana leaves into packets, securing with toothpicks or string. The traditional pyramid shape helps steam circulate evenly.</li>
|
||
|
|
|
||
|
|
<li><strong>Steam:</strong> Place packets in steamer basket over boiling water. Steam for 18-20 minutes until fish is opaque and custard is set.</li>
|
||
|
|
|
||
|
|
<li><strong>Serve:</strong> Carefully open packets (watch for hot steam). Serve immediately with steamed jasmine rice.</li>
|
||
|
|
</ol>
|
||
|
|
|
||
|
|
<div class="tip">
|
||
|
|
<strong>Failure Modes:</strong> Over-steaming causes custard to separate (20 minutes max). Under-mixing leads to uneven texture. Banana leaf tears? Double-wrap or use parchment as backup.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="recipe-section">
|
||
|
|
<h2>Technique Notes</h2>
|
||
|
|
|
||
|
|
<ul>
|
||
|
|
<li><strong>Fish selection:</strong> Catfish holds up best to steaming. Snakehead fish is traditional but harder to find.</li>
|
||
|
|
<li><strong>Coconut milk:</strong> Fresh pressed coconut milk has higher fat content, creating richer custard texture.</li>
|
||
|
|
<li><strong>Steaming temperature:</strong> Maintain steady medium heat - boiling too vigorously causes water to splash into packets.</li>
|
||
|
|
<li><strong>Banana leaf prep:</strong> Wipe leaves clean before using. Brief flame pass makes them pliable without tearing.</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="cultural-note">
|
||
|
|
<h3>Cultural Significance</h3>
|
||
|
|
<p>Amok trei is Cambodia's national dish, traditionally served at weddings and temple ceremonies. The banana leaf wrapping symbolizes the connection between land and water in Khmer culture. In Sellersburg's Khmer community, we prepare amok for Buddhist temple gatherings, where the dish represents harmony and abundance.</p>
|
||
|
|
|
||
|
|
<p>Fun fact: The word "amok" comes from the Khmer "mlok" meaning "to wrap" - referring to the banana leaf packaging technique.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="neighbor-feature">
|
||
|
|
<h3>Featured Neighbor: Kitchen Inspiration</h3>
|
||
|
|
<p>For more Southeast Asian culinary techniques, check out <fort-citizen name="allison-walters"><div class="fort-citizen" data-fort="citizen" data-citizen="allison-walters"><a class="fc-name" href="https://allison-walters.4ort.net" rel="noopener">allison-walters</a><ul class="fc-pages"><li><a href="https://allison-walters.4ort.net/clinical-protocols.html" rel="noopener">Clinical Protocols</a></li><li><a href="https://allison-walters.4ort.net/community-health-assessment.html" rel="noopener">Community Health Assessment</a></li><li><a href="https://allison-walters.4ort.net/six-breaths.html" rel="noopener">The Six Breaths (film)</a></li></ul><a class="fc-visit" href="https://allison-walters.4ort.net" rel="noopener">visit allison-walters.4ort.net →</a></div></fort-citizen> clinical protocols and kitchen organization tips. Her attention to detail in medical protocols translates beautifully to culinary precision.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>© 2026 Chamnan Vu | Sellersburg, Indiana | All recipes tested in my home kitchen and temple volunteer events</p>
|
||
|
|
<p><a href="https://4ort.xyz/entity/curry">Learn more about curry traditions</a> | <a href="https://www.nationalgeographic.com/animals/fish/">Fish species guide</a></p>
|
||
|
|
</footer>
|
||
|
|
|
||
|
|
<script src="https://4ort.xyz/js/fort.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|