Step 1: Enable GitHub Pages
Welcome to GitHub Pages and Jekyll 🎉!
Hello, and welcome! If you are here to learn how to quickly build and host a GitHub Pages site. You're in the right place.
What are GitHub Pages?
GitHub Pages enable you to host all kinds of content, like documentation, resumes, and more! In this course, you will be creating a blog hosted on GitHub Pages. While setting up your blog, you'll learn how to:
- Enable GitHub Pages
- Use Jekyll
- Customize Jekyll sites with a theme and content
New to GitHub?
We're assuming that you already know how to work with GitHub. If you aren't sure, check out the Introduction to GitHub course to learn how to:
- Create a branch
- Make commits
- Open a Pull Request
Now, let's get started on your new website.
⌨️ Activity: Turn on GitHub Pages
You won't be able to see your site on the web until you enable GitHub Pages on this repository. All we're doing is asking GitHub to take what's on the master branch and publish a website based on its contents.
- Click on the Settings tab for this repository
- Scroll down to the GitHub Pages section
- Select the None dropdown
- Click on Master branch
- Click Save
For a printable version of the steps in this course, check out the Quick Reference Guide.
Turning on GitHub Pages creates a deployment of your repository. I may take up to a minute to respond as I await the deployment.
Return to this issue for my next comment
Sometimes I respond too fast for the page to update! If you perform an expected action and don't see a response from me, wait a few seconds and refresh the page for your next steps.
Step 1: Enable GitHub Pages
Welcome to GitHub Pages and Jekyll 🎉!
Hello, and welcome! If you are here to learn how to quickly build and host a GitHub Pages site. You're in the right place.
What are GitHub Pages?
GitHub Pages enable you to host all kinds of content, like documentation, resumes, and more! In this course, you will be creating a blog hosted on GitHub Pages. While setting up your blog, you'll learn how to:
New to GitHub?
We're assuming that you already know how to work with GitHub. If you aren't sure, check out the Introduction to GitHub course to learn how to:
Now, let's get started on your new website.
⌨️ Activity: Turn on GitHub Pages
You won't be able to see your site on the web until you enable GitHub Pages on this repository. All we're doing is asking GitHub to take what's on the master branch and publish a website based on its contents.
For a printable version of the steps in this course, check out the Quick Reference Guide.
Return to this issue for my next comment