JekyllNewThemeSettingsExtensions.

SetSource(JekyllNewThemeSettings, DirectoryPath) Method

Summary

Sets the Site Source directory, the directory where Jekyll will read files (defaults to `./`). -s, --source DIR

Syntax

public static JekyllNewThemeSettings SetSource(this JekyllNewThemeSettings settings, DirectoryPath sourceDirectoryPath)

Parameters

Name Type Description
settings JekyllNewThemeSettings The settings.
sourceDirectoryPath DirectoryPath The source directory (defaults to `./`).

Return Value

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