Cake addin that makes Jekyll available in Cake builds. Jekyll is a blog-aware, static site generator in Ruby.
#addin nuget:?package=Cake.Jekyll&version=3.0.0
dotnet add package Cake.Jekyll --version 3.0.0
<PackageReference Include="Cake.Jekyll" Version="3.0.0" />
Aliases
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 |
Build your site using the settings returned by a configurator. |
JekyllBuild |
Build your site using the specified settings. |
JekyllBuild |
Build your site using the default settings. |
Clean
JekyllClean |
Clean your site using the settings returned by a configurator. |
JekyllClean |
Clean your site using the specified settings. |
JekyllClean |
Clean your site using the default settings. |
Doctor
JekyllDoctor |
Search your site and print specific deprecation warnings using the settings returned by a configurator. |
JekyllDoctor |
Search your site and print specific deprecation warnings using the specified settings. |
JekyllDoctor |
Search your site and print specific deprecation warnings using the default settings. |
New
JekyllNew |
Create a new Jekyll site scaffold using the settings returned by a configurator. |
JekyllNew |
Create a new Jekyll site scaffold using the specified settings. |
JekyllNew |
Create a new Jekyll site scaffold using the default settings. |
NewTheme
JekyllNewTheme |
Create a new Jekyll theme scaffold using the settings returned by a configurator. |
JekyllNewTheme |
Create a new Jekyll theme scaffold using the specified settings. |
JekyllNewTheme |
Create a new Jekyll theme scaffold using the default settings. |
Serve
JekyllServe |
Serve your site locally using the settings returned by a configurator. |
JekyllServe |
Serve your site locally using the specified settings. |
JekyllServe |
Serve your site locally using the default settings. |
Version
JekyllVersion |
Print the name and version using the settings returned by a configurator. |
JekyllVersion |
Print the name and version using the specified settings. |
JekyllVersion |
Print the name and version. |