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 .Serve - Containing Type
- Jekyll
Serve Settings Extensions
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. |