JekyllNewSettingsExtensions.

SetWorkingDirectory(JekyllNewSettings, DirectoryPath) Method

Summary

Sets the working directory which should be used to run the Jekyll command.

Syntax

public static JekyllNewSettings SetWorkingDirectory(this JekyllNewSettings settings, DirectoryPath path)

Parameters

Name Type Description
settings JekyllNewSettings The settings.
path DirectoryPath Working directory which should be used to run the Jekyll command.

Return Value

Type Description
JekyllNewSettings The settings instance with WorkingDirectory set to path.