Generator Jekyllized Versions Save

A Yeoman generator for Jekyll to rapidly build sites using Gulp

v1.0.0-rc.8

6 years ago

1.0.0-rc.8

2018-01-21

Added a call for help maintaining this package on NPM, hopefully someone will see it and help me out :)

1.0.0-rc.7

7 years ago

1.0.0-rc.7

2016-08-24

Forgot to compose with the new subgenerator for the gulp task for building Jekyll so the generator wouldn't create the most important task: the one for actually building Jekyll. Ouch.

Changelog:

  • [7e82705371] - Fix the build task not being copied
  • [adbf9629e1] - Fix test after using new package

1.0.0-rc.6

7 years ago

1.0.0-rc.6

2016-08-24

More squashing of bugs! Fixed a few minor bugs with this release:

  • Now Rouge is actually used to highlight code instead of nothing at all
  • Removed redundant header tags that the Jekyll SEO plugin was providing anyways
  • Fixed jekyll:update not actually updating all the gulp tasks
  • And fixed a bug with uploading to GitHub Pages where using the master branch would fail.
  • [3de11c5c16] - Update README to match new uploading syntax
  • [72afc87f79] - Update generator-statisk
  • [f250210d7c] - Add a few Jekyll gems
  • [b78ad378c9] - Create a new subgenerator to fix update command
  • [c02cc5db44] - Update README
  • [e42fac2630] - Actually use the Jekyll SEO plugin
  • [8771192677] - Actually use Rouge to highlight code

1.0.0-rc.5

7 years ago

1.0.0-rc.5

2016-07-28

Yet another minor bug and feature release, for the most part the changes happened in generator-statisk, these were that injecting CSS changes are now back! Instead of refreshing your browser it's now injected instead. Furthermore are dotfiles (eg. .htaccess) copied and uploaded when deploying your site.

Also fixed a bunch of tests and updated the packages for the generator.

1.0.0-rc.4

7 years ago

1.0.0-rc.4

2016-06-16

Another minor bugfix release, we don't need to check whether or not gulp is installed globally so we removed that, added use strict to the build gulp task file and fixed bundle installe being run before the Gemfile exists in the directory.

Changelog:

  • [a6bffd3ce9] - Fix bundle installed starting before Gemfile exist
  • [f73679c442] - Fix site:doctor to work with generator-statisk
  • [4f8d2fd25b] - Add 'use strict'; to build task
  • [9703af10f1] - Don't actually need to check for gulp

1.0.0-rc.3

7 years ago

1.0.0-rc.3

2016-06-06

Mostly a bugfix release, fixed the generation comment when both running normally and updating your project and updated packages and which packages NPM uses to publish with.

Changelog:

1.0.0-rc.2

7 years ago

1.0.0-rc.2

2016-06-05

For the most part a big background update, the main part of the generator was split out into a separate generator for easier reuse and updating. The only significant change is that the gulpfile is split into several smaller subfiles, other than that it's all just moving logic out of this generator and into generator-statisk.

Changelog:

1.0.0-rc.1

7 years ago

1.0.0-rc.1

2016-05-29

Release the first release candidate for generator-jekyllized that isn't hidden behind a tag, so it will be listed as the latest release. Also did a minor fix for the rebuild task in the gulpfile.

Changelog:

  • [497e716c18] - Update README, release candidate and minor gulp fix
  • [15116be9d0] - Overlooked something during the merge
  • [6e851d078f] - Merge branch 'beta'

1.0.0-beta.23

7 years ago

1.0.0-beta.23

2016-05-29

Fixed the syntax for gulp-imagemin as it made the gulpfile error out, and also updated the function to validate the URL to be smaller.

Changelog:

1.0.0-beta.22

7 years ago

1.0.0-beta.22

2016-05-28

This is for the most part a pure backend update release and nothing too major happened to the generator itself besides updating a few packages. Other than that I moved to using AVA instead of Mocha for testing and had a heyday trying to get that to work, it was quite the party. But it all works well, and quite a lot faster as well.

Changelog: