Cake.Jekyll addin
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.
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).
Build
JekyllBuild Alias from Cake.Jekyll addin |
Build your site using the settings returned by a configurator. |
JekyllBuild Alias from Cake.Jekyll addin |
Build your site using the specified settings. |
JekyllBuild Alias from Cake.Jekyll addin |
Build your site using the default settings. |
Clean
JekyllClean Alias from Cake.Jekyll addin |
Clean your site using the settings returned by a configurator. |
JekyllClean Alias from Cake.Jekyll addin |
Clean your site using the specified settings. |
JekyllClean Alias from Cake.Jekyll addin |
Clean your site using the default settings. |
Doctor
JekyllDoctor Alias from Cake.Jekyll addin |
Search your site and print specific deprecation warnings using the settings returned by a configurator. |
JekyllDoctor Alias from Cake.Jekyll addin |
Search your site and print specific deprecation warnings using the specified settings. |
JekyllDoctor Alias from Cake.Jekyll addin |
Search your site and print specific deprecation warnings using the default settings. |
New
JekyllNew Alias from Cake.Jekyll addin |
Create a new Jekyll site scaffold using the settings returned by a configurator. |
JekyllNew Alias from Cake.Jekyll addin |
Create a new Jekyll site scaffold using the specified settings. |
JekyllNew Alias from Cake.Jekyll addin |
Create a new Jekyll site scaffold using the default settings. |
NewTheme
JekyllNewTheme Alias from Cake.Jekyll addin |
Create a new Jekyll theme scaffold using the settings returned by a configurator. |
JekyllNewTheme Alias from Cake.Jekyll addin |
Create a new Jekyll theme scaffold using the specified settings. |
JekyllNewTheme Alias from Cake.Jekyll addin |
Create a new Jekyll theme scaffold using the default settings. |
Serve
JekyllServe Alias from Cake.Jekyll addin |
Serve your site locally using the settings returned by a configurator. |
JekyllServe Alias from Cake.Jekyll addin |
Serve your site locally using the specified settings. |
JekyllServe Alias from Cake.Jekyll addin |
Serve your site locally using the default settings. |
Version
JekyllVersion Alias from Cake.Jekyll addin |
Print the name and version using the settings returned by a configurator. |
JekyllVersion Alias from Cake.Jekyll addin |
Print the name and version using the specified settings. |
JekyllVersion Alias from Cake.Jekyll addin |
Print the name and version. |