Releases: altbdoor/jekyll-exe
stable-v3.8.3
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.8.x-57
Simple tested, and verified on July 4, 2018.
To note, v3.8.x might be the last version that can be packed by Ocra. Jekyll seems to be moving towards Ruby version 2.3.0, and Ocra does not seem to be updated anymore.
Known issues:
- None.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.7.3
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.7.x-56
Simple tested, and verified on June 20, 2018.
Known issues:
- None.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.4.5
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.4.x-46
Simple tested, and verified on July 11, 2017.
Known issues:
- None.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.4.4
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.4.x-45
Simple tested, and verified on June 22, 2017.
Known issues:
- None.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.4.3
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.4.x-44
Simple tested, and verified on Mar 24, 2017.
Known issues:
- None.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.4.0
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.4.x-43
Simple tested, and verified on Feb 1, 2017.
Known issues:
- If
bundler
is not installed in the system,build
will crash and burn, since it attempts to install the dependencies in theGemfile
. To resolve it, either remove theGemfile
, or installbundler
.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.3.1
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.3.x-41
This release has been rebuilt on Appveyor on Jan 5, 2017 to include jekyll-paginate
, which was made optional in Jekyll 3 onwards.
Simple tested, and verified on Jan 5, 2017.
Known issues:
build
subcommand with--watch
is fixed in this release. More info on the Jekyll release page.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.2.1
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.2.x-40
This release has been rebuilt on Appveyor on Jan 5, 2017 to include jekyll-paginate
, which was made optional in Jekyll 3 onwards.
Simple tested, and verified on Jan 5, 2017.
Known issues:
new-theme
subcommand bringsminima
as a hard dependency into Jekyll (or at least OCRA was unable to build properly without it). While the subcommand was able to execute, I did not do any thorough testing, as I do not plan to support it.bundler
is also a hard dependency now, with Jekyll usingrequire_from_bundler
inlib/jekyll/plugin_manager.rb
(or maybe it just didn't cause any trouble before this).
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
stable-v3.3.0
https://ci.appveyor.com/project/altbdoor/jekyll-exe/build/v3.3.x-37
Simple tested, and verified on Oct 10, 2016.
Known issues:
jekyll-feed
is another new dependency from thebuild
subcommand. Its utilized to generate the RSS feed, so I suppose it will be handy.new
subcommand now runsbundle install
after creating the necessary files, but should fail silently ifbundler
is not available on the system.build
subcommand refuses to work with--watch
on Windows, claiming that filesystem watchers do not work. More info and solution on the Jekyll issue.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- new-theme
- serve, server, s
v3.1.6
This release has been rebuilt on my local computer on Jan 5, 2017 to include jekyll-paginate
, which was made optional in Jekyll 3 onwards.
Known issues:
- Subcommands
docs
andimport
does not work, as they both require thejekyll-docs
andjekyll-import
gems. They are not installed as I do not know if there is any dependency hell to resolve with OCRA.
Subcommands:
- docs
- import
- build, b
- clean
- doctor, hyde
- help
- new
- serve, server, s