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):
- Delete
index.htmlfrom the repository root. - Delete
robots.txtif you want crawlers to index the site again. - 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.
