JekyllDoctorSettingsExtensions.

WithConfiguration(JekyllDoctorSettings, 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 JekyllDoctorSettings WithConfiguration(this JekyllDoctorSettings settings, params FilePath[] configurationFilePaths)

Parameters

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

Return Value

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