Parker Moore
|
3fb1356593
|
The jsonify filter should deep-convert to Liquid when given an Array.
Fixes https://github.com/github/choosealicense.com/issues/225
|
2014-10-27 15:58:42 -07:00 |
Parker Moore
|
ae01b1d5df
|
😦
|
2014-10-22 02:16:50 -07:00 |
Parker Moore
|
5cb0aee251
|
Have to go back on all these...
|
2014-10-22 02:10:21 -07:00 |
Parker Moore
|
2eb318a929
|
Replace costly Hash#fetch with arity=2 with arity=1 + block.
|
2014-10-22 01:43:46 -07:00 |
Parker Moore
|
0511ece2f5
|
Use String#<< instead of String#+=
I just couldn’t believe this but look:
~/jekyll/jekyll#master$ ruby benchmark/string-concat
Calculating -------------------------------------
+= 6367 i/100ms
<< 128697 i/100ms
-------------------------------------------------
+= 1704.3 (±0.6%) i/s - 12734 in 7.472170s
<< 4381212.4 (±6.3%) i/s - 21878490 in 5.014899s
WOW.
|
2014-10-22 00:58:20 -07:00 |
Parker Moore
|
1395d5686b
|
Optimize more URL#sanitize_url
|
2014-10-22 00:57:53 -07:00 |
Parker Moore
|
3227c4ecea
|
Use #tr instead of #gsub
|
2014-10-22 00:57:25 -07:00 |
Parker Moore
|
b9c4fc93d7
|
Use flat_map instead of map.flatten
|
2014-10-22 00:57:06 -07:00 |
Parker Moore
|
9cc3085dd0
|
Turn on FancyIndexing.
|
2014-10-20 21:23:30 -07:00 |
Parker Moore
|
5b37ad57cc
|
If `--verbose` is given, debug the sh*t out of that.
|
2014-10-20 21:23:22 -07:00 |
Parker Moore
|
3dedcbf894
|
Sort webrick_options
|
2014-10-20 21:23:00 -07:00 |
Parker Moore
|
7fd9f102c0
|
Merge pull request #2997 from jekyll/utils-slugify
|
2014-10-20 20:11:04 -07:00 |
Parker Moore
|
5ed4638400
|
Merge pull request #2986 from tamagokun/where_filters_enumerable
|
2014-10-20 20:09:21 -07:00 |
Glauco Custódio
|
68c0e8f847
|
Hash#each_key instead of Hash#keys.each. Faster code.
|
2014-10-20 10:10:29 -02:00 |
Parker Moore
|
078b2785e4
|
Revert "Make permalink parsing consistent with pages"
|
2014-10-18 12:07:44 -07:00 |
Parker Moore
|
9f5835871b
|
Utils.slugify: Don't create new objects when gsubbing
|
2014-10-12 16:18:40 -07:00 |
Parker Moore
|
00d29e7e77
|
Merge pull request #2994 from jekyll/fixes-from-benchmarking
|
2014-10-12 15:49:20 -07:00 |
Parker Moore
|
b564214535
|
Pass the context on to IncludeRelativeTag#page_path
|
2014-10-12 15:16:38 -07:00 |
Matt Hickford
|
63a6d595c4
|
Fix feed link to respect baseurl
|
2014-10-12 23:14:41 +01:00 |
Parker Moore
|
626706c8c5
|
Cache the `@includes_dir` in each instance so the method isn't called all the time
|
2014-10-12 15:11:28 -07:00 |
Parker Moore
|
4942b2947b
|
Only compile the Converter#matches regexp when asked for
|
2014-10-12 14:31:49 -07:00 |
Parker Moore
|
fbe98df488
|
Cache variables that won't change through the life of an object
|
2014-10-12 14:06:17 -07:00 |
Parker Moore
|
44c9f81921
|
Cache the extname regexp in Converters::Markdown and Textile
|
2014-10-12 14:06:16 -07:00 |
Matt Hickford
|
3994d9116d
|
Link atom feed from html head
This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995
|
2014-10-12 20:09:14 +01:00 |
Mike Kruk
|
f6ea8b4d50
|
Allow Enumerables to be used with "where" filter.
|
2014-10-08 16:19:55 -04:00 |
XhmikosR
|
b0c0fbd70b
|
site_template/feed.xml: Remove unneeded space.
|
2014-10-08 10:37:01 +03:00 |
XhmikosR
|
28bb15d4ee
|
site_template/_includes/head.html: Minor refactoring.
Remove unneeded end tag, and also strip newlines.
Move `X-UA-Compatible` just after `meta charset`.
|
2014-10-08 10:33:39 +03:00 |
Parker Moore
|
f0e22be32b
|
Merge pull request #2972 from tkrotoff/wrapper-width-hardcoded
|
2014-10-05 19:23:49 -07:00 |
Tanguy Krotoff
|
1ccd2156c5
|
Fix head.html indentation
|
2014-10-05 18:53:53 +02:00 |
Tanguy Krotoff
|
8e481cdf8e
|
New Sass variable $content-width instead of hardcoded value
|
2014-10-05 18:49:39 +02:00 |
Seth Warburton
|
42a8dba642
|
Page specific descriptions
|
2014-09-30 22:17:49 +01:00 |
feivel
|
0701fa7b16
|
Update outdated comment
incorrect as of 6 Aug 2014.
|
2014-09-26 19:49:58 -04:00 |
Alfred Xing
|
3a96d01e4a
|
Make permalink parsing consistent with pages
Require permalink to end in a slash to write an index file.
Addresses #2920.
|
2014-09-24 22:08:25 -07:00 |
Parker Moore
|
bd0eebdb05
|
Merge pull request #2925 from pathawks/htm-extension
|
2014-09-24 17:08:02 -07:00 |
Parker Moore
|
dc0add15af
|
Merge pull request #2946 from kleinfreund/patch-1
|
2014-09-24 17:06:53 -07:00 |
Parker Moore
|
e6f89074d4
|
Rouge's Redcarpet plugin now has a different API
See for more:
- 18ec938e9c
- https://github.com/jneen/rouge/issues/182
|
2014-09-22 23:03:49 -07:00 |
Philipp Rudloff
|
e013c16ba9
|
Fix code example for media query mixin
It was using an old variable name (`$palm`) instead of the current one (`$on-paln`).
|
2014-09-22 08:18:14 +02:00 |
Pat Hawks
|
fdf58c5ce2
|
Allow per post permalinks to end in `.htm`
Fixes #2920
|
2014-09-14 11:58:16 -07:00 |
Igor Kapkov
|
566eb6ef3b
|
remove watch since it default in 2.4.0
|
2014-09-14 11:28:29 +08:00 |
Parker Moore
|
e72f8cf5b1
|
Release 💎 2.4.0
|
2014-09-09 22:24:09 -07:00 |
Parker Moore
|
196a56e3ec
|
Add push, pop, shift, and unshift Liquid filters.
Fixes #2892.
|
2014-09-09 21:29:23 -07:00 |
Parker Moore
|
4fb6e1cde9
|
Merge pull request #2884 from gjtorikian/improve-docs-for-include-relative
|
2014-09-09 00:21:42 -07:00 |
Peter deHaan
|
06c9b1b33c
|
Fixing "vertycal" typo
s/vertycal/vertical
Unless, like, "vertycal" was on purpose or something.
|
2014-09-08 22:48:23 -07:00 |
Garen Torikian
|
deb4e0d24a
|
Set tag name as ivar
This lets us use just one syntax_example method for both classes.
|
2014-09-08 14:27:51 -07:00 |
Garen Torikian
|
0675f2a423
|
Update include_relative tests
This verifies you can’t go “up” in the include
|
2014-09-07 21:23:45 -07:00 |
Parker Moore
|
6644c77d23
|
Merge pull request #2870 from gjtorikian/support-relative-include
|
2014-09-07 13:05:38 -07:00 |
Garen Torikian
|
a569799ffc
|
Sanitize the resolved includes path
|
2014-09-07 12:18:54 -07:00 |
Garen Torikian
|
3668437c96
|
Rename method to `resolved_includes_dir`
|
2014-09-07 12:18:35 -07:00 |
Garen Torikian
|
4da07bb2c3
|
Add tests around nasty include attempts
|
2014-09-07 12:00:37 -07:00 |
Garen Torikian
|
0e4549013d
|
Define methods for shared vars between include & include_relative
|
2014-09-07 11:21:40 -07:00 |