Temporary maintenance mode

Temporary maintenance mode

This repository currently serves a temporary maintenance page via the file index.html at the repository root. The original site content has not been removed and remains in the repository.

How to revert (quick):

  1. Delete index.html from the repository root.
  2. Delete robots.txt if you want crawlers to index the site again.
  3. Commit and push the changes; GitHub Pages will rebuild and restore the site.

Command example:

git rm index.html robots.txt
git commit -m "Remove maintenance mode: restore site"
git push

Notes:

  • No content was deleted; everything remains in place.
  • Alternatively, you can create a branch to keep the maintenance files separate.