Parker Moore
ce8d8d929c
Merge pull request #2993 from jekyll/benchmarking
2014-10-12 14:04:03 -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
Parker Moore
c2caaeaf11
Add rbtrace and stackprof and a script/benchmark script.
2014-10-12 02:02:42 -07:00
Mike Kruk
56ac50c568
where filter - test return value when filtering a Hash
2014-10-08 17:02:36 -04:00
Parker Moore
25d77cb05a
Update history to reflect merge of #2982 [ci skip]
2014-10-08 13:57:51 -07:00
Parker Moore
70174e8831
Merge pull request #2982 from XhmikosR/page-description
2014-10-08 13:57:19 -07:00
Mike Kruk
f6ea8b4d50
Allow Enumerables to be used with "where" filter.
2014-10-08 16:19:55 -04:00
Parker Moore
9083511de3
Remove reverted #2980 from History.
2014-10-08 12:48:36 -07:00
Parker Moore
8cc07231df
Merge pull request #2985 from jekyll/revert-2980-patch-1
...
Revert "Allow Enumerables to be used with "where" filter"
2014-10-08 12:47:25 -07:00
Parker Moore
94a1330d61
Revert "Allow Enumerables to be used with "where" filter"
2014-10-08 12:47:17 -07:00
Parker Moore
13919b4f3c
Update history to reflect merge of #2980 [ci skip]
2014-10-08 12:46:32 -07:00
Parker Moore
8fe9c76d08
Merge pull request #2980 from tamagokun/patch-1
2014-10-08 12:45:50 -07:00
Parker Moore
d674305092
Update history to reflect merge of #2984 [ci skip]
2014-10-08 11:51:32 -07:00
Parker Moore
ac1d1a4053
Merge pull request #2984 from kevgathuku/patch-1
2014-10-08 11:51:08 -07:00
Parker Moore
66578b0c90
Update history to reflect merge of #2981 [ci skip]
2014-10-08 11:50:37 -07:00
Parker Moore
a84af462d4
Merge pull request #2981 from XhmikosR/normalize
2014-10-08 11:50:21 -07:00
Parker Moore
ceaa2eb267
Fix site:update_normalize_css so it works with new integrated Sass workflow. [ci skip]
...
Ref: #2981
2014-10-08 11:50:07 -07:00
Kevin Ndung'u
ec0e1dcb14
Update continuous-integration.md
...
Fix minor typo
2014-10-08 21:44:57 +03:00
Parker Moore
fb435c2c7e
Update history to reflect merge of #2979 [ci skip]
2014-10-08 11:43:16 -07:00
Parker Moore
ba31c5c387
Merge pull request #2979 from rob-murray/add-twitter-tag-plugin
2014-10-08 11:42:41 -07:00
XhmikosR
5ea3286b09
Update normalize.css to v3.0.2.
2014-10-08 10:37:44 +03: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
Mike Kruk
1db62cca9e
allow Enumerables to be used with "where" filter
...
Enumerable module responds to `select` so this shouldn't be a problem here. Typical use case would be an object from a plugin being passed through a where filter.
2014-10-07 23:05:23 -04:00
Rob Murray
ad9a656d8d
Add Tag plugin link for 'Jekyll Twitter Plugin'; A Liquid tag plugin that renders Tweets from Twitter API.
2014-10-07 13:12:08 +01:00
Parker Moore
cae5958362
Update history to reflect merge of #2972 [ci skip]
2014-10-05 20:02:16 -07:00
Parker Moore
f0e22be32b
Merge pull request #2972 from tkrotoff/wrapper-width-hardcoded
2014-10-05 19:23:49 -07:00
Parker Moore
6657e374b2
Update history to reflect merge of #2973 [ci skip]
2014-10-05 10:47:57 -07:00
Parker Moore
b965d44b5f
Merge pull request #2973 from tkrotoff/indent-head.html
2014-10-05 10:47:28 -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
Parker Moore
7aa43f37fb
Update history to reflect merging of #2948
...
Closes #2948
See 10c8184942af0c9c548390da2a4fab2089475797 for more
2014-10-04 19:56:18 -07:00
Ruslan Korolev
2a83bdccd5
jekyll build/serve -V option to docs
2014-10-04 19:55:22 -07:00
Parker Moore
97ed8622c7
Update history to reflect merge of #2964 [ci skip]
2014-10-04 19:52:57 -07:00
Parker Moore
7a2f7a569b
Merge pull request #2964 from nternetinspired/meta-description
2014-10-04 19:51:32 -07:00
Parker Moore
aed5554a1b
Update history to reflect merge of #2967 [ci skip]
2014-10-04 19:48:12 -07:00
Parker Moore
961a3504ba
Merge pull request #2967 from tmthrgd/master
2014-10-04 19:47:39 -07:00
Parker Moore
592cee9596
Update history to reflect merge of #2969 [ci skip]
2014-10-03 10:27:32 -07:00
tmthrgd
7869586e43
Add my ditaa-ditaa plugin under Other
...
ditaa-ditaa is a drastic revision of jekyll-ditaa that renders diagrams drawn using ASCII art into PNG images.
It is not immediately clear where ditaa-ditaa would belong as it provides both generator functionality, tag functionality and other functionality.
2014-10-03 01:34:30 +09:30
Seth Warburton
42a8dba642
Page specific descriptions
2014-09-30 22:17:49 +01:00
Parker Moore
98b5ff0d17
Update history to reflect merge of #2959 [ci skip]
2014-09-28 20:40:33 -07:00
Parker Moore
dd25ca30d4
Update history to reflect merge of #2949 [ci skip]
2014-09-27 11:31:25 -07:00
Parker Moore
d57d248152
Merge pull request #2949 from rusikf/patch-10
2014-09-27 11:30:29 -07:00
Parker Moore
314f476d11
Update history to reflect merge of #2953 [ci skip]
2014-09-27 11:29:51 -07:00
Parker Moore
0e6dc41db5
Merge pull request #2953 from vasinov/master
2014-09-27 11:29:20 -07:00
Parker Moore
1b923fb504
Update history to reflect merge of #2954 [ci skip]
2014-09-27 11:29:04 -07:00
Parker Moore
7539e2109b
Merge pull request #2954 from chrisfinazzo/remove-explicit-serve-from-docs
2014-09-27 11:28:31 -07:00
chrisfinazzo
4a5f70b315
Clarify instructions
2014-09-27 13:06:45 -04:00
chrisfinazzo
bec32b14cb
Add a note about the separate commands, show an example without the watcher
2014-09-27 12:54:47 -04:00
Parker Moore
a041d50681
Update history to reflect merge of #2957 [ci skip]
2014-09-26 17:09:16 -07:00