Releases: cake-contrib/Cake.Jekyll
Releases · cake-contrib/Cake.Jekyll
v3.0.0
⚡ New features / improvements
- Cake.Jekyll now supports Cake v3.0.0 (#43) (@augustoproiete)
Documentation on how to use it is available in the README.
The full list of changes is available here.
NuGet package available on nuget.org.
v2.1.0
v2.0.0
⚡ New features / improvements
- #14 Cake.Jekyll now supports Cake v2.0.0 (@augustoproiete)
Documentation on how to use it is available in the README.
The full list of changes is available here.
NuGet package available on nuget.org.
v1.0.1
⚡ Tiny update of Cake.Jekyll
.
- Use the new Cake Addin icon (@augustoproiete)
v1.0.0
⚡ Initial version of Cake.Jekyll
(@augustoproiete)
Include ability to execute the main Jekyll commands:
Jekyll Command | Cake.Jekyll Alias | |
---|---|---|
jekyll clean |
➡️ | JekyllClean(...) |
jekyll build |
➡️ | JekyllBuild(...) |
jekyll serve |
➡️ | JekyllServe(...) |
jekyll doctor |
➡️ | JekyllDoctor(...) |
jekyll new |
➡️ | JekyllNew(...) |
jekyll new-theme |
➡️ | JekyllNewTheme(...) |
jekyll --version |
➡️ | JekyllVersion(...) |
Supported features and usage examples are described in the README.
NuGet package available on nuget.org.