Coming Soon Page - Deployment Instructions

Overview

This project includes a modern “coming soon” page that can be used before the official launch.

Files

How to Use the Coming Soon Page

Option 1: Test the Coming Soon Page

Visit: https://yourusername.github.io/coastal-science/coming-soon.html Or locally: http://localhost:3000/coastal-science/coming-soon.html

Option 2: Make Coming Soon the Homepage (Temporary)

To activate coming soon mode:

  1. Rename the current homepage:
    mv index.md index-backup.md
    mv coming-soon.html index.html
    
  2. Commit and push:
    git add .
    git commit -m "Activate coming soon page"
    git push
    

To restore the actual homepage:

  1. Restore files:
    mv index.html coming-soon.html
    mv index-backup.md index.md
    
  2. Commit and push:
    git add .
    git commit -m "Launch full website"
    git push
    

Add this to the top of index.md to enable/disable the full site:

---
published: false
---

Then ensure coming-soon.html is at the root and rename it to index.html temporarily.

Customization

Edit coming-soon.html to update:

Notes