We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c4640 commit c52bbdeCopy full SHA for c52bbde
1 file changed
docs/_docs/step-by-step/10-deployment.md
@@ -42,6 +42,11 @@ bundle exec jekyll serve
42
43
This restricts your Ruby environment to only use gems set in your `Gemfile`.
44
45
+Note: if publishing your site with GitHub Pages, you can match production
46
+version of Jekyll by using the `github-pages` gem instead of `jekyll`
47
+in your `Gemfile`. In this scenario you may also want to exclude `Gemfile.lock`
48
+from your repository because GitHub Pages ignores that file.
49
+
50
## Plugins
51
52
Jekyll plugins allow you to create custom generated content specific to your
0 commit comments