JekyllServeSettingsExtensions.

WithLiveReloadIgnore(JekyllServeSettings, string[]) Method

Summary

Sets the file glob patterns for LiveReload to ignore.

Syntax

public static JekyllServeSettings WithLiveReloadIgnore(this JekyllServeSettings settings, params string[] globPatterns)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
globPatterns string[] The file glob patterns for LiveReload to ignore.

Return Value

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