This commit is contained in:
Oliver
2025-06-17 12:46:36 -03:00
parent 9b654c8dd4
commit c352992708
313 changed files with 23294 additions and 13892 deletions

View File

@@ -0,0 +1,240 @@
<!DOCTYPE html>
<html lang="es">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kitchen Hacks | este sitio de historias</title>
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>sponser</h2>
<img src="" alt="" class="logo" />
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">es</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
Deutsch
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main>
<section class="story__grid">
<article class="story__card">
<img
src=""
alt="Sanity-Saving Kitchen Hacks for Busy Families"
data-pagefind-index-attrs="title,alt"
class="story__coverImg"
loading="lazy"
/>
<div class="story__card__details">
<a data-story-url="/es/stories/post3/" class="open-modal">
<h4 class="card__title">Sanity-Saving Kitchen Hacks for Busy Families</h4>
</a>
<p class="card__description">Explore the vibrant cultures and stunning landscapes of Southeast Asia without breaking the bank. This detailed itinerary covers Thailand, Vietnam, and Cambodia.</p>
<div class="card__tags_categories">
<a href="/es/categories/kitchen-hacks/" class="category__chip">
Kitchen Hacks
</a>
<a href="/es/tags/family-cooking/" class="tag__chip">
<span class="hastag">#</span>family cooking
</a>
<a href="/es/tags/time-saving/" class="tag__chip">
<span class="hastag">#</span>time-saving
</a>
<a href="/es/tags/kitchen-hacks/" class="tag__chip">
<span class="hastag">#</span>kitchen hacks
</a>
</div>
<div class="publish__date__timeToRead">
<div class="publish__date">
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
<time datetime=""
>3 oct. 2023</time
>
</div>
<div class="publish__date">
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
<time datetime="">1 minutos para leer </time>
</div>
</div>
<div class="publish__date">
<img src="/icons/person.svg" class="story__card__icon" alt="" />
<time datetime=""></time>
</div>
</div>
</article> <article class="story__card">
<img
src=""
alt="Budget-Friendly Kitchen Hacks to Save You Money"
data-pagefind-index-attrs="title,alt"
class="story__coverImg"
loading="lazy"
/>
<div class="story__card__details">
<a data-story-url="/es/stories/post2/" class="open-modal">
<h4 class="card__title">Budget-Friendly Kitchen Hacks to Save You Money</h4>
</a>
<p class="card__description">Explore the vibrant cultures and stunning landscapes of Southeast Asia without breaking the bank. This detailed itinerary covers Thailand, Vietnam, and Cambodia.</p>
<div class="card__tags_categories">
<a href="/es/categories/kitchen-hacks/" class="category__chip">
Kitchen Hacks
</a>
<a href="/es/tags/budget-friendly/" class="tag__chip">
<span class="hastag">#</span>budget-friendly
</a>
<a href="/es/tags/cooking-tips/" class="tag__chip">
<span class="hastag">#</span>cooking tips
</a>
<a href="/es/tags/kitchen-hacks/" class="tag__chip">
<span class="hastag">#</span>kitchen hacks
</a>
</div>
<div class="publish__date__timeToRead">
<div class="publish__date">
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
<time datetime=""
>2 oct. 2023</time
>
</div>
<div class="publish__date">
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
<time datetime="">1 minutos para leer </time>
</div>
</div>
<div class="publish__date">
<img src="/icons/person.svg" class="story__card__icon" alt="" />
<time datetime=""></time>
</div>
</div>
</article> <article class="story__card">
<img
src=""
alt="10 Time-Saving Kitchen Hacks You Need to Try"
data-pagefind-index-attrs="title,alt"
class="story__coverImg"
loading="lazy"
/>
<div class="story__card__details">
<a data-story-url="/es/stories/post1/" class="open-modal">
<h4 class="card__title">10 Time-Saving Kitchen Hacks You Need to Try</h4>
</a>
<p class="card__description">Explore the vibrant cultures and stunning landscapes of Southeast Asia without breaking the bank. This detailed itinerary covers Thailand, Vietnam, and Cambodia.</p>
<div class="card__tags_categories">
<a href="/es/categories/kitchen-hacks/" class="category__chip">
Kitchen Hacks
</a>
<a href="/es/tags/time-saving/" class="tag__chip">
<span class="hastag">#</span>time-saving
</a>
<a href="/es/tags/cooking-tips/" class="tag__chip">
<span class="hastag">#</span>cooking tips
</a>
<a href="/es/tags/kitchen-hacks/" class="tag__chip">
<span class="hastag">#</span>kitchen hacks
</a>
</div>
<div class="publish__date__timeToRead">
<div class="publish__date">
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
<time datetime=""
>1 oct. 2023</time
>
</div>
<div class="publish__date">
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
<time datetime="">1 minutos para leer </time>
</div>
</div>
<div class="publish__date">
<img src="/icons/person.svg" class="story__card__icon" alt="" />
<time datetime=""></time>
</div>
</div>
</article>
</section>
</main>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Kitchen Hacks on este sitio de historias</title>
<link>http://localhost:1313/es/categories/kitchen-hacks/</link>
<description>Recent content in Kitchen Hacks on este sitio de historias</description>
<generator>Hugo</generator>
<language>es</language>
<lastBuildDate>Tue, 03 Oct 2023 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/es/categories/kitchen-hacks/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Sanity-Saving Kitchen Hacks for Busy Families</title>
<link>http://localhost:1313/es/stories/post3/</link>
<pubDate>Tue, 03 Oct 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/es/stories/post3/</guid>
<description>&lt;h3 id=&#34;post-3-sanity-saving-kitchen-hacks-for-busy-families&#34;&gt;Post 3: Sanity-Saving Kitchen Hacks for Busy Families&lt;/h3&gt;&#xA;&lt;p&gt;When life gets hectic, these kitchen hacks can help keep your sanity intact while cooking for your family.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Meal Prep Sundays&lt;/strong&gt;: Dedicate Sundays to meal prep to make weeknight cooking easier.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Involve the Kids&lt;/strong&gt;: Get your children involved in cooking to make it a fun family activity.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use a Slow Cooker or Instant Pot&lt;/strong&gt;: These appliances can save you time and effort on busy nights.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Create a Family Recipe Book&lt;/strong&gt;: Compile favorite family recipes to make meal planning easier.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Set Up a Snack Station&lt;/strong&gt;: Prepare healthy snacks in advance to keep everyone satisfied.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use a Whiteboard for Meal Planning&lt;/strong&gt;: Write down meals for the week on a whiteboard for easy reference.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Keep a Well-Stocked Pantry&lt;/strong&gt;: Stock up on essentials to make quick meals without a trip to the store.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Make Breakfast Ahead&lt;/strong&gt;: Prepare breakfast items like overnight oats or muffins in advance.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Embrace Leftover Nights&lt;/strong&gt;: Designate one night a week for using up leftovers to reduce waste.&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
</item>
<item>
<title>Budget-Friendly Kitchen Hacks to Save You Money</title>
<link>http://localhost:1313/es/stories/post2/</link>
<pubDate>Mon, 02 Oct 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/es/stories/post2/</guid>
<description>&lt;h3 id=&#34;post-2-budget-friendly-kitchen-hacks-to-save-you-money&#34;&gt;Post 2: Budget-Friendly Kitchen Hacks to Save You Money&lt;/h3&gt;&#xA;&lt;p&gt;Eating well doesnt have to break the bank. Here are some budget-friendly kitchen hacks to help you save money while cooking.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Buy in Bulk&lt;/strong&gt;: Purchase staples like rice, beans, and pasta in bulk to save money.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use Leftovers Creatively&lt;/strong&gt;: Transform leftovers into new meals to reduce waste.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Grow Your Own Herbs&lt;/strong&gt;: Start a small herb garden to save on fresh herbs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Make Your Own Sauces&lt;/strong&gt;: Homemade sauces can be cheaper and healthier than store-bought options.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Plan Your Grocery List&lt;/strong&gt;: Stick to a list to avoid impulse buys at the grocery store.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use Seasonal Produce&lt;/strong&gt;: Buy fruits and vegetables that are in season for better prices and flavor.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Freeze Extra Portions&lt;/strong&gt;: Save money by freezing extra portions of meals for future use.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;DIY Cleaning Supplies&lt;/strong&gt;: Make your own cleaning supplies to save on costs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Shop Sales and Coupons&lt;/strong&gt;: Keep an eye out for sales and use coupons to save on groceries.&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
</item>
<item>
<title>10 Time-Saving Kitchen Hacks You Need to Try</title>
<link>http://localhost:1313/es/stories/post1/</link>
<pubDate>Sun, 01 Oct 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/es/stories/post1/</guid>
<description>&lt;h3 id=&#34;post-1-10-time-saving-kitchen-hacks-you-need-to-try&#34;&gt;Post 1: 10 Time-Saving Kitchen Hacks You Need to Try&lt;/h3&gt;&#xA;&lt;p&gt;Cooking can be a time-consuming task, but with these kitchen hacks, you can streamline your process and get meals on the table faster.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pre-chop Vegetables&lt;/strong&gt;: Spend a few minutes chopping vegetables at the beginning of the week and store them in airtight containers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use a Slow Cooker&lt;/strong&gt;: Prepare meals in the morning and let your slow cooker do the work while you go about your day.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Batch Cooking&lt;/strong&gt;: Cook large portions of meals and freeze them for later use.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;One-Pan Meals&lt;/strong&gt;: Reduce cleanup time by making meals that can be cooked in a single pan.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Microwave Hacks&lt;/strong&gt;: Use your microwave to quickly steam vegetables or reheat leftovers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Invest in Quality Tools&lt;/strong&gt;: A good knife and cutting board can save you time and effort.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Organize Your Pantry&lt;/strong&gt;: Keep your pantry organized to easily find ingredients and avoid duplicate purchases.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Use a Food Processor&lt;/strong&gt;: Speed up chopping, slicing, and grating tasks with a food processor.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Plan Your Meals&lt;/strong&gt;: Create a weekly meal plan to save time on grocery shopping and cooking.&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
</item>
</channel>
</rss>