JekyllServeSettingsExtensions.

SkipInitialBuild(JekyllServeSettings, Nullable<bool>) Method

Summary

Sets if the initial site build which occurs before the server is started should be skipped.

Syntax

public static JekyllServeSettings SkipInitialBuild(this JekyllServeSettings settings, Nullable<bool> enable = true)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
enable Nullable<bool> to skips the initial site build which occurs before the server is started, otherwise .

Return Value

Type Description
JekyllServeSettings The settings instance with updated with the enable provided.