Add GitHub Pages helpful notes (#9235)

Merge pull request 9235
This commit is contained in:
William Entriken 2023-10-22 13:49:06 -04:00 committed by GitHub
parent e0c4640a7a
commit c52bbde5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ bundle exec jekyll serve
This restricts your Ruby environment to only use gems set in your `Gemfile`. This restricts your Ruby environment to only use gems set in your `Gemfile`.
Note: if publishing your site with GitHub Pages, you can match production
version of Jekyll by using the `github-pages` gem instead of `jekyll`
in your `Gemfile`. In this scenario you may also want to exclude `Gemfile.lock`
from your repository because GitHub Pages ignores that file.
## Plugins ## Plugins
Jekyll plugins allow you to create custom generated content specific to your Jekyll plugins allow you to create custom generated content specific to your