Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 2.34 KB

index.md

File metadata and controls

66 lines (38 loc) · 2.34 KB

About

Last Updated [09/11/2019]
Created by OSU Maps and Spatial Data

Table of Contents

  • Introduction
  • Hosting a Website on Github
  • Conclusion
  • Further Reading/Resources

Introduction

GitHub Pages can be used to create simple website pages using Markdown, but it can also host more complex websites by allowing users to upload their own files. Follow these simple steps to host your very own website!

Hosting a Website using Github Pages

  1. To get started, log on to your Github account.
  2. In the lefthand side of the page, there is a pannel that holds previously created pages and allows you to create new ones. Select New.

New button

  1. Give the file a name and make sure it is being created in the correct owner account if you have joint accounts.

Create page

  1. Towards the bottom of this page, be sure to check the box next to Initialize...

Initialize with README

  1. Now click the Create repository button.

Create button

  1. Once the repository is created, we should add our files. Click Upload on the toolbar.

Upload button

  1. Next, drag and drop your files into the allotted area.

Add files

  1. Be sure to click Commit changes after any changes are made or they will be lost.

Commit Button

  1. In order to make your website visible to others, we will need to change some of the settings.

Settings tab

  1. Scroll down towards the bottom of the page to locate the GitHub Pages section. Change the source to master branch.

Changing source to master branch

  1. The page will refresh and a website link will show up in the GitHubPages section. This is the link to your newly created website.

Link to website

  1. If you realize you need to update your site once your files are uploaded, you can do this in just a few steps. Just click Edit, make any necessary changes, and don't forget to commit the changes!

Edit button

Conclusion

GitHub Pages make it so easy to host your very own website creations! Following the above steps will ensure a successful website hosting experience.

Further Reading/Resources

Return to Top