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>
27 lines
516 B
Plaintext
27 lines
516 B
Plaintext
# Build output. Apache serves /srv/www/vhosts/vicidial/dist directly from disk,
|
|
# so this is regenerated in place by `npm run build` and never committed.
|
|
dist/
|
|
|
|
# Generated types and caches
|
|
.astro/
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Credentials. scripts/export-wp.mjs takes WP_DB_USER / WP_DB_PASSWORD from the
|
|
# environment, so keep any local .env holding those out of the repo.
|
|
.env
|
|
.env.*
|
|
|
|
# Editor and OS noise
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|