Compare commits
2 commits
8ba7e18a99
...
b11295af25
| Author | SHA1 | Date | |
|---|---|---|---|
| b11295af25 | |||
| 1aa4d0ce09 |
4 changed files with 8 additions and 24 deletions
|
|
@ -57,6 +57,10 @@ blockquote {
|
||||||
grid-template-columns: 1fr 6fr;
|
grid-template-columns: 1fr 6fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-date {
|
||||||
|
min-width: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
/* nav
|
/* nav
|
||||||
****************************************/
|
****************************************/
|
||||||
.nav {
|
.nav {
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@ tags:
|
||||||
- cooking
|
- cooking
|
||||||
title: Holiday Ham Recipe
|
title: Holiday Ham Recipe
|
||||||
---
|
---
|
||||||
I don't cook/bake all that often, but when I do I like to have some fun
|
I don't cook/bake fancy stuff all that often, but when I do I like to have some
|
||||||
with it. I came up with a ham recipe that turned out well, so I figured
|
fun with it. I came up with a ham recipe that turned out well, so I figured I'd
|
||||||
I'd share it with everyone.
|
share it with everyone.
|
||||||
---
|
---
|
||||||
First, put your ham in a baking pan and cut the diamond pattern into it. Trust
|
First, put your ham in a baking pan and cut the diamond pattern into it. Trust
|
||||||
Alton Brown when he says that utility knives work well for this. Then, mix the
|
Alton Brown when he says that utility knives work well for this. Then, mix the
|
||||||
|
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
date: 2010-02-09
|
|
||||||
tags: []
|
|
||||||
title: Whiteboard
|
|
||||||
---
|
|
||||||
If you know me personally, you know that I can be pretty scatterbrained from
|
|
||||||
time to time. I've desperately needed a whiteboard to keep my thoughts
|
|
||||||
organized, and I've finally gotten one. I know, it's not the
|
|
||||||
most exciting thing in the world to talk about, but it should be a change
|
|
||||||
in the right direction for me.
|
|
||||||
---
|
|
||||||
[](/media/img/whiteboard1.jpg)
|
|
||||||
|
|
||||||
But, wait. What's this? "Beertraq Road to Stable"?
|
|
||||||
|
|
||||||
[](/media/img/whiteboard2.jpg)
|
|
||||||
|
|
||||||
Part of why I want to get my thoughts organized is because I want a good
|
|
||||||
view of what all is left before I fully release Beertraq to the public.
|
|
||||||
With this list looming over my head (literally) it will hopefully get my
|
|
||||||
butt in gear to reach a stable release.
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<h1>Latest Posts</h1>
|
<h1>Latest Posts</h1>
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
<div class="post-list-item">
|
<div class="post-list-item">
|
||||||
<span>{{post.date}}</span>
|
<span class="post-date">{{post.date}}</span>
|
||||||
<span><a href="{{post.url()}}">{{post.title}}</a></span>
|
<span><a href="{{post.url()}}">{{post.title}}</a></span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue