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:
18
static/legacy/revcemetery/largeimages/config.inc
Normal file
18
static/legacy/revcemetery/largeimages/config.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
<?
|
||||
## ImageTool can either be "gd" or "im" (ImageMagick)
|
||||
## ImageMagick does better quality scaling but may be
|
||||
## slower on some machines. Take your pick
|
||||
$version = "2.0pre1";
|
||||
$ImageTool = "im";
|
||||
$convert = "/usr/local/bin/convert";
|
||||
$pix_base = ".";
|
||||
$dyn_base = "generated";
|
||||
## EXIF Support requires PHP4 with exif support compiled
|
||||
$show_exif = 0;
|
||||
$items_per_page = 20;
|
||||
$display_cols = 4;
|
||||
$default_size = 512;
|
||||
$thumb_size = 128;
|
||||
$thumb_border = 2;
|
||||
$viewsizes = array(512,640,800,1024,1280,"Original");
|
||||
?>
|
Reference in New Issue
Block a user