Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify where .jekyll-metadata comes from #8646

Merged
merged 2 commits into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/_data/config_options/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@

- name: Incremental build
description: >-
Enable the experimental incremental build feature. Incremental build only
re-builds posts and pages that have changed, resulting in significant performance
improvements for large sites, but may also break site generation in certain
cases.
Enable the experimental
<a href="/docs/configuration/incremental-regeneration/">incremental
build</a> feature. Incremental build only re-builds posts and pages that
have changed, resulting in significant performance improvements for large
sites, but may also break site generation in certain cases.
option: "incremental: BOOL"
flag: -I, --incremental

Expand Down
8 changes: 5 additions & 3 deletions docs/_docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ An overview of what each of these does:
<p>
This helps Jekyll keep track of which files have not been modified
since the site was last built, and which files will need to be
regenerated on the next build. This file will not be included in the
generated site. It鈥檚 probably a good idea to add this to your
<code>.gitignore</code> file.
regenerated on the next build. Only created when using
<a href="/docs/configuration/incremental-regeneration/">
incremental regeneration</a> (e.g.: with <code>jekyll serve -I</code>).
This file will not be included in the generated site. It鈥檚 probably
a good idea to add this to your <code>.gitignore</code> file.
</p>
</td>
</tr>
Expand Down