📝 Edit page
➕ Add page
Static site remote setup
Netlify
- Ensure you have the repo or a fork in your GitHub account.
- Login to Netlify or signup for account.
- Create the site to Netlify using the GitHub repo.
- Rename the site’s domain from the random URL to a custom one.
- Open the URL.
GitHub Pages
- Ensure you have this repo or a fork in your GitHub account repos as a public rep.
- Edit repo Settings.
- Enable GitHub Pages on
master
branch. - Open the URL.
Alternatively use gh-pages
, depending on the project.