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
Print the name and version using the specified settings.
Syntax
public static void JekyllVersion(this ICakeContext context, JekyllVersionSettings settings)
Examples
var settings = new JekyllVersionSettings
{
DoNotUseBundler = true,
};
JekyllVersion(settings);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value