Skip to content

Commit

Permalink
posts
Browse files Browse the repository at this point in the history
  • Loading branch information
coryondrejka committed Feb 23, 2014
1 parent 0b3111c commit e9ccde0
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -23,7 +23,7 @@
<body>
<div class="container">
<div class="span-24 wrapper">
<div class="span-23 prepend-1">
<div class="span-23">
{{ content }}
</div>
</div>
Expand Down
30 changes: 26 additions & 4 deletions css/blog.css
@@ -1,3 +1,22 @@
html, body, div, form, fieldset, legend, label {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th, td {
text-align: left;
vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }

body {
background-color:#e0e0e8;
font-family: 'Helvetica', sans-serif;
Expand All @@ -7,6 +26,7 @@ body {
}

div {
margin-top: 0em;
}

.wrapper {
Expand Down Expand Up @@ -35,6 +55,10 @@ a, a:visited {
color: #114;
}

.subtitle {
margin-bottom:0.5em;
}

.date {
font-style: italic;
margin-top: -0.4em;
Expand All @@ -57,10 +81,8 @@ a, a:visited {
}

.post {
padding-left:1em;
border-left:1px solid #c0c0c8;
padding-top:0.7em;
border-top:1px solid #c0c0c8;
padding-top:0.5em;
border-top:1px solid #d0d0d8;
}

.posttitle a {
Expand Down
17 changes: 17 additions & 0 deletions food/_posts/2014-02-22-fried-chicken-doughnuts.md
@@ -0,0 +1,17 @@
---
layout: post
title: Fried Chicken Doughnuts
---
Apparently, Glazed Doughnut Bistro in Los Angeles makes a Fried Chicken Doughnut. But the only time I could swing by was at 7am and they weren't open. What kind of doughnut place isn't open at 7am?! (Answer: a doughnut shop that's trying to make a name for itself in West Hollywood!)

![Glazed Doughnut Bistro](/images/bistro.jpg "Glazed Doughnut Bistro")

So I decided to make them. First, I made the fried chicken from the [Fried Chicken and Waffles](/food/2014/02/11/fried-chicken.html "Fried Chicken") recipe, except I cut the thighs into quarters. Then I modified the doughnuts from the [Maple-glazed, Apple Bacon Doughnuts](/food/2010/11/27/0812-doughnuts.html "Doughnuts") recipe (essentially, ditch the apples and juice, add a bit more milk.) The results played out very well.

<img src="/images/doughnut.jpg" alt="Fried Chicken Doughnut" style="width: 1024px;"/>

And a line of them ready to go.

<img src="/images/lineup.jpg" alt="Line up of doughnuts" style="width: 1024px;"/>

It all worked. The fried chicken stayed crispy, the doughnuts fluffy. In the future, I think the chicken needs to be in even smaller chunks -- probably each thigh into 6-8 pieces and go for a larger, thicker doughnut than normal so that it's possible to stuff the doughnut rather than crimping too doughnuts together.
70 changes: 70 additions & 0 deletions food/_posts/2014-02-23-catfish-tacos.md
@@ -0,0 +1,70 @@
---
layout: post
title: Catfish Tacos
---
This is a go-to party recipe, but wanted it today so I made it. Lost of steps, but all pretty easy.

<img src="/images/fish.jpg" alt="Fried Catfish tacos" style="width: 1024px;"/>

The fish...
> 4 (or more) fresh, farm-raised Catfish filets (one per two people or so)
The drying mix (same as [Fried Chicken and Waffles](/food/2014/02/11/fried-chicken.html "Fried Chicken") recipe )...
> 1 cup corn starch
> 4 tablespoons kosher salt
> 2 teaspoons baking powder
Cut the catfish filets in half lengthwise through the seam in the muscle, then cut each half into two or three pieces. Toss them in the drying mix and set aside.

The wet coat...
> 1 cup cornstarch
> 1 cup all purpose flour
> 1 teaspoon baking powder
> 2 tablespoons kosher salt
> 1 tablespoon Penzeys Northwoods Fire (blend of coarse flake salt, paprika, chipotle pepper, black pepper, cayenne pepper, thyme, rosemary and garlic)
> 1 1/4 cups vodka
> 1 cup water
Whisk the dry ingredients together fully, then stir in water and vokda. Should be very liquid, barely forming ribbons off of whisk.

The dry coat...

> 2 cups all purpose flour
> 1 cup pulverized corn flakes (1 cup of corn meal works as a replacement)
> 2 teaspoons baking powder
> 1 tablespoon black pepper
> 1 tablespoon kosher salt
> 1 tablespoon Penzeys Northwoods Fire
Whisk dry ingredients together.

Heat peanut oil to 350 degrees. Working in batches, dip pieces in wet coat, shake off excess and dredge in dry coat, shaking off excess. Carefully place in oil and dry for 3-4 minutes, adjusting flame to keep oil close to 350 degrees. Remove with spider to drying rack.

The pickled peppers...

> 4-6 jalapeno peppers
> 4-6 carrots, sweet bell peppers, radishes
> 1 1/2 cups of vinegar
> 1 cup of water
> 4 tablespoons of sugar
> 2 tablespoons of kosher salt
Bring water, vingar, salt and sugar to a boil. Cut peppers etc. Toss peppers into liquid, boil for 1 minute, kill the heat. Put peppers into Bell jars and cover with liquid. Ready to eat in 3 hours or store in fridge once cooled.

The slaw...

> 1 head of cabbage
> Good quality mustard and mayonnaise
> Kosher salt and pepper
Peal off any dried or damaged outer leaves, then split in half and remove the core. Thinly slice changing your angle regularly to get a mix of sizes and textures. Toss the cabbage with salt and pepper, adding mustard and mayo approximately 1:1 until just coated. Cover and refrigerate for at least 3 hours.

The tortillas...

> Masa Harina
> Hot water
> Kosher salt
Mix masa per package directions. Make tortillas on griddle. If you have a gas stove, finish directly over burner just before eating.

Assemble tacos, give a shot of lime juice to brighten up just before diving in. Tasty goodness.
Binary file added images/bistro.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/doughnut.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fish.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lineup.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -5,13 +5,14 @@
<div class="span-23 title">
<div class="span-20"><a href="/cv.html"><span class="title"><b>CORY</b>ONDREJKA</span></a></div>
</div>
I work at <a href="http://facebook.com">Facebook</a>. I like to <a href="/cooking.html">cook</a>. I'm a dad, <a href="/code.html">programmer</a>, <a href="/advising.html">advisor</a> and <a href="/speaking.html">speaker</a>. Occasionally I <a href="/blog.html">blog</a>.<br /><br />
<div class="subtitle">I work at <a href="http://facebook.com">Facebook</a>. I like to <a href="/cooking.html">cook</a>. I'm a dad, <a href="/code.html">programmer</a>, <a href="/advising.html">advisor</a> and <a href="/speaking.html">speaker</a>. Occasionally I <a href="/blog.html">blog</a>.</div>
<div class="span-23">
{% for post in site.posts limit:1 %}
<div class="post"><div class="posttitle"><a href="{{ post.url }}">{{ post.title }}</a></div>
<div class="date">{{ post.date | date: "%A, %B %d, %Y" }}</div>
{{ post.content }}
</div>
{% endfor %}

</div>


0 comments on commit e9ccde0

Please sign in to comment.