Open github-learning-lab[bot] opened 6 years ago
Great job! Now that GitHub Pages are enabled, you'll be able to view your website here: https://fetim.github.io/github-pages-with-jekyll
Your site doesn't look like much yet, but don't worry. We're going to make it look amazing.
GitHub Pages looks for one of two files to serve as the home page of your site. First, it looks for a file named index
. If it doesn't find one, it looks for the README.md
.
You already have an index.md
file so let's update it to include your personalized content.
index.md
fileOnce you have created your pull request, I will move over there to discuss next steps.
Step 1: Enable GitHub Pages
Welcome to GitHub Pages and Jekyll :tada:!
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 :book:, 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.
:keyboard: 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 :book:. 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