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:
2026-09-15 19:50:37 -04:00
co-authored by Claude Opus 5
commit e8f276f427
244 changed files with 7545 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Normalise text to LF in the repository and on checkout. global.css was ported
# from the WordPress theme with CRLF endings and has been renormalised.
* text=auto eol=lf
# Migrated WordPress uploads and other binaries: never diff, merge or touch endings.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.pdf binary
*.mp4 binary
# Generated by npm, and pure noise in review.
package-lock.json -diff linguist-generated=true