Files
Eric Wagoner eddd9d2a80 Import WordPress posts and migrate standalone content to Hugo
- Successfully imported 1731 WordPress posts to Hugo markdown format
- Migrated 204+ images from archive to static directory
- Copied standalone directories (curtain, farm, gobbler, house, images, party, revcemetery, railsday, birthday)
- Fixed all internal links to use /legacy prefix for archived content
- Remapped archive links to point to correct Hugo posts
- Fixed Louisville Georgia Cemetery post rendering issue

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 16:23:40 -04:00

176 lines
5.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Chris & Eric's LifeWarming Party: Friday Bar Crawl</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/party//styles-site.css" type="text/css" />
<script type="text/javascript" language="javascript">
<!--
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<div id="banner">
Chris & Eric's LifeWarming Party<br />
<span class="description">We got married and bought a farm. It's time to party.</span>
</div>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/party/001313.html">&laquo; Drinks</a> |
<a href="http://www.ericwagoner.com/party/">Main</a>
| <a href="http://www.ericwagoner.com/party/001320.html">Hotel Rooms &raquo;</a>
</div>
</div>
<div class="blog">
<div class="date">March 27, 2002</div>
<div class="blogbody">
<span class="title">Friday Bar Crawl</span>
<p>For those folks coming in early, there's been a proposed event for Friday night. Several of our friends, including Steve, who was at the wedding and signed the "Minister" line of the liscence, is performing a play in Athens that weekend. It's a light comedy, exploring the premise "If I knew then what I know now." There's an 8pm show on Friday (tickets will be $10 or under... I'll find out the prices.) we can attend, and then crawl through down town that night. There'll probably be fourty bands or so playing downtown that night at the sixty or so bars that occupy Athens' tiny downtown area.</p>
<a name="more"></a>
<span class="posted">Posted by eric at March 27, 2002 02:48 PM<br /></span>
</div>
<div class="comments-head"><a name="comments"></a>Comments</div>
<div class="comments-body">
<p>Any good restaurants in Athens we should hit for dinner before the play on Friday night? Do you need numbers on who would like to go to the play for advance ticket purchase, or do you think we can get mass quanities at the door? I'm so excited!</p>
<span class="comments-post">Posted by: M on March 27, 2002 09:01 PM</span>
</div>
<div class="comments-body">
<p>Why, we should go have a delicious fine meal at Weaver D's Delicious Fine Foods! Automatic for the People!</p>
<p>Matt</p>
<span class="comments-post">Posted by: <a href="mailto:mgoolsby@yahoo.com">Matt</a> on March 28, 2002 09:05 AM</span>
</div>
<div class="comments-body">
<p>There's all kinds of good eats downtown. And, being a college town, the prices are quite reasonable. When the time gets closer, we can see what folks are in the mood for and make reservations if needed.</p>
<p>We shouldn't have to make reservations for the play.</p>
<span class="comments-post">Posted by: <a target="_blank" href="http://www.ericwagoner.com/weblog">eric</a> on March 28, 2002 09:58 AM</span>
</div>
<div class="comments-head">Post a comment</div>
<div class="comments-body">
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1315" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</div>
</body>
</html>