Closed github-learning-lab[bot] closed 5 years ago
Great job! Now that GitHub Pages is enabled, you can view your website here: https://kelly-botelho.github.io/github-pages-with-jekyll
You can customize your homepage by adding content to either an index
file or the README.md
file. GitHub Pages first looks for an index
file. If an index
file is found, GitHub Pages uses the content in the file to create the homepage. If an index
file isn’t found, it uses the README.md
to create the homepage.
Your repository has an index.md
file so we can update it to include your personalized content.
index.md
file.Once 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:!
In this course, you'll learn how to build and host a GitHub Pages site. With GitHub Pages, you can host content like documentation, resumes, or any other static content you’d like.
In this course, you'll create a blog hosted on GitHub Pages and learn how to:
New to GitHub?
For this course, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the the Introduction to GitHub course.
:keyboard: Activity: Turn on GitHub Pages
The first step to publishing your blog to the web is to enable GitHub Pages on this repository :book:. When you enable GitHub Pages on a repository, GitHub takes the content that's on the master branch and publishes a website based on its contents.
master branch
as your GitHub Pages publishing source.After GitHub Pages is enabled, we'll be ready to create some content.
For a printable version of the steps in this course, check out the Quick Reference Guide.
Return to this issue for my next comment