docs: clarify where .jekyll-metadata comes from (#8646)
Merge pull request 8646
This commit is contained in:
		
							parent
							
								
									813da60a53
								
							
						
					
					
						commit
						d85c89e8b4
					
				|  | @ -84,10 +84,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 | ||||
| 
 | ||||
|  |  | |||
|  | @ -188,9 +188,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’s 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’s probably | ||||
|           a good idea to add this to your <code>.gitignore</code> file. | ||||
|         </p> | ||||
|       </td> | ||||
|     </tr> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue