JekyllVersionSettingsExtensions Class

Summary

Extensions for JekyllVersionSettings.
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll.Commands.Version
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["JekyllVersionSettingsExtensions"] class Type type-node

Syntax

public static class JekyllVersionSettingsExtensions

Methods

Name Value Summary
DoNotUseBundler(JekyllVersionSettings, Nullable<bool>) JekyllVersionSettings
Specifies if Bundler should not be used to execute Jekyll. `jekyll` instead of `bundle exec`...
static
SetWorkingDirectory(JekyllVersionSettings, DirectoryPath) JekyllVersionSettings
Sets the working directory which should be used to run the Jekyll command.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin