JekyllNewSettingsExtensions.

EnableBlank(JekyllNewSettings, bool) Method

Summary

Sets if scaffolding should created with empty files. --blank

Syntax

public static JekyllNewSettings EnableBlank(this JekyllNewSettings settings, bool enable = true)

Parameters

Name Type Description
settings JekyllNewSettings The settings.
enable bool to create scaffolding but with empty files, otherwise .

Return Value

Type Description
JekyllNewSettings The settings instance with the Blank property updated with the value provided in enable.