Release 💎 v3.0.0.beta1
This commit is contained in:
parent
980dbdbcc4
commit
317e2f460e
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '2.5.3'
|
VERSION = '3.0.0-beta1'
|
||||||
end
|
end
|
||||||
|
|
|
@ -15,10 +15,14 @@ to get a feel for what changes are afoot. Key features:
|
||||||
|
|
||||||
1. **Speed.** Jekyll now features incremental regeneration and greatly
|
1. **Speed.** Jekyll now features incremental regeneration and greatly
|
||||||
improved problematic code that caused slow-downs.
|
improved problematic code that caused slow-downs.
|
||||||
2. **Reduced dependencies.** Hate installing 20 gems every time you want
|
2. Gobs of bugfixes and customization.
|
||||||
Jekyll? Us too. So we stripped it down to 5 -- the bare essentials.
|
3. Uniformity and sanity to Jekyll extensions of Liquid.
|
||||||
3. Gobs of bugfixes and customization.
|
|
||||||
4. Uniformity and sanity to Jekyll extensions of Liquid.
|
To install just run:
|
||||||
|
|
||||||
|
{% highlight bash %}
|
||||||
|
$ gem install jekyll --pre
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
Future versions will include [some awesome new
|
Future versions will include [some awesome new
|
||||||
features](https://github.com/jekyll/jekyll/issues/3324) that we haven't
|
features](https://github.com/jekyll/jekyll/issues/3324) that we haven't
|
||||||
|
|
Loading…
Reference in New Issue