Migrate vicihost.com off WordPress to Astro
Same approach as the vicidial.com migration: 58 pages, 6 posts, 41 attachments and the 4-item nav exported from wordpress_vicihost via scripts/export-wp.mjs, with the layout and styling ported from this site's own copy of the small-business theme. That theme copy is not identical to vicidial's -- it carries the red VICIhost palette, its own meta description, and shows 6 slides rather than 5 (smallbusiness_ppp) -- so the CSS and slideshow are ported from it rather than shared with the other site. The export script gained handling for custom-link menu items, which this menu uses for its "Home" entry and vicidial's did not. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "vicidial",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@splidejs/splide": "^4.1.4",
|
||||
"astro": "^7.3.2",
|
||||
"mysql2": "^3.24.4",
|
||||
"turndown": "^7.2.4"
|
||||
},
|
||||
"allowScripts": {
|
||||
"esbuild": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user