Skip to content

Releases: cake-contrib/Cake.Jekyll

v3.0.0

17 Nov 05:13
b95f3e5
Compare
Choose a tag to compare

⚡ New features / improvements


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

17 Aug 01:49
2014150
Compare
Choose a tag to compare

🐛 Bug fixes

  • #31 Not working on bundler for Windows (@loopyd)

Fixes issues reported by: @loopyd

Pull requests were reviewed by: @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.0.0

04 Dec 04:32
ea280ca
Compare
Choose a tag to compare

⚡ New features / improvements


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

11 Apr 17:55
336dec2
Compare
Choose a tag to compare

⚡ Tiny update of Cake.Jekyll.

v1.0.0

06 Apr 18:22
425d918
Compare
Choose a tag to compare

⚡ 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.