Github Pages Example

  1. You will need a Github account
  2. Join the futurecorporation github organisation
  3. Create a new public repo
  4. Add files to repo
  5. In the settings tab, go to the pages section, select branch 'main' and leave the folder as /root, then press save
  6. Edit your code and 'commit' and 'push' your code (or alternatively use the web editor etc)
  7. Upon work being committed, the site will run an update process that takes a few seconds, you can view the status in the Actions tab
  8. Set a custom domain using the Custom domain section within the pages settings (Note: you will need access to the domain provider, eg Cloudflare, and will have to enter some DNS records as per the documentation)

Other notes

Any static files inside the repo are also accessible such as images and stylesheets

For more information see the documentation