@ -1,97 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | Categories</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Categories on My Cookbook</title>
|
|
||||||
<link>http://example.org/categories/</link>
|
|
||||||
<description>Recent content in Categories on My Cookbook</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@ -1,212 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | Homemade Chicken Ramen</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-centered">
|
|
||||||
<div class="column is-full-mobile is-half-desktop" style="border-radius: 1%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)">
|
|
||||||
<div class="is-flex" style="justify-content: center; border-radius: 3%; background-color: #f0f5f1; position: relative;">
|
|
||||||
<figure class="image">
|
|
||||||
<img style="border-radius: 3%; width: 512px; height: 512px" src=http://example.org/images/recipe-headers/homemade-chicken-ramen.jpg alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
<div id="printButton" style="position: absolute; bottom: 0; right: 0;" class="is-rounded">
|
|
||||||
<a href="/print/chicken-ramen/print.html" target="_blank"><i class="fas fa-print fa-3x"></i></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="container has-text-centered">
|
|
||||||
<h1 class="title is-bold"> Homemade Chicken Ramen</h1>
|
|
||||||
<p class="subtitle is-italic"> Jared Swets</p>
|
|
||||||
<div class="container has-text-right">
|
|
||||||
|
|
||||||
|
|
||||||
<i class="far fa-calendar-alt"></i>
|
|
||||||
<time datetime="01-24-2021">Jan 24, 2021</time>
|
|
||||||
|
|
||||||
<i class="fas fa-tags"></i>
|
|
||||||
|
|
||||||
|
|
||||||
<a class="btn btn-sm btn-outline-dark tag-btn" href="http://example.org/tags/ramen">ramen</a>
|
|
||||||
|
|
||||||
|
|
||||||
<a class="btn btn-sm btn-outline-dark tag-btn" href="http://example.org/tags/meal">meal</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr>
|
|
||||||
</div>
|
|
||||||
<div class="container has-text-centered">
|
|
||||||
<div class="columns is-mobile is-multiline">
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-concierge-bell fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Servings</p>
|
|
||||||
<div></div>
|
|
||||||
8 Servings
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-hourglass-half fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Prep time</p>
|
|
||||||
<div></div>
|
|
||||||
60 Minutes
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-temperature-high fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
<p class="has-text-weight-bold is-size-6">Cooking Time</p>
|
|
||||||
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
20 Minutes
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile">
|
|
||||||
<i class="fas fa-fire fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Calories</p>
|
|
||||||
<div></div>
|
|
||||||
400 Kcal
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<hr>
|
|
||||||
<p class="subtitle is-italic"> An easy homemade chicken ramen, with a flavorful broth, roasted chicken, fresh veggies, lots of noodles, and a soft cooked egg.</p>
|
|
||||||
<div class="content">
|
|
||||||
<h2 id="ingredients">Ingredients</h2>
|
|
||||||
<h4 id="chicken">Chicken</h4>
|
|
||||||
<ul>
|
|
||||||
<li>4 Chicken Breasts (boneless)</li>
|
|
||||||
<li>2 tbsp unsalted butter</li>
|
|
||||||
<li>Salt and Pepper</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="broth">Broth</h4>
|
|
||||||
<ul>
|
|
||||||
<li>4 tsp sesame or vegetable oil</li>
|
|
||||||
<li>4 tsp fresh ginger, minced</li>
|
|
||||||
<li>6 tsp fresh garlic, minced</li>
|
|
||||||
<li>6 tbsp low-sodium soy sauce</li>
|
|
||||||
<li>4 tbsp mirin</li>
|
|
||||||
<li>8 cups rich chicken stock</li>
|
|
||||||
<li>1 1/2 cups fresh shitake or bella mushrooms</li>
|
|
||||||
<li>Sea Salt (to taste)</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="noodles">Noodles</h4>
|
|
||||||
<ul>
|
|
||||||
<li>6 (2-3oz) packs of dried ramen noodles</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="extras">Extras</h4>
|
|
||||||
<ul>
|
|
||||||
<li>6 Eggs</li>
|
|
||||||
<li>1 cup scallions or green onions, tops sliced</li>
|
|
||||||
<li>optional: fresh jalapeno slices</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="directions">Directions</h2>
|
|
||||||
<ol>
|
|
||||||
<li>Cook the chicken: Preheat the oven to 375 degrees. Season the chicken generously with salt and pepper. Melt the butter in a large oven-safe skillet over medium heat. Add the chicken, and cook until it is golden brown.
|
|
||||||
<ol>
|
|
||||||
<li>Transfer the skillet to the oven and roast for 15-20 minutes, until the chicken is cooked through. Remove from the oven, transfer the chicken to a plate and cover with foil until ready to serve.</li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
<li>Make the ramen broth: Heat the oil in a large pot (enough for 10 cups at least) over medium heat, until shimmering. Add the garlic and ginger, and cook for a few minutes until softened. Add the soy sauce and mirin, and stir to combine. Cook for another minute. Add the stock, and the bulbs of the green onions (if using, tops cut off) cover, and bring to boil. Remove the lid, and let simmer uncovered for 5 minutes, then add the dried mushrooms. Simmer gently for another 10 minutes, then remove the green onion bulbs and season with salt, to taste.</li>
|
|
||||||
<li>Make the soft-boiled eggs: Fill a pot with enough water to cover the eggs, and bring to a boil. Gently lower the eggs (still cold from the fridge) into the boiling water, and let simmer for 8 minutes (for a soft, but set-up yoke).
|
|
||||||
<ol>
|
|
||||||
<li>Meanwhile, fill a large bowl with ice water. When the timer finishes, transfer the eggs to the ice bath to stop the cooking process. Wait at least 5 minutes, or until cool enough to handle, then carefully peel away the shell and slice in half, lengthwise. Set aside until ready to serve.</li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
<li>Assemble the ramen bowls: Meanwhile, chop the scallions and jalapeño (if using). Slice the chicken into thin pieces. Set aside. When the eggs finish cooking, add the ramen noodles to the boiling water. Cook for 2-3 minutes, until soft, then divide the noodles into two large bowls. Add the sliced chicken and the ramen broth. Top with the fresh scallions, jalapeño and the soft boiled egg. Serve immediately.</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
li {
|
|
||||||
padding-bottom: .5em;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 825 B |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 762 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 110 KiB |
@ -1,129 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta name="generator" content="Hugo 0.88.1" />
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-multiline">
|
|
||||||
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="images/recipe-headers/homemade-chicken-ramen.jpg" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">Homemade Chicken Ramen</p>
|
|
||||||
<p class="subtitle is-6 "><em>Jared Swets</em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">An easy homemade chicken ramen, with a flavorful broth, roasted chicken, fresh veggies, lots of noodles, and a soft cooked egg.</p>
|
|
||||||
<br>
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
|
|
||||||
<a href="#">ramen</a>
|
|
||||||
|
|
||||||
<a href="#">meal</a>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
<i class="fas fa-calendar pr-4"></i>January 2021
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="http://example.org/chicken-ramen/" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1 +0,0 @@
|
|||||||
[{"categories":null,"contents":"Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees. Season the chicken generously with salt and pepper. Melt the butter in a large oven-safe skillet over medium heat. Add the chicken, and cook until it is golden brown. Transfer the skillet to the oven and roast for 15-20 minutes, until the chicken is cooked through. Remove from the oven, transfer the chicken to a plate and cover with foil until ready to serve. Make the ramen broth: Heat the oil in a large pot (enough for 10 cups at least) over medium heat, until shimmering. Add the garlic and ginger, and cook for a few minutes until softened. Add the soy sauce and mirin, and stir to combine. Cook for another minute. Add the stock, and the bulbs of the green onions (if using, tops cut off) cover, and bring to boil. Remove the lid, and let simmer uncovered for 5 minutes, then add the dried mushrooms. Simmer gently for another 10 minutes, then remove the green onion bulbs and season with salt, to taste. Make the soft-boiled eggs: Fill a pot with enough water to cover the eggs, and bring to a boil. Gently lower the eggs (still cold from the fridge) into the boiling water, and let simmer for 8 minutes (for a soft, but set-up yoke). Meanwhile, fill a large bowl with ice water. When the timer finishes, transfer the eggs to the ice bath to stop the cooking process. Wait at least 5 minutes, or until cool enough to handle, then carefully peel away the shell and slice in half, lengthwise. Set aside until ready to serve. Assemble the ramen bowls: Meanwhile, chop the scallions and jalapeño (if using). Slice the chicken into thin pieces. Set aside. When the eggs finish cooking, add the ramen noodles to the boiling water. Cook for 2-3 minutes, until soft, then divide the noodles into two large bowls. Add the sliced chicken and the ramen broth. Top with the fresh scallions, jalapeño and the soft boiled egg. Serve immediately. ","imageLink":"images/recipe-headers/homemade-chicken-ramen.jpg","permalink":"http://example.org/chicken-ramen/","tags":["ramen","meal"],"title":"Homemade Chicken Ramen"}]
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>My Cookbook</title>
|
|
||||||
<link>http://example.org/</link>
|
|
||||||
<description>Recent content on My Cookbook</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 24 Jan 2021 20:05:39 -0500</lastBuildDate><atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Homemade Chicken Ramen</title>
|
|
||||||
<link>http://example.org/chicken-ramen/</link>
|
|
||||||
<pubDate>Sun, 24 Jan 2021 20:05:39 -0500</pubDate>
|
|
||||||
|
|
||||||
<guid>http://example.org/chicken-ramen/</guid>
|
|
||||||
<description>Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@ -1,127 +0,0 @@
|
|||||||
|
|
||||||
var searchTerm = null;
|
|
||||||
|
|
||||||
summaryInclude=60;
|
|
||||||
var fuseOptions = {
|
|
||||||
shouldSort: true,
|
|
||||||
includeMatches: true,
|
|
||||||
threshold: 0.0,
|
|
||||||
tokenize:true,
|
|
||||||
location: 0,
|
|
||||||
distance: 100,
|
|
||||||
maxPatternLength: 32,
|
|
||||||
minMatchCharLength: 1,
|
|
||||||
keys: [
|
|
||||||
{name:"title",weight:0.8},
|
|
||||||
{name:"contents",weight:0.5},
|
|
||||||
{name:"tags",weight:0.3},
|
|
||||||
{name:"categories",weight:0.3}
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
u('#searchTerm').on('change keyup', function() { // Set the search value on keyup for the input
|
|
||||||
searchTerm = this.value;
|
|
||||||
})
|
|
||||||
|
|
||||||
function showAlert(message){
|
|
||||||
u('#alert').removeClass("is-hidden")
|
|
||||||
u('#alert').html(message)
|
|
||||||
setTimeout(function () {
|
|
||||||
u('#alert').addClass("is-hidden")
|
|
||||||
}, 3000)
|
|
||||||
}
|
|
||||||
|
|
||||||
u('#searchButton').handle('click', function(e) { //use handle to automatically prevent default
|
|
||||||
if(searchTerm){
|
|
||||||
u("#searchTerm").text(searchTerm);
|
|
||||||
u('#searchButton').addClass("is-loading");
|
|
||||||
executeSearch(searchTerm);
|
|
||||||
}else {
|
|
||||||
showAlert("Search cannot be empty!")
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
function executeSearch(searchQuery){
|
|
||||||
fetch("/index.json").then(r => r.json())
|
|
||||||
.then(function(data) {
|
|
||||||
var pages = data;
|
|
||||||
var fuse = new Fuse(pages, fuseOptions);
|
|
||||||
var result = fuse.search(searchQuery);
|
|
||||||
if(result.length > 0){
|
|
||||||
u('#content').addClass("is-hidden"); //hiding our main content to display the results
|
|
||||||
u('#searchResults').children(u('div')).empty(); // clean out any previous search results
|
|
||||||
u('#searchButton').removeClass("is-loading") //change our button back
|
|
||||||
u('#searchResults').removeClass("is-hidden") //show Result area
|
|
||||||
populateResults(result);
|
|
||||||
}else{
|
|
||||||
showAlert("No results found!")
|
|
||||||
u('#searchButton').removeClass("is-loading");
|
|
||||||
u("#searchTerm").text("");
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function populateResults(result){
|
|
||||||
//Object.keys(result).forEach(function(key,value){
|
|
||||||
Object.entries(result).forEach(entry => {
|
|
||||||
const [key, value] = entry;
|
|
||||||
var contents= value.item.contents;
|
|
||||||
var snippet = "";
|
|
||||||
var snippetHighlights=[];
|
|
||||||
var tags =[];
|
|
||||||
if( fuseOptions.tokenize ){
|
|
||||||
snippetHighlights.push(searchTerm);
|
|
||||||
}else{
|
|
||||||
value.matches.forEach(function(matchKey,mvalue){
|
|
||||||
|
|
||||||
if(mvalue.key == "tags" || mvalue.key == "categories" ){
|
|
||||||
snippetHighlights.push(mvalue.value);
|
|
||||||
}else if(mvalue.key == "contents"){
|
|
||||||
start = mvalue.indices[0][0]-summaryInclude>0?mvalue.indices[0][0]-summaryInclude:0;
|
|
||||||
end = mvalue.indices[0][1]+summaryInclude<contents.length?mvalue.indices[0][1]+summaryInclude:contents.length;
|
|
||||||
snippet += contents.substring(start,end);
|
|
||||||
snippetHighlights.push(mvalue.value.substring(mvalue.indices[0][0],mvalue.indices[0][1]-mvalue.indices[0][0]+1));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if(snippet.length<1){
|
|
||||||
snippet += contents.substring(0,summaryInclude*2);
|
|
||||||
}
|
|
||||||
//pull template from hugo template definition
|
|
||||||
var templateDefinition = u('#search-result-template').html();
|
|
||||||
//replace values
|
|
||||||
var output = render(templateDefinition,{key:key,title:value.item.title,link:value.item.permalink,tags:value.item.tags,categories:value.item.categories,snippet:snippet,image:value.item.imageLink});
|
|
||||||
u('#searchResultsCol').append(output);
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function param(name) {
|
|
||||||
return decodeURIComponent((location.search.split(name + '=')[1] || '').split('&')[0]).replace(/\+/g, ' ');
|
|
||||||
}
|
|
||||||
|
|
||||||
function render(templateString, data) {
|
|
||||||
var conditionalMatches,conditionalPattern,copy;
|
|
||||||
conditionalPattern = /\$\{\s*isset ([a-zA-Z]*) \s*\}(.*)\$\{\s*end\s*}/g;
|
|
||||||
//since loop below depends on re.lastInxdex, we use a copy to capture any manipulations whilst inside the loop
|
|
||||||
copy = templateString;
|
|
||||||
while ((conditionalMatches = conditionalPattern.exec(templateString)) !== null) {
|
|
||||||
if(data[conditionalMatches[1]]){
|
|
||||||
//valid key, remove conditionals, leave contents.
|
|
||||||
copy = copy.replace(conditionalMatches[0],conditionalMatches[2]);
|
|
||||||
}else{
|
|
||||||
//not valid, remove entire section
|
|
||||||
copy = copy.replace(conditionalMatches[0],'');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
templateString = copy;
|
|
||||||
//now any conditionals removed we can do simple substitution
|
|
||||||
var key, find, re;
|
|
||||||
for (key in data) {
|
|
||||||
find = '\\$\\{\\s*' + key + '\\s*\\}';
|
|
||||||
re = new RegExp(find, 'g');
|
|
||||||
templateString = templateString.replace(re, data[key]);
|
|
||||||
}
|
|
||||||
return templateString;
|
|
||||||
}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
// Toggle menu with button
|
|
||||||
u('#navBarButton').on('click', function(e) {
|
|
||||||
u('#navBarMenu').toggleClass('is-active')
|
|
||||||
})
|
|
||||||
|
|
||||||
// Hide menu on search
|
|
||||||
u('#searchButton').on('click', function(e) {
|
|
||||||
u('#navBarMenu').removeClass('is-active')
|
|
||||||
})
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
|
|
||||||
// Shrink up the spacing and change the size of the headers
|
|
||||||
u('#ingredients').attr("style", "margin-bottom: .5em;")
|
|
||||||
u('#ingredients').attr("class", "is-size-5")
|
|
||||||
u('#directions').attr("style", "margin: 0px;")
|
|
||||||
u('#directions').attr("class", "is-size-5")
|
|
||||||
|
|
||||||
// If we have ingredients subheadings, change the h4 headings
|
|
||||||
u('h4').addClass("is-size-6")
|
|
||||||
u('h4').attr("style", "margin: 0px;")
|
|
||||||
|
|
||||||
// Change the title size
|
|
||||||
u('#mainTitle').addClass("is-size-4")
|
|
||||||
|
|
||||||
// Change the lists margins
|
|
||||||
var directions = u('ol');
|
|
||||||
directions.attr("style", "margin-top: 0px; margin-bottom: 0px;")
|
|
||||||
|
|
||||||
var ingredients = u('ul');
|
|
||||||
ingredients.attr("style", "margin-top: 0px; margin-bottom: 0px;")
|
|
||||||
|
|
||||||
var listItems = u('li');
|
|
||||||
listItems.attr("style", "margin-top: 0px;")
|
|
||||||
|
|
||||||
// Remove the last <hr> if we have a footnote
|
|
||||||
var hrs = u('hr')
|
|
||||||
if (hrs.length > 2) {
|
|
||||||
hrs.last().remove()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Remove the footnote links
|
|
||||||
u(document.getElementsByClassName('footnote-backref')).remove()
|
|
||||||
@ -1,130 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/bulma.min.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | Homemade Chicken Ramen</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-centered">
|
|
||||||
<div class="column is-full-mobile is-half-desktop" style="border-radius: 1%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)">
|
|
||||||
<div class="container">
|
|
||||||
<div class="columns">
|
|
||||||
<div class="column is-half">
|
|
||||||
<h1 id="mainTitle" class="title is-bold"> Homemade Chicken Ramen </h1>
|
|
||||||
<p class="subtitle is-italic" style="margin-bottom: .5em;"> Jared Swets</p>
|
|
||||||
|
|
||||||
<i class="fas fa-tags"></i>
|
|
||||||
|
|
||||||
|
|
||||||
ramen
|
|
||||||
|
|
||||||
|
|
||||||
meal
|
|
||||||
|
|
||||||
|
|
||||||
<p class="subtitle is-italic" style="margin-top: .5em;"> An easy homemade chicken ramen, with a flavorful broth, roasted chicken, fresh veggies, lots of noodles, and a soft cooked egg.</p>
|
|
||||||
</div>
|
|
||||||
<div class="column is-half">
|
|
||||||
<div class="is-pulled-right">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<hr style="margin-top: .5em; margin-bottom: 1em;">
|
|
||||||
<div class="container has-text-centered">
|
|
||||||
<div class="columns">
|
|
||||||
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
|
|
||||||
<i class="fas fa-concierge-bell"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold">Servings</p>
|
|
||||||
<div></div>
|
|
||||||
8 Servings
|
|
||||||
</div>
|
|
||||||
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
|
|
||||||
<i class="fas fa-hourglass-half"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold">Prep time</p>
|
|
||||||
<div></div>
|
|
||||||
60 Minutes
|
|
||||||
</div>
|
|
||||||
<div class="column" style="border-right: 1px solid #dbdbdb; padding: 0px;">
|
|
||||||
<i class="fas fa-temperature-high"></i>
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
<p class="has-text-weight-bold is-size-6">Cooking Time</p>
|
|
||||||
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
20 Minutes
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="column" style="padding: 0px;">
|
|
||||||
<i class="fas fa-fire"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold">Calories</p>
|
|
||||||
<div></div>
|
|
||||||
400 Kcal
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<hr style="margin-top: 1em; margin-bottom: .5em;">
|
|
||||||
<div class="content">
|
|
||||||
<h2 id="ingredients">Ingredients</h2>
|
|
||||||
<h4 id="chicken">Chicken</h4>
|
|
||||||
<ul>
|
|
||||||
<li>4 Chicken Breasts (boneless)</li>
|
|
||||||
<li>2 tbsp unsalted butter</li>
|
|
||||||
<li>Salt and Pepper</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="broth">Broth</h4>
|
|
||||||
<ul>
|
|
||||||
<li>4 tsp sesame or vegetable oil</li>
|
|
||||||
<li>4 tsp fresh ginger, minced</li>
|
|
||||||
<li>6 tsp fresh garlic, minced</li>
|
|
||||||
<li>6 tbsp low-sodium soy sauce</li>
|
|
||||||
<li>4 tbsp mirin</li>
|
|
||||||
<li>8 cups rich chicken stock</li>
|
|
||||||
<li>1 1/2 cups fresh shitake or bella mushrooms</li>
|
|
||||||
<li>Sea Salt (to taste)</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="noodles">Noodles</h4>
|
|
||||||
<ul>
|
|
||||||
<li>6 (2-3oz) packs of dried ramen noodles</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="extras">Extras</h4>
|
|
||||||
<ul>
|
|
||||||
<li>6 Eggs</li>
|
|
||||||
<li>1 cup scallions or green onions, tops sliced</li>
|
|
||||||
<li>optional: fresh jalapeno slices</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="directions">Directions</h2>
|
|
||||||
<ol>
|
|
||||||
<li>Cook the chicken: Preheat the oven to 375 degrees. Season the chicken generously with salt and pepper. Melt the butter in a large oven-safe skillet over medium heat. Add the chicken, and cook until it is golden brown.
|
|
||||||
<ol>
|
|
||||||
<li>Transfer the skillet to the oven and roast for 15-20 minutes, until the chicken is cooked through. Remove from the oven, transfer the chicken to a plate and cover with foil until ready to serve.</li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
<li>Make the ramen broth: Heat the oil in a large pot (enough for 10 cups at least) over medium heat, until shimmering. Add the garlic and ginger, and cook for a few minutes until softened. Add the soy sauce and mirin, and stir to combine. Cook for another minute. Add the stock, and the bulbs of the green onions (if using, tops cut off) cover, and bring to boil. Remove the lid, and let simmer uncovered for 5 minutes, then add the dried mushrooms. Simmer gently for another 10 minutes, then remove the green onion bulbs and season with salt, to taste.</li>
|
|
||||||
<li>Make the soft-boiled eggs: Fill a pot with enough water to cover the eggs, and bring to a boil. Gently lower the eggs (still cold from the fridge) into the boiling water, and let simmer for 8 minutes (for a soft, but set-up yoke).
|
|
||||||
<ol>
|
|
||||||
<li>Meanwhile, fill a large bowl with ice water. When the timer finishes, transfer the eggs to the ice bath to stop the cooking process. Wait at least 5 minutes, or until cool enough to handle, then carefully peel away the shell and slice in half, lengthwise. Set aside until ready to serve.</li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
<li>Assemble the ramen bowls: Meanwhile, chop the scallions and jalapeño (if using). Slice the chicken into thin pieces. Set aside. When the eggs finish cooking, add the ramen noodles to the boiling water. Cook for 2-3 minutes, until soft, then divide the noodles into two large bowls. Add the sliced chicken and the ramen broth. Top with the fresh scallions, jalapeño and the soft boiled egg. Serve immediately.</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/print.js"></script>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
||||||
<url>
|
|
||||||
<loc>http://example.org/chicken-ramen/</loc>
|
|
||||||
<lastmod>2021-01-24T20:05:39-05:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://example.org/tags/meal/</loc>
|
|
||||||
<lastmod>2021-01-24T20:05:39-05:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://example.org/</loc>
|
|
||||||
<lastmod>2021-01-24T20:05:39-05:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://example.org/tags/ramen/</loc>
|
|
||||||
<lastmod>2021-01-24T20:05:39-05:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://example.org/tags/</loc>
|
|
||||||
<lastmod>2021-01-24T20:05:39-05:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://example.org/categories/</loc>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
@ -1,205 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | Tags</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-multiline">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="card">
|
|
||||||
<header class="card-header">
|
|
||||||
<p class="card-header-title">
|
|
||||||
<a class="title" href="/tags/ramen/">ramen</a>
|
|
||||||
<i class="fas fa-tags pl-3 pb-3"></i>
|
|
||||||
</p>
|
|
||||||
<div class="pt-4 pr-2">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1 Recipe Found
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="http://example.org/chicken-ramen/"> Homemade Chicken Ramen</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="summary" href="/tags/ramen/">
|
|
||||||
<p></p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="card">
|
|
||||||
<header class="card-header">
|
|
||||||
<p class="card-header-title">
|
|
||||||
<a class="title" href="/tags/meal/">meal</a>
|
|
||||||
<i class="fas fa-tags pl-3 pb-3"></i>
|
|
||||||
</p>
|
|
||||||
<div class="pt-4 pr-2">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1 Recipe Found
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="http://example.org/chicken-ramen/"> Homemade Chicken Ramen</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="summary" href="/tags/meal/">
|
|
||||||
<p></p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,29 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Tags on My Cookbook</title>
|
|
||||||
<link>http://example.org/tags/</link>
|
|
||||||
<description>Recent content in Tags on My Cookbook</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 24 Jan 2021 20:05:39 -0500</lastBuildDate><atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>meal</title>
|
|
||||||
<link>http://example.org/tags/meal/</link>
|
|
||||||
<pubDate>Sun, 24 Jan 2021 20:05:39 -0500</pubDate>
|
|
||||||
|
|
||||||
<guid>http://example.org/tags/meal/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>ramen</title>
|
|
||||||
<link>http://example.org/tags/ramen/</link>
|
|
||||||
<pubDate>Sun, 24 Jan 2021 20:05:39 -0500</pubDate>
|
|
||||||
|
|
||||||
<guid>http://example.org/tags/ramen/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@ -1,140 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | meal</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-multiline">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="card">
|
|
||||||
<header class="card-header">
|
|
||||||
<p class="card-header-title">
|
|
||||||
<a class="title" href="/chicken-ramen/">Homemade Chicken Ramen</a>
|
|
||||||
<i class="fas fa-tags pl-3 pb-3"></i>
|
|
||||||
</p>
|
|
||||||
<div class="pt-4 pr-2">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="summary" href="/chicken-ramen/">
|
|
||||||
<p>Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees.</p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>meal on My Cookbook</title>
|
|
||||||
<link>http://example.org/tags/meal/</link>
|
|
||||||
<description>Recent content in meal on My Cookbook</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 24 Jan 2021 20:05:39 -0500</lastBuildDate><atom:link href="http://example.org/tags/meal/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Homemade Chicken Ramen</title>
|
|
||||||
<link>http://example.org/chicken-ramen/</link>
|
|
||||||
<pubDate>Sun, 24 Jan 2021 20:05:39 -0500</pubDate>
|
|
||||||
|
|
||||||
<guid>http://example.org/chicken-ramen/</guid>
|
|
||||||
<description>Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@ -1,140 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<title>My Cookbook | ramen</title>
|
|
||||||
</head><body><div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div><nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
|
|
||||||
<img src="/images/logo.webp" width="200" height="50">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
|
||||||
|
|
||||||
<i class="fas fa-home pr-2"></i>
|
|
||||||
Home</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="/tags/">
|
|
||||||
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
Categories</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav><div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em></em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script><div id="content">
|
|
||||||
<div class="section">
|
|
||||||
<div class="columns is-multiline">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="card">
|
|
||||||
<header class="card-header">
|
|
||||||
<p class="card-header-title">
|
|
||||||
<a class="title" href="/chicken-ramen/">Homemade Chicken Ramen</a>
|
|
||||||
<i class="fas fa-tags pl-3 pb-3"></i>
|
|
||||||
</p>
|
|
||||||
<div class="pt-4 pr-2">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="summary" href="/chicken-ramen/">
|
|
||||||
<p>Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees.</p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p><script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>ramen on My Cookbook</title>
|
|
||||||
<link>http://example.org/tags/ramen/</link>
|
|
||||||
<description>Recent content in ramen on My Cookbook</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 24 Jan 2021 20:05:39 -0500</lastBuildDate><atom:link href="http://example.org/tags/ramen/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Homemade Chicken Ramen</title>
|
|
||||||
<link>http://example.org/chicken-ramen/</link>
|
|
||||||
<pubDate>Sun, 24 Jan 2021 20:05:39 -0500</pubDate>
|
|
||||||
|
|
||||||
<guid>http://example.org/chicken-ramen/</guid>
|
|
||||||
<description>Ingredients Chicken 4 Chicken Breasts (boneless) 2 tbsp unsalted butter Salt and Pepper Broth 4 tsp sesame or vegetable oil 4 tsp fresh ginger, minced 6 tsp fresh garlic, minced 6 tbsp low-sodium soy sauce 4 tbsp mirin 8 cups rich chicken stock 1 1/2 cups fresh shitake or bella mushrooms Sea Salt (to taste) Noodles 6 (2-3oz) packs of dried ramen noodles Extras 6 Eggs 1 cup scallions or green onions, tops sliced optional: fresh jalapeno slices Directions Cook the chicken: Preheat the oven to 375 degrees.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
{{- partial "head.html" . -}}
|
|
||||||
<body>
|
|
||||||
{{- partial "alert.html" -}}
|
|
||||||
{{- partial "header.html" . -}}
|
|
||||||
{{- partial "searchResults.html" -}}
|
|
||||||
<div id="content">
|
|
||||||
{{- block "main" . }}{{ end }}
|
|
||||||
</div>
|
|
||||||
{{- partial "footer.html" . -}}
|
|
||||||
{{- partial "script.html" . -}}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
<div id="alert" class="notification is-danger is-hidden" style="position: absolute; bottom: 0; right: 0; z-index:99">
|
|
||||||
Alert
|
|
||||||
</div>
|
|
||||||
@ -1 +0,0 @@
|
|||||||
<p class="footer text-center">Using <a href="https://github.com/deranjer/hugo-cookbook" target="_blank">Hugo Cookbook Theme</a>, <a href="https://fontawesome.com/license/free" target="_blank">Font Awesome Icons</a> and <a href="https://bulma.io/" target="_blank">Bulma CSS</a></p>
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<script src="https://kit.fontawesome.com/b7002cebe4.js" crossorigin="anonymous"></script>
|
|
||||||
{{ $title := print .Site.Title " | " .Title }}
|
|
||||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
|
||||||
<title>{{ $title }}</title>
|
|
||||||
</head>
|
|
||||||
@ -1,42 +0,0 @@
|
|||||||
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
|
||||||
<div class="navbar-brand">
|
|
||||||
<a class="navbar-brand">
|
|
||||||
{{ with .Site.Params.logo }}
|
|
||||||
<img src="{{ .filename }}" width="{{ .width }}" height="{{ .height }}">
|
|
||||||
{{ else }}
|
|
||||||
<h1 style="font-size:300%"><em>{{ .Site.Params.navText.text }}</em></h1>
|
|
||||||
{{ end }}
|
|
||||||
</a>
|
|
||||||
<a id="navBarButton" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
<span aria-hidden="true"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="navBarMenu" class="navbar-menu">
|
|
||||||
<div class="navbar-start">
|
|
||||||
{{ range .Site.Menus.main }}
|
|
||||||
<a class="navbar-item" href="{{- .URL -}}">
|
|
||||||
{{ if .Pre }}
|
|
||||||
{{ $icon := printf "<i class=\"%s pr-2\"></i> " .Pre | safeHTML }}
|
|
||||||
{{- $icon -}}
|
|
||||||
{{ end }}
|
|
||||||
{{ $text := print .Name | safeHTML }}
|
|
||||||
{{- $text -}}
|
|
||||||
</a>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
<div class="navbar-end">
|
|
||||||
<div class="navbar-item">
|
|
||||||
<form class="field has-addons">
|
|
||||||
<div class="control">
|
|
||||||
<input class="input" id="searchTerm" type="text" value="" placeholder="Search Term...">
|
|
||||||
</div>
|
|
||||||
<div class="control">
|
|
||||||
<button id="searchButton" class="button is-secondary">Search</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
{{ $dateTime := .PublishDate.Format "01-02-2006" }}
|
|
||||||
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
|
||||||
<i class="far fa-calendar-alt"></i>
|
|
||||||
<time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time>
|
|
||||||
{{ with .Params.tags }}
|
|
||||||
<i class="fas fa-tags"></i>
|
|
||||||
{{ range . }}
|
|
||||||
{{ $href := print (absURL "tags/") (urlize .) }}
|
|
||||||
<a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href }}">{{ . }}</a>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
<script src="/js/umbrella.min.js"></script>
|
|
||||||
<script src="/js/custom.js"></script>
|
|
||||||
<script src="/js/menu.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
|
|
||||||
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
<div id="searchResults" class="section is-hidden">
|
|
||||||
<h4 class="title is-3"> Search results </h4>
|
|
||||||
<div id="searchResultsCol" class="columns is-multiline">
|
|
||||||
{{/* Search template will populate here */}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
|
||||||
<div class="column is-one-quarter">
|
|
||||||
<div class="result" id="summary-${key}">
|
|
||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="${image}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">${title}</p>
|
|
||||||
<p class="subtitle is-6 "><em>{{ $.Params }}</em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">${snippet}</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="${link}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</script>
|
|
||||||
@ -1,38 +0,0 @@
|
|||||||
<div class="columns is-mobile is-multiline">
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-concierge-bell fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Servings</p>
|
|
||||||
<div></div>
|
|
||||||
{{ .Params.Servings | default "---"}} Servings
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-hourglass-half fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Prep time</p>
|
|
||||||
<div></div>
|
|
||||||
{{ .Params.Prep_time | default "---"}} Minutes
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile" style="border-right: 1px solid #dbdbdb">
|
|
||||||
<i class="fas fa-temperature-high fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
{{ if .Params.Cook }}
|
|
||||||
<p class="has-text-weight-bold is-size-6">Cooking Time</p>
|
|
||||||
{{ else }}
|
|
||||||
<p class="has-text-weight-bold is-size-6">Cooling Time</p>
|
|
||||||
{{ end }}
|
|
||||||
<div></div>
|
|
||||||
{{ if eq .Params.Cook_increment "hours" }}
|
|
||||||
{{ .Params.Cook_time | default "---"}} Hours
|
|
||||||
{{ else }}
|
|
||||||
{{ .Params.Cook_time | default "---"}} Minutes
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
<div class="column is-half-mobile">
|
|
||||||
<i class="fas fa-fire fa-lg"></i>
|
|
||||||
<div></div>
|
|
||||||
<p class="has-text-weight-bold is-size-6">Calories</p>
|
|
||||||
<div></div>
|
|
||||||
{{ .Params.Calories | default "---" }} Kcal
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
<div class="card" style="border-radius: 1%;">
|
|
||||||
<div class="card-image">
|
|
||||||
<figure class="image is-4by3">
|
|
||||||
<img style="border-radius: 3%;" src="{{ $.Params.Recipe_image }}" alt="Placeholder image">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<div class="media-content">
|
|
||||||
<p class="title is-4 has-text-centered">{{ $.Title }}</p>
|
|
||||||
<p class="subtitle is-6 "><em>{{ $.Params.Author }}</em></p>
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<p class="is-small">{{ $.Params.Tagline }}</p>
|
|
||||||
<br>
|
|
||||||
<i class="fas fa-tags pr-2"></i>
|
|
||||||
{{ range $index, $element := $.Params.Tags }}
|
|
||||||
<a href="#">{{$element}}</a>
|
|
||||||
{{ end }}
|
|
||||||
<br>
|
|
||||||
<i class="fas fa-calendar pr-4"></i>{{ .Date.Format "January 2006" }}
|
|
||||||
</div>
|
|
||||||
<div class="card-footer">
|
|
||||||
<a href="{{ .Permalink }}" class="card-footer-item button is-primary">View Recipe</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||