This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Jekyll.
Summary
Specifies one or more configuration file(s) instead of using `_config.yml` automatically.
Settings in later files override settings in earlier files.
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll .Commands .Build - Containing Type
- Jekyll
Build Settings Extensions
Syntax
public static JekyllBuildSettings WithConfiguration(this JekyllBuildSettings settings, params FilePath[] configurationFilePaths)
Parameters
Name | Type | Description |
---|---|---|
settings | JekyllBuildSettings | The settings. |
configurationFilePaths | FilePath[] | One or more custom configuration file(s). |
Return Value
Type | Description |
---|---|
JekyllBuildSettings | The settings instance with updated with the configurationFilePaths provided. |