JekyllServeSettingsExtensions.

WithConfiguration(JekyllServeSettings, FilePath[]) Method

Summary

Specifies one or more configuration file(s) instead of using `_config.yml` automatically. Settings in later files override settings in earlier files.

Syntax

public static JekyllServeSettings WithConfiguration(this JekyllServeSettings settings, params FilePath[] configurationFilePaths)

Parameters

Name Type Description
settings JekyllServeSettings The settings.
configurationFilePaths FilePath[] One or more custom configuration file(s).

Return Value

Type Description
JekyllServeSettings The settings instance with updated with the configurationFilePaths provided.