JekyllServeSettingsExtensions.

Detach(JekyllServeSettings, Nullable<bool>) Method

Summary

Sets if the the server should be detached from the terminal.

Syntax

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

Parameters

Name Type Description
settings JekyllServeSettings The settings.
enable Nullable<bool> to detach the server from the terminal, otherwise .

Return Value

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