JekyllServeSettingsExtensions.

OpenUrl(JekyllServeSettings, Nullable<bool>) Method

Summary

Sets if the site's URL should be open in the browser.

Syntax

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

Parameters

Name Type Description
settings JekyllServeSettings The settings.
enable Nullable<bool> to open the site's URL in the browser, otherwise .

Return Value

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