Just changed the beer page from a static page to a dynamically-generated one. Visitors shouldn't see any difference, but this will make it much easier for me to add new entries when I'm travelling.
I need to decide if I'm going to be concerned with the order of the entries. For now they're mostly alphabetical, but any new ones I add will just get stuck at the top.
If I decide that the order of the entries is actually important to me then I've got more work to do, and I'm not really sure where to begin.
(update: Okay, I've figured out how to keep the listing alphabetized. The beer page is actually a separate 'blog, specifically it's a single-page archive for all entries in a new "beer" 'blog.
Because this particular archive page doesn't include the date of the posting, I decided to use that posting date for sort order.
So what I did was go back and change the date on all of the entries to match their alphabetical order. I left plenty of blank dates between entries so that any new entries can just be added with the proper date to put it in its proper alphabetical place. Pretty snazzy.)