You can deploy this website using GitHub Pages:
-
Push your code to GitHub
- Ensure all your website files (including
index.html) are committed and pushed to your GitHub repository.
- Ensure all your website files (including
-
Configure GitHub Pages
- Go to your repository on GitHub (https://github.com/coderelax/nowhere).
- Click on the Settings tab.
- In the left sidebar, click on Pages.
- Under Source, select the branch you want to deploy (usually
mainormaster). - Select the root (
/) folder as the source (unless your site is in a subfolder). - Click Save.
-
Access your site
- After a few moments, your site will be available at:
https://coderelax.github.io/nowhere/ - GitHub will display the published URL in the Pages settings.
- After a few moments, your site will be available at:
-
Custom Domain (Optional)
- If you want to use a custom domain, add your domain in the Pages settings and create a
CNAMEfile in your repo with your domain name.
- If you want to use a custom domain, add your domain in the Pages settings and create a
This is currently configured but not working.