GitHub Pages

How to setup GitHub Pages.

1. Go to Settings

Click the settings button
GitHub repo button settings highlighted
then click the “Pages” section
Settings pages section

2. Set up

Set the source of the page, in this case the main branch
Click the text none, change to main and finally save

3. Skip jekyll (Optional)

GitHub by default builds the page with jekyll but WebX does not need this.
This can be skipped and make the build faster by creating a empty .nojekyll file.

4. Done

The repo is now hosted on github pages.
The URL of the site can be found at https://<user name>.github.io/<repo name>