This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Jekyll.
Summary
Sets if the experimental incremental rebuilds should be enabled.
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.
-I, --incremental
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll .Commands .Build - Containing Type
- Jekyll
Build Settings Extensions
Syntax
public static JekyllBuildSettings EnableIncrementalBuild(this JekyllBuildSettings settings, bool enable = true)
Parameters
Name | Type | Description |
---|---|---|
settings | JekyllBuildSettings | The settings. |
enable | bool | to enable incremental rebuild, otherwise . |
Return Value
Type | Description |
---|---|
JekyllBuildSettings | The settings instance with the IncrementalBuild property updated with the value provided in enable. |