Skip to content

Commit 750ef28

Browse files
mchammer01jriggins
andauthored
Update content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md
Co-authored-by: Jesse Riggins <[email protected]>
1 parent c08e97b commit 750ef28

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md

-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
8383

8484
Replace _GITHUB-PAGES-VERSION_ with the latest supported version of the `github-pages` gem. You can find this version here: "[Dependency versions](https://pages.github.com/versions/)."
8585

86-
Make any necessary edits to the `_config.yml` file. This is required for relative paths when the repository is hosted in a subdirectory. For more information, see "[Splitting a subfolder out into a new repository](/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository)."
87-
```yml
88-
domain: my-site.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
89-
url: https://my-site.github.io # the base hostname and protocol for your site, e.g. http://example.com
90-
baseurl: /REPOSITORY-NAME/ # place folder name if the site is served in a subfolder
9186
The correct version Jekyll will be installed as a dependency of the `github-pages` gem.
9287
1. Save and close the Gemfile.
9388
11. From the command line, run `bundle update`.

0 commit comments

Comments
 (0)