JekyllNewThemeSettingsExtensions.

IncludeCodeOfConduct(JekyllNewThemeSettings, bool) Method

Summary

Sets if a Code of Conduct should be included. --code-of-conduct

Syntax

public static JekyllNewThemeSettings IncludeCodeOfConduct(this JekyllNewThemeSettings settings, bool enable = true)

Parameters

Name Type Description
settings JekyllNewThemeSettings The settings.
enable bool to publish posts with a future date, otherwise .

Return Value

Type Description
JekyllNewThemeSettings The settings instance with the CodeOfConduct property updated with the value provided in enable.