You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages needs to know the branch in your repository from which you want to serve your site. This can be any branch, including `main`.
55
+
Pages gives you a choice between using the built-in Jekyll tool for building your website or providing your own tool.
56
+
We're going to use Jekyll, so leave the "Source" setting on its default value, "Deploy from a branch".
56
57
57
-
Select then save the source branch:
58
+
Jekyll needs to know the branch and folder in your repository from which you want to serve your site.
59
+
There are no particular restrictions here. This means we could develop a resource in one branch or folder, and maintain a website to describe it in another.
60
+
But on this occasion, we'll only use the repository for the site.
61
+
62
+
Select `main` as the branch, "/ (root)" as the folder, and then save these values:
GitHub Pages provides different themes to visually style and organize your site's content. Choosing a theme is optional, and themes can be interchanged quickly.
See the [GitHub Pages documentation](https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser) for further information on using themes.
68
+
That's all the configuration we need to get started with GitHub Pages, but there are other things you can change, such as the theme used to visually style and organize your site’s content.
69
+
If you want to explore further after the lesson, see the [GitHub Pages documentation](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).
70
70
71
71
### View your site
72
72
@@ -241,7 +241,7 @@ you can use the fork you created there and skip to step 3.
241
241
remote:
242
242
```
243
243
244
-
You can visit that link in your browser, but if you go back to your fork in GitHib
244
+
You can visit that link in your browser, but if you go back to your fork in GitHub
245
245
you will also see a button has appeared that says "Compare & pull request".
246
246
You can click on that button instead if you prefer.
0 commit comments