Skip to content

mitblr-club/redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mitblr.club redirect

Release Forks

It redirects, so... yeah.

Usage

  1. After forking the repository, go to Settings > Pages.

  2. Select the following settings:

    • Source: Deploy from a branch
    • Branch: main, with /(root) directory.
  3. Hit 'Save'. The 'Custom domain' section should automatically pick up the subdomain from the CNAME file.

  4. Now, add a DNS record for your domain with the following:

    • Type: CNAME
    • Name: YOUR_SUBDOMAIN (ex: redirect for redirect.mitblr.club)
    • Value: mitblr-club.github.io

Now, after saving the record and waiting for changes to kick in, GitHub Pages should redirect to your required page.