2  Choosing a Template

Now, find a website template that you’d like to use. There are a lot of free ones from https://html5up.net/. Or, if you are already savvy with HTML or web design, you may choose to make your own website from scratch. You can also use Jekyll themes that are designed for GitHub Pages, too.

Some of the templates that we recommend for multiple-page websites include:

If you’d like a 1-page website, some templates include:

Regardless of your desired choice, the set-up remains the same.

  1. Download the template that you like.
  2. Go into your downloads folder.
  3. Copy and paste all of this content into your repository folder (username.github.io)
  4. If the downloaded items include an index.html, you will need to delete your original, barebones index.html we created earlier. (If you are on a Mac, it will ask you automatically).
  5. Commit your changes and push them to GitHub.
  6. After a few minutes, the build should be deployed and you should see this template hosted on your website now.