GitHub Pages Tutorial
There are a lot of options for hosting websites. Today, I’ll tell you how to use GitHub Pages.
- Go to github.com and create an account if you don’t already have one. Note: Pick your username carefully since the name of your website will include it.
- Once you’re logged in, make sure you’re on the Desktop site.
- Since the website will be in a GitHub repository, I would recommend an unofficial, but great, tutorial here
- Create a new repository.
- Name your repository username.github.io where username is your username. So if your username was joshlsastro, you would name the repository joshlsastro.github.io.
- Make sure you check the box saying “Initialize this repository with a README”. If you don’t, making the repository is (rightfully) a pain.
- Once you create the repository, go to Settings and under “Pages”, pick a theme with the theme chooser.
- Go back to Code and create a file named index.md.
- Edit index.md. It is in a format called Markdown, which you can learn about here.