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
Functions to execute the Jekyll commands in Cake builds.
In order to use this Cake addin, Bundle and/or Jekyll must be installed.
In order to use it, add the following to your Cake build script:
#addin "nuget:?package=Cake.Jekyll&version=x.y.z"
Where `x.y.z` is the version of the Cake.Jekyll package to use (latest version is recommended).
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["JekyllNewThemeAliases"]
class Type type-node
Syntax
public static class JekyllNewThemeAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
JekyllNewTheme |
void |
Create a new Jekyll theme scaffold using the settings returned by a configurator.
static
|
JekyllNewTheme |
void |
Create a new Jekyll theme scaffold using the specified settings.
static
|
JekyllNewTheme |
void |
Create a new Jekyll theme scaffold using the default settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|