feat: Add a recipe book
Created a recipe section in the blog from existing markdown content.
This commit is contained in:
parent
e9bdac4ed7
commit
982de5ab56
5 changed files with 172 additions and 71 deletions
38
blog.html
38
blog.html
|
|
@ -82,6 +82,44 @@
|
|||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Recipes Section -->
|
||||
<section class="content-section">
|
||||
<h2>Recipes</h2>
|
||||
<p class="section-description">Family recipes and culinary experiments.</p>
|
||||
<div class="blog-grid">
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/st-patricks-day.html">St. Patrick's Day</a></h3>
|
||||
<p class="blog-meta">Holiday</p>
|
||||
<p>Traditional Irish recipes - corned beef, lamb stew, soda bread, and more.</p>
|
||||
</article>
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/christmas.html">Christmas</a></h3>
|
||||
<p class="blog-meta">Holiday</p>
|
||||
<p>Holiday favorites including eggnog, gingerbread fruitcake, and meatloaf.</p>
|
||||
</article>
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/earth-day.html">Earth Day</a></h3>
|
||||
<p class="blog-meta">Special Event</p>
|
||||
<p>Lamb stir fry and berry compote from April 2024.</p>
|
||||
</article>
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/camping.html">Camping & Backpacking</a></h3>
|
||||
<p class="blog-meta">Outdoor</p>
|
||||
<p>Trail-ready recipes and energy bars for adventures.</p>
|
||||
</article>
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/misc.html">Miscellaneous</a></h3>
|
||||
<p class="blog-meta">Various</p>
|
||||
<p>Drinks, snacks, sides, and external recipe links.</p>
|
||||
</article>
|
||||
<article class="blog-card">
|
||||
<h3><a href="/blog/public/recipe-book/">Full Recipe Book</a></h3>
|
||||
<p class="blog-meta">Index</p>
|
||||
<p>Browse all recipe collections in one place.</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!--#include virtual="/includes/footer.html" -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue