Homepage Files

This directory contains two versions of the homepage:

Files

index.astro (Current - Coming Soon Page)

_index.astro.backup (Original - Portfolio Homepage)

How to Restore the Original Homepage

When you’re ready to replace the coming soon page with the full portfolio:

  1. Delete or rename the current coming soon page:

    mv index.astro index.astro.coming-soon
  2. Restore the original homepage:

    mv _index.astro.backup index.astro
  3. Rebuild the site:

    npm run build

Notes