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>
This commit is contained in:
Eric Wagoner
2025-09-23 16:23:40 -04:00
parent c1b41472ac
commit eddd9d2a80
2423 changed files with 36062 additions and 3 deletions

View File

@@ -0,0 +1,52 @@
<html>
<head>
<title>My House</title>
<STYLE type="text/css">
BODY { background: #d2b48c; color: black }
TH { background: #EFB5F7; color: black }
TD { background: #d2b48c; color: black }
A { text-decoration:none }
A:active { text-decoration:none; background: #d2b4ff }
A:visited { text-decoration:none }
A:hover { text-decoration:none }
</STYLE>
</head>
<body>
<table border=0 cellpadding=0 cellspacing=0 align=center width=420>
<tr>
<td colspan=3 align=center><font size=+2><b>
The Right Half of the Kitchen
</b></font></td>
</tr>
<tr>
<td><img src="UL.gif" align=center></td>
<th align=center><a href="living2.html">Move Forward</a></th>
<td><img src="UR.gif" align=center></td>
</tr>
<tr>
<th><a href="kitchentodining.html">T<br>U<br>R<br>N<br>&nbsp;<br>L<br>E<br>F<br>T<br></a></th>
<td><img src="kitchentoliving.gif" align=center></td>
<th>&nbsp;</th>
</tr>
<tr>
<td><img src="BL.gif" align=center></td>
<th align=center><a href="livingtokitchen.html">Turn Around</a></th>
<td><img src="BR.gif" align=center></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
This is the half of the kitchen where I prepare the food. Out of view to the extreme right is a nice wooden counter top with plenty of cupboards above and below. I've yet to figure out where to put everything. The table is both unusual and functional. Built by some college friends of mine (and given to me when they moved on), it's a solid wooden door set upon four legposts with built-in shelves. It's up high and makes the perfect work space. I can chop and cut right on it, knead dough, roll pastry crusts & noodles, etc. Bar stools serve as seats, though I rarely use them. If you can find an old solid door in good shape, you can probably make this table for under $20.<br><br>The doorway leads to the living room. You can also see the mantle for a non-functioning, boarded up fireplace. It holds my cookbooks very well.
<br><br><center><a href="index.html">The Beginning</a><br><a href="floorplan.html">The Floorplan</a></center>
</td>
<td>&nbsp;</td>
</tr>
</table>
<center>
<a href="index.html">The Beginning</a><br>
<br>
<a href="floorplan.html">The Floorplan</a>
</body>
</html>