https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
0511ece 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. 22 October 2014, 07:58:20 UTC
1395d56 Optimize more URL#sanitize_url 22 October 2014, 07:57:53 UTC
3227c4e Use #tr instead of #gsub 22 October 2014, 07:57:25 UTC
b9c4fc9 Use flat_map instead of map.flatten 22 October 2014, 07:57:06 UTC
95e96a0 Add a benchmarking script for string-concat 22 October 2014, 07:56:54 UTC
c92ad3b Update history to reflect merge of #3018 [ci skip] 21 October 2014, 04:29:31 UTC
3285aeb Merge pull request #3018 from jekyll/webrick-fancy-indexing 21 October 2014, 04:28:35 UTC
9cc3085 Turn on FancyIndexing. 21 October 2014, 04:23:30 UTC
5b37ad5 If `--verbose` is given, debug the sh*t out of that. 21 October 2014, 04:23:22 UTC
3dedcbf Sort webrick_options 21 October 2014, 04:23:00 UTC
2ca2990 Update history to reflect merge of #2997 [ci skip] 21 October 2014, 03:11:26 UTC
7fd9f10 Merge pull request #2997 from jekyll/utils-slugify 21 October 2014, 03:11:04 UTC
cc3a31e Update history to reflect merge of #2986 [ci skip] 21 October 2014, 03:09:39 UTC
5ed4638 Merge pull request #2986 from tamagokun/where_filters_enumerable 21 October 2014, 03:09:21 UTC
a64e7e8 Update history to reflect merge of #3011 [ci skip] 21 October 2014, 03:08:04 UTC
6723db8 Merge pull request #3011 from fhemberger/master 21 October 2014, 03:07:09 UTC
996db69 Update history to reflect merge of #3017 [ci skip] 20 October 2014, 16:57:50 UTC
c77d064 Merge pull request #3017 from glaucocustodio/master 20 October 2014, 16:57:04 UTC
68c0e8f Hash#each_key instead of Hash#keys.each. Faster code. 20 October 2014, 12:10:29 UTC
4b4a465 Update history to reflect merge of #3013 [ci skip] 18 October 2014, 19:30:42 UTC
c95f4c0 Merge pull request #3013 from jekyll/revert-2921-post-dest 18 October 2014, 19:21:28 UTC
078b278 Revert "Make permalink parsing consistent with pages" 18 October 2014, 19:07:44 UTC
1d726a8 Docs: Clarify behavior of 'categories' in permalinks 18 October 2014, 06:29:26 UTC
90b6723 Update history to reflect merge of #3010 [ci skip] 17 October 2014, 19:30:47 UTC
a9d7031 Merge pull request #3010 from croaky/master 17 October 2014, 19:25:22 UTC
db220a9 Add FormKeep to resources as Jekyll form backend Launched by [thoughtbot] today. Intended to be Jekyll-friendly with no iframes, JavaScript embeds, or CSS overrides. It just generates a URL to use as your form's `action` endpoint. It has a very simple webhook system, which means it can automatically forward all submissions to a webhook of your choosing. We've been using [Zapier] to handle the heavy lifting of sending form data along from FormKeep to MailChimp, Trello, etc. [thoughtbot]: https://thoughtbot.com [Zapier]: http://zapier.com 17 October 2014, 18:00:44 UTC
9f58358 Utils.slugify: Don't create new objects when gsubbing 12 October 2014, 23:18:40 UTC
b624150 Update history to reflect merge of #2994 [ci skip] 12 October 2014, 22:49:51 UTC
00d29e7 Merge pull request #2994 from jekyll/fixes-from-benchmarking 12 October 2014, 22:49:20 UTC
5b5a25a Install with multiple jobs. [ci skip] 12 October 2014, 22:47:01 UTC
be3d723 Update history to reflect merge of #2996 [ci skip] 12 October 2014, 22:19:29 UTC
7cad48a Merge pull request #2996 from hickford/link-feed-from-head 12 October 2014, 22:18:12 UTC
b564214 Pass the context on to IncludeRelativeTag#page_path 12 October 2014, 22:16:38 UTC
63a6d59 Fix feed link to respect baseurl 12 October 2014, 22:14:41 UTC
22cc393 Ignore the stackprof tmp files. 12 October 2014, 22:12:30 UTC
0400ffe Only re-run the stackprof if I delete the prof output file. 12 October 2014, 22:11:53 UTC
b07cbce Don't print the location of the stackprof executable 12 October 2014, 22:11:44 UTC
626706c Cache the `@includes_dir` in each instance so the method isn't called all the time 12 October 2014, 22:11:28 UTC
a7c0fff Only run script/bootstrap in stackprof if stackprof executable isn't there 12 October 2014, 21:39:04 UTC
73ca205 Add test for Document#basename_without_ext 12 October 2014, 21:33:13 UTC
4942b29 Only compile the Converter#matches regexp when asked for 12 October 2014, 21:31:49 UTC
fbe98df Cache variables that won't change through the life of an object 12 October 2014, 21:06:17 UTC
44c9f81 Cache the extname regexp in Converters::Markdown and Textile 12 October 2014, 21:06:16 UTC
681d71a Move script/benchmark to script/stackprof. [ci skip] 12 October 2014, 21:05:55 UTC
3902e37 Update history to reflect merge of #2993 [ci skip] 12 October 2014, 21:05:34 UTC
ce8d8d9 Merge pull request #2993 from jekyll/benchmarking 12 October 2014, 21:04:03 UTC
3994d91 Link atom feed from html head This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995 12 October 2014, 19:09:14 UTC
c2caaea Add rbtrace and stackprof and a script/benchmark script. 12 October 2014, 09:02:42 UTC
56ac50c where filter - test return value when filtering a Hash 08 October 2014, 21:02:36 UTC
25d77cb Update history to reflect merge of #2982 [ci skip] 08 October 2014, 20:57:51 UTC
70174e8 Merge pull request #2982 from XhmikosR/page-description 08 October 2014, 20:57:19 UTC
f6ea8b4 Allow Enumerables to be used with "where" filter. 08 October 2014, 20:19:55 UTC
9083511 Remove reverted #2980 from History. 08 October 2014, 19:48:36 UTC
8cc0723 Merge pull request #2985 from jekyll/revert-2980-patch-1 Revert "Allow Enumerables to be used with "where" filter" 08 October 2014, 19:47:25 UTC
94a1330 Revert "Allow Enumerables to be used with "where" filter" 08 October 2014, 19:47:17 UTC
13919b4 Update history to reflect merge of #2980 [ci skip] 08 October 2014, 19:46:32 UTC
8fe9c76 Merge pull request #2980 from tamagokun/patch-1 08 October 2014, 19:45:50 UTC
d674305 Update history to reflect merge of #2984 [ci skip] 08 October 2014, 18:51:32 UTC
ac1d1a4 Merge pull request #2984 from kevgathuku/patch-1 08 October 2014, 18:51:08 UTC
66578b0 Update history to reflect merge of #2981 [ci skip] 08 October 2014, 18:50:37 UTC
a84af46 Merge pull request #2981 from XhmikosR/normalize 08 October 2014, 18:50:21 UTC
ceaa2eb Fix site:update_normalize_css so it works with new integrated Sass workflow. [ci skip] Ref: #2981 08 October 2014, 18:50:07 UTC
ec0e1dc Update continuous-integration.md Fix minor typo 08 October 2014, 18:44:57 UTC
fb435c2 Update history to reflect merge of #2979 [ci skip] 08 October 2014, 18:43:16 UTC
ba31c5c Merge pull request #2979 from rob-murray/add-twitter-tag-plugin 08 October 2014, 18:42:41 UTC
5ea3286 Update normalize.css to v3.0.2. 08 October 2014, 07:37:44 UTC
b0c0fbd site_template/feed.xml: Remove unneeded space. 08 October 2014, 07:37:01 UTC
28bb15d site_template/_includes/head.html: Minor refactoring. Remove unneeded end tag, and also strip newlines. Move `X-UA-Compatible` just after `meta charset`. 08 October 2014, 07:33:39 UTC
1db62cc 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. 08 October 2014, 03:05:23 UTC
ad9a656 Add Tag plugin link for 'Jekyll Twitter Plugin'; A Liquid tag plugin that renders Tweets from Twitter API. 07 October 2014, 12:12:08 UTC
cae5958 Update history to reflect merge of #2972 [ci skip] 06 October 2014, 03:02:16 UTC
f0e22be Merge pull request #2972 from tkrotoff/wrapper-width-hardcoded 06 October 2014, 02:23:49 UTC
6657e37 Update history to reflect merge of #2973 [ci skip] 05 October 2014, 17:47:57 UTC
b965d44 Merge pull request #2973 from tkrotoff/indent-head.html 05 October 2014, 17:47:28 UTC
1ccd215 Fix head.html indentation 05 October 2014, 16:53:53 UTC
8e481cd New Sass variable $content-width instead of hardcoded value 05 October 2014, 16:49:39 UTC
7aa43f3 Update history to reflect merging of #2948 Closes #2948 See 10c8184942af0c9c548390da2a4fab2089475797 for more 05 October 2014, 02:56:18 UTC
2a83bdc jekyll build/serve -V option to docs 05 October 2014, 02:55:22 UTC
97ed862 Update history to reflect merge of #2964 [ci skip] 05 October 2014, 02:52:57 UTC
7a2f7a5 Merge pull request #2964 from nternetinspired/meta-description 05 October 2014, 02:51:32 UTC
aed5554 Update history to reflect merge of #2967 [ci skip] 05 October 2014, 02:48:12 UTC
961a350 Merge pull request #2967 from tmthrgd/master 05 October 2014, 02:47:39 UTC
592cee9 Update history to reflect merge of #2969 [ci skip] 03 October 2014, 17:27:32 UTC
7869586 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. 02 October 2014, 16:04:30 UTC
42a8dba Page specific descriptions 30 September 2014, 21:17:49 UTC
98b5ff0 Update history to reflect merge of #2959 [ci skip] 29 September 2014, 03:40:33 UTC
dd25ca3 Update history to reflect merge of #2949 [ci skip] 27 September 2014, 18:31:25 UTC
d57d248 Merge pull request #2949 from rusikf/patch-10 27 September 2014, 18:30:29 UTC
314f476 Update history to reflect merge of #2953 [ci skip] 27 September 2014, 18:29:51 UTC
0e6dc41 Merge pull request #2953 from vasinov/master 27 September 2014, 18:29:20 UTC
1b923fb Update history to reflect merge of #2954 [ci skip] 27 September 2014, 18:29:04 UTC
7539e21 Merge pull request #2954 from chrisfinazzo/remove-explicit-serve-from-docs 27 September 2014, 18:28:31 UTC
4a5f70b Clarify instructions 27 September 2014, 17:06:45 UTC
bec32b1 Add a note about the separate commands, show an example without the watcher 27 September 2014, 16:54:47 UTC
a041d50 Update history to reflect merge of #2957 [ci skip] 27 September 2014, 00:09:16 UTC
0553dc2 Merge pull request #2957 from walpurgisriot/master 27 September 2014, 00:08:42 UTC
0701fa7 Update outdated comment incorrect as of 6 Aug 2014. 26 September 2014, 23:49:58 UTC
f80d82c Remove references to the watch command in the sample 26 September 2014, 16:46:41 UTC
aaf8139 Update README.markdown Someone added Jekyll to Hakiri for monitoring gems' security. I'm adding a security shield to README.markdown in this commit. 26 September 2014, 14:45:12 UTC
e3c74d5 Update history to reflect merge of #2921 [ci skip] 25 September 2014, 06:46:10 UTC
back to top