JekyllServeSettingsExtensions.

SetLiveReloadPort(JekyllServeSettings, Nullable<int>) Method

Summary

Sets the port for LiveReload to listen on.

Syntax

public static JekyllServeSettings SetLiveReloadPort(this JekyllServeSettings settings, Nullable<int> port)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
port Nullable<int> The port for LiveReload to listen on.

Return Value

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