Parker Moore
fdbfd719ca
Add CoffeeScript converter.
2014-01-25 20:38:51 -05:00
Matt Rogers
ea397d0946
Update history to reflect merge of #1984
2014-01-24 21:45:37 -06:00
Matt Rogers
7d6defabf9
Merge pull request #1984 from jekyll/yarp
2014-01-24 19:45:18 -08:00
Parker Moore
710e0e5a3c
Hm... I wonder if yarp can speed up our build process.
2014-01-24 22:44:26 -05:00
Matt Rogers
ecc05e57ae
Update history to reflect merge of #1985
2014-01-24 21:42:59 -06:00
Matt Rogers
edf9b7bf1d
Merge pull request #1985 from jekyll/rebund
2014-01-24 19:42:55 -08:00
Parker Moore
37b587168f
Don't need to install bundler, right?
2014-01-24 22:31:44 -05:00
Parker Moore
d2e22eda28
Add some rebund ❤️ to speed up TravisCI builds.
2014-01-24 22:23:55 -05:00
Matt Rogers
2e1ab7e6fe
Update history to reflect merge of #1983
2014-01-24 21:10:50 -06:00
Matt Rogers
4d45b4d950
Merge pull request #1983 from jfirebaugh/perf
2014-01-24 19:10:45 -08:00
John Firebaugh
4a769dbf5f
Optimize Post#{next,previous}
...
Use object equality for comparisons rather than Comparable#==,
which in turn uses Post#<=>, which is slow.
This yielded a 3x performance improvement for `jekyll build`
on a large site (1m6.467s -> 0m19.532s).
2014-01-24 17:17:41 -08:00
Matt Rogers
b2c45aafdc
Update history to reflect merge of #1932
2014-01-24 17:17:55 -06:00
Matt Rogers
5b7a53b543
Merge pull request #1932 from jekyll/sass
2014-01-24 15:18:06 -08:00
Parker Moore
c9a3c40f83
fixes based on @mattr-'s notes
2014-01-24 12:19:19 -05:00
Parker Moore
774bf96c61
Merge master into sass
2014-01-24 12:17:35 -05:00
Dan Tao
fafacef0a0
added a test that YAML.load doesn't get clobbered
...
I THINK this is a good idea? I considered multiple approaches to testing this;
what I like about this dumb way (just try to deserialize a symbol) is that it's
nice and simple.
2014-01-23 17:42:14 -08:00
Dan Tao
4f0b1bdf6d
switched from YAML.safe_load* to SafeYAML.load*
2014-01-23 17:25:17 -08:00
Matt Rogers
8114ae6552
Update history to reflect merge of #1931
2014-01-22 07:38:33 -06:00
Matt Rogers
98857832cd
Merge pull request #1931 from liufengyun/published
2014-01-22 05:38:04 -08:00
Parker Moore
30d8743853
Update history to reflect merge of #1951 [ci skip]
2014-01-21 23:07:28 -05:00
Parker Moore
05df50f929
Merge pull request #1951 from jens-na/include-tag-error-path
2014-01-21 20:07:11 -08:00
Parker Moore
f2fadd6562
Update history to reflect merge of #1962 [ci skip]
2014-01-21 23:05:46 -05:00
Parker Moore
a82f0d4e6e
Merge pull request #1962 from jglovier/patch-1
2014-01-21 20:05:10 -08:00
Matt Rogers
9210d4ebd8
Update history to reflect merge of #1935
2014-01-21 07:50:14 -06:00
Matt Rogers
5f26bb5031
Merge pull request #1935 from benbalter/vision
2014-01-21 05:50:11 -08:00
Ben Balter
e2258403ee
language tweaks
2014-01-20 21:42:12 -05:00
Parker Moore
d37ea10cf8
Update history to reflect merge of #1970 [ci skip]
2014-01-19 23:18:59 -05:00
Parker Moore
be95eb5a44
Merge pull request #1970 from minddust/missing_post_docs
2014-01-19 20:18:04 -08:00
Matt Rogers
a859c4509a
Update history to reflect merge of #1971
2014-01-19 22:06:43 -06:00
Matt Rogers
a640402005
Merge pull request #1971 from 4ensicLog/patch-1
2014-01-19 20:05:56 -08:00
4ensicLog
f05da3db03
Update structure.md
...
This is my first attempted edit, so forgive any mistakes in decorum or process. I tried to make improvements on word choice which I think will be much clearer to people who are new to Jekyll and how the post filenames work.
2014-01-19 19:51:51 -06:00
Stephan Groß
90fe9ec055
Add missing next and previous docs
2014-01-19 13:49:52 +01:00
liufengyun
22e1e5f28c
make sure pages with published being false are not generated
2014-01-19 09:52:19 +08:00
Ben Balter
e42c1aa02b
rework vision with @redhotvengeance suggestions
2014-01-18 14:47:05 -05:00
Ben Balter
d8a2be3eb7
Merge branch 'master' into vision
2014-01-18 14:40:08 -05:00
Joel Glovier
ded6350c80
small tweak to clarify last sentence
2014-01-16 13:24:54 -05:00
Joel Glovier
09a5d66b3e
Update post.md with additional info about excerpt
...
Adds a paragraph noting that use of the liquid `| strip_html` flag is possible and useful for meta tag purposes.
2014-01-16 13:18:52 -05:00
Jens Nazarenus
82bee23bd0
added tests for full path leak to source directory when using include tag
2014-01-16 18:43:25 +01:00
Parker Moore
e7139cbd85
Update history to reflect merge of #1953 [ci skip]
2014-01-15 23:40:17 -08:00
Parker Moore
6aa2fc0094
Merge pull request #1953 from troyswanson/dataify-docs
2014-01-15 23:39:37 -08:00
Matt Rogers
8337cbb31f
Update history to reflect merge of #1958
2014-01-15 23:24:27 -06:00
Matt Rogers
ebc95274b9
Merge pull request #1958 from jekyll/lock-down-maruku
2014-01-15 21:24:24 -08:00
Matt Rogers
3b485b4497
Lock Maruku to 0.7.0
...
This fixes the errors we see in our tests due to the upgrade to Maruku
0.7.1
2014-01-15 23:11:27 -06:00
Matt Rogers
10e5ecfe53
Improve the test description for the outputs_ext test
2014-01-15 23:04:52 -06:00
Matt Rogers
824d9f6ca8
Better express that the converter always outputs css
2014-01-15 22:49:33 -06:00
Matt Rogers
0be62fa2e0
Update history to reflect merge of #1947
2014-01-15 22:13:37 -06:00
Matt Rogers
5dc4c67344
Merge pull request #1947 from jekyll/1-4-3-release-info
2014-01-15 20:13:31 -08:00
Jens Nazarenus
4c140efba8
fix full path leak to source directory when using include tag
2014-01-15 21:36:35 +01:00
Troy Swanson
7f3b35191c
Make doc menus more reusable
2014-01-14 21:48:08 -06:00
Parker Moore
ea94e5dd1c
Update history to reflect merge of #1949 [ci skip]
2014-01-14 08:56:28 -08:00