JekyllServeSettingsExtensions.

SetLiveReloadMinDelay(JekyllServeSettings, TimeSpan) Method

Summary

Sets the minimum delay before automatically reloading page.

Syntax

public static JekyllServeSettings SetLiveReloadMinDelay(this JekyllServeSettings settings, TimeSpan minDelay)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
minDelay TimeSpan The minimum delay before automatically reloading page.

Return Value

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