Releases: sondr3/generator-jekyllized
1.0.0-beta.21
1.0.0-beta.21
2016-05-22
Forgot to remove a mention of a old gulp task.
Changelog:
- [
b46b1e57f8
] - Remove mention of clean:metadata
1.0.0-beta.20
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:
- [
f27129fa5b
] - Remove asking for Github and Twitter - [
a28a5eaf30
] - Fix regeneration of sites - [
cfc3eb17f1
] - Make it properly skip install when testing - [
3a2cc26659
] - ES2015, Travis and Syntax changes - [
96374df57f
] - Copy to a temporary directory, ES2015 updates - [
4a6b983d64
] - Remove jekyll-archives - [
5892ae79e9
] - Update packages
1.0.0-beta.19
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:
- [
ee3264d1b5
] - Fix URLs needing HTTP(s)
1.0.0-beta.18
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
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
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:
- [
94d0c54b42
] - Fix not installing properly
1.0.0-beta.14
1.0.0-beta.14
2016-04-14
Fixed a typo in the cache-headers for Amazon S3, thanks @xhn35rq.
Changelog:
- [
8ca22fe71c
] - max-age, not max-axe... sadly
1.0.0-beta.13
1.0.0-beta.12
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
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