Skip to content

Releases: sondr3/generator-jekyllized

1.0.0-beta.21

22 May 14:59
Compare
Choose a tag to compare
1.0.0-beta.21 Pre-release
Pre-release

1.0.0-beta.21

2016-05-22

Forgot to remove a mention of a old gulp task.

Changelog:

1.0.0-beta.20

22 May 14:58
Compare
Choose a tag to compare
1.0.0-beta.20 Pre-release
Pre-release

1.0.0-beta.20

2016-05-22

Big bugfix release, fixed how jekyllized processes the Jekyll site. It now
copies the src of your Jekyll site to .tmp and does it's processing there so
it doesn't infect your git history. It will also now properly reload your site
when changing your posts.

Also removed the jekyll-archives gem because it wasn't being used for anything
nor is it being updated. And, finally, updated the packages for the generator.

Changelog:

1.0.0-beta.19

23 Apr 15:19
Compare
Choose a tag to compare
1.0.0-beta.19 Pre-release
Pre-release

1.0.0-beta.19

2016-04-23

Added validation to the URL because Jekyll requires them to at least include
//, so now URLs must include either HTTP or HTTPS.

Changelog:

1.0.0-beta.18

17 Apr 20:41
Compare
Choose a tag to compare
1.0.0-beta.18 Pre-release
Pre-release

1.0.0-beta.18

2016-04-17

Downgrade the version of jekyll-feed. Needed because Jekyll has changed how it
requires URLs to be written in _config.yml and doesn't support URLs without
http://. I'm going on vacation and don't have the time to fix it before my
flight leaves :D

Changelog:

  • [62c4255b0a] - Fix error with jekyll-feed for now

1.0.0-beta.17

15 Apr 02:21
Compare
Choose a tag to compare
1.0.0-beta.17 Pre-release
Pre-release

1.0.0-beta.17

2016-04-15

Updated the BrowserSync config in the gulpfile to the newer syntax.

Changelog:

  • [6365af1330] - Update to latest BrowserSync config

1.0.0-beta.16

15 Apr 01:33
Compare
Choose a tag to compare
1.0.0-beta.16 Pre-release
Pre-release

1.0.0-beta.16

2016-04-15

Fixed the issue where the generator would refuse to install because it couldn't
resolve the dependency on yargs because I didn't add it as a dependency but
added it as a devdependency instead. Whoops.

Changelog:

1.0.0-beta.14

14 Apr 11:14
Compare
Choose a tag to compare
1.0.0-beta.14 Pre-release
Pre-release

1.0.0-beta.14

2016-04-14

Fixed a typo in the cache-headers for Amazon S3, thanks @xhn35rq.

Changelog:

1.0.0-beta.13

14 Apr 11:14
Compare
Choose a tag to compare
1.0.0-beta.13 Pre-release
Pre-release

1.0.0-beta.13

2016-04-14

Fixed a issue where Jekyll wouldn't generate when run with LSI turned on, so
this was disabled as it isn't used for anything. And fixed the uploading for
AWS.

1.0.0-beta.12

01 Apr 17:08
Compare
Choose a tag to compare
1.0.0-beta.12 Pre-release
Pre-release

1.0.0-beta.12

2016-04-01

Updated to the latest theme of Jekyll and it's CSS and removed Octopress as it
wasn't used at all. Added support for the Github field in Jekyll as well and
rewrote parts of the REAMEs for the project. Mostly cosmetic changes.

Changelog:

  • [605026a5d2] - New beta release, update README and settings
  • [c770bd97a8] - Remove Octopress
  • [a332153118] - Add Github information, minor fixes to generator
  • [ca98d6b0df] - Forgot to add the new Github/Twitter files. Whoops
  • [5f2f19dd43] - Update to latest Jekyll theme and settings
  • [c1a9e25193] - Installation instructions
  • [dd314da58f] - New beta release

1.0.0-beta.9

29 Mar 21:22
Compare
Choose a tag to compare
1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9

2016-03-29

Fixes a couple of bugs and updates packages and documentation, nothing major.

Changelog:

  • [[13e74ebf04](https://github.com/Sondre Nilsen/generator-jekyllized/commit/13e74ebf04)]: New beta release
  • [[92dc47368b](https://github.com/Sondre Nilsen/generator-jekyllized/commit/92dc47368b)]: Update packages
  • [[2db01cec21](https://github.com/Sondre Nilsen/generator-jekyllized/commit/2db01cec21)]: Verify that dependencies are installed
  • [[3c6bc46569](https://github.com/Sondre Nilsen/generator-jekyllized/commit/3c6bc46569)]: Update README on dependencies, closes #116
  • [[f8399d6cf3](https://github.com/Sondre Nilsen/generator-jekyllized/commit/f8399d6cf3)]: Add jekyll-seo-tag and update accordingly
  • [[a9ca289ff7](https://github.com/Sondre Nilsen/generator-jekyllized/commit/a9ca289ff7)]: Merge pull request #117 from chbachman/beta
  • [[1fbc5a21b5](https://github.com/Sondre Nilsen/generator-jekyllized/commit/1fbc5a21b5)]: Fix CSS Reloading
  • [[3ae95eabc7](https://github.com/Sondre Nilsen/generator-jekyllized/commit/3ae95eabc7)]: Prevent CSSNano from AutoPrefixing so as to not overwrite your own settings