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:
36
static/legacy/party/archives.html
Normal file
36
static/legacy/party/archives.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!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 Archives</title>
|
||||
|
||||
<link rel="stylesheet" href="styles-site.css" type="text/css" />
|
||||
|
||||
</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 class="blogbody">
|
||||
<a href="http://www.ericwagoner.com/party/001341.html">Preperations</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001337.html">How's the Weather?</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001335.html">Forums</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001330.html">Extreme Croquet</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001323.html">Updated Directions</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001320.html">Hotel Rooms</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001315.html">Friday Bar Crawl</a><br />
|
||||
<a href="http://www.ericwagoner.com/party/001313.html">Drinks</a><br />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user