JekyllNewThemeSettingsExtensions.

SetLayouts(JekyllNewThemeSettings, DirectoryPath) Method

Summary

Sets the layout directory instead of using `_layouts/` automatically --layouts DIR

Syntax

public static JekyllNewThemeSettings SetLayouts(this JekyllNewThemeSettings settings, DirectoryPath layoutsDirectory)

Parameters

Name Type Description
settings JekyllNewThemeSettings The settings.
layoutsDirectory DirectoryPath The layouts directory (defaults to ./_layouts).

Return Value

Type Description
JekyllNewThemeSettings The settings instance with updated with the layoutsDirectory provided.