sort by:
Revision Author Date Message Commit Date
14f351f Update usage.md re: _config.yml not reloaded during automatic regeneration _config.yml not reloaded during automatic regeneration 16 October 2015, 16:53:31 UTC
d3e4c93 Update history.markdown to reflect the merge of #4033 16 October 2015, 11:11:36 UTC
84089f9 Merge pull request #4033 from jekyll/ignore-more-bundler-directories Ignore `.bundle` when generating test coverage 16 October 2015, 11:10:35 UTC
b1125f5 Update history to reflect merge of #4004 [ci skip] 16 October 2015, 02:13:34 UTC
20303de Merge pull request #4004 from kevinoid/excerpt-match-post-content 16 October 2015, 02:13:32 UTC
ff504a3 Ignore `.bundle` when generating test coverage Fix the code coverage reporting when using `.bundle` to store my gems in by having SimpleCov ignore that directory. Use of `.bundle` to store my gems consolidates things since since that directory also holds the bundler config file. It also keeps a `vendor` directory out of the project tree for non-Rails projects. Simplecov was not ignoring that directory though, which meant that the code coverage numbers I were seeing locally were wrong (and very frightening). With this change, all is right with the world once again. :smiley: 16 October 2015, 01:59:34 UTC
8add5ae Update history to reflect merge of #4029 [ci skip] 15 October 2015, 18:38:42 UTC
8fec927 Merge pull request #4029 from MonsieurV/patch-1 Merge pull request 4029 15 October 2015, 18:38:33 UTC
63144fd Fix pretty permalink example Following what the documentation specify above for the pretty permalink format (`/:categories/:year/:month/:day/:title/`), it should result for the example to `/2009/04/29/slap-chop/` and not `/2009/04/29/slap-chop/index.html`. Well, at least if I've understood correctly ;-) 14 October 2015, 20:12:08 UTC
7ae044e Update history.markdown to reflect the merge of #4022 12 October 2015, 03:17:37 UTC
e830e79 Merge pull request #4022 from chrisfinazzo/fix-the-typos Fixed a typo, wrap at 80 characters 12 October 2015, 03:16:40 UTC
8e1dd75 Fixed a typo, wrap at 80 characters 12 October 2015, 01:09:44 UTC
53f975f Update history to reflect merge of #4018 [ci skip] 11 October 2015, 21:50:30 UTC
1d9c095 Merge pull request #4018 from mudpuddle/alternative-instructions-for-el-capitan Merge pull request 4018 11 October 2015, 21:43:18 UTC
2410bcc Merge pull request #4021 from stomar/fix-indentation Avoid "mismatched indentations" warning for ruby -w 11 October 2015, 21:38:47 UTC
e7043ac Update history to reflect merge of #4013 [ci skip] 11 October 2015, 21:37:49 UTC
fa2c8d2 Merge pull request #4013 from antonk52/patch-1 Merge pull request 4013 11 October 2015, 21:37:00 UTC
3eb2521 Added installation instructions for 2 of the 3 options for plugins. Fixes #4013. 11 October 2015, 21:36:11 UTC
45902b2 Avoid "mismatched indentations" warning for ruby -w 11 October 2015, 17:49:40 UTC
611af3f added alternative jekyll gem installation instructions 09 October 2015, 18:35:18 UTC
9b091f8 Update Kramdown and reduce it's constraints. 09 October 2015, 12:28:02 UTC
6cda306 Update plugins.md Corrected display of installing options 09 October 2015, 07:23:08 UTC
bc3e67d Update plugins.md Added gem install and bundle install commands for plugins set up 08 October 2015, 18:47:29 UTC
b9bdb85 Update history to reflect merge of #4015 [ci skip] 08 October 2015, 13:53:00 UTC
4e0a803 Merge pull request #4015 from takuti/new-plugin-link 08 October 2015, 13:52:58 UTC
30d82af Update plugins.md 08 October 2015, 13:31:15 UTC
3435d05 Update plugins.md Note to option 2 and 3 for installing plugins 08 October 2015, 07:23:29 UTC
464d4b0 update plugins documentation you have to install gem files for plugins for them in order to work 08 October 2015, 06:59:15 UTC
bb9462f Whole-post excerpts should match the post content When a post does not contain an excerpt_separator, meaning the excerpt includes the entire post, the excerpt should contain exactly the post content. This is desirable both from a correctness standpoint, that the excerpt should not introduce any new content, and more practically to allow fast and easy detection of whole-post excerpts in Liquid templates using `post.excerpt == post.content`. A common use-case is deciding whether to render "Read More" links on a page containing post excerpts. This commit does exactly that. It avoids adding additional newlines to the excerpt content when the excerpt includes the whole post and adds tests to ensure that this behavior is correct and preserved going forward. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> 01 October 2015, 20:58:00 UTC
9f4d4bb Update history to reflect merge of #3999 [ci skip] 01 October 2015, 04:23:41 UTC
a1fdf83 Merge pull request #3999 from chrisfinazzo/instructions-for-el-capitan Merge pull request 3999 01 October 2015, 04:23:18 UTC
9c9481a Notes for Homebrew, advanced installs, and cleanup 30 September 2015, 16:57:09 UTC
ca29e4f Feedback from @parkr, rephrasing, and link to Ruby managers 29 September 2015, 01:31:27 UTC
ed7fcf6 Update history to reflect merge of #4001 [ci skip] 28 September 2015, 21:03:30 UTC
25cea4d Merge pull request #4001 from hartmel/master Merge pull request 4001 28 September 2015, 21:02:53 UTC
951c604 Add timezone as hour & minute offset in the initial post in the new site template. Fixes #3998 28 September 2015, 20:18:02 UTC
269018b Instructions for El Capitan 27 September 2015, 19:49:24 UTC
2807b8a Update history to reflect merge of #3997 [ci skip] 26 September 2015, 19:35:22 UTC
5a765af Merge pull request #3997 from d9n/master Merge pull request 3997 26 September 2015, 19:34:32 UTC
1703b59 Add header message to _config.yml The first thing new users to Jekyll do is open _config.yml, so this change adds a simple welcome message to the top of it. Additionally, it informs the user that the file is not automatically reloaded when changed, which is a point of confusion for new users. Related issue: https://github.com/jekyll/jekyll/issues/2302 26 September 2015, 01:57:46 UTC
85b6d93 docs: include backup github-pages Gemfile Fixes #3985 24 September 2015, 23:24:26 UTC
abcab4b Update history to reflect merge of #3992 [ci skip] 24 September 2015, 23:07:03 UTC
e193f5a Merge pull request #3992 from jekyll/abort-before-confusing-msg Merge pull request 3992 24 September 2015, 23:06:26 UTC
51f3250 Update history.markdown to reflect the merge of #3994 24 September 2015, 18:42:34 UTC
c91b622 Merge pull request #3994 from arthurhammer/patch-1 Fix broken configuration documentation page 24 September 2015, 18:41:56 UTC
16eef80 Fix broken configuration documentation page 24 September 2015, 18:27:03 UTC
f9925be Update history.markdown to reflect the merge of #3990 24 September 2015, 17:59:05 UTC
e01c40f Merge pull request #3990 from pheuko/permalink-timestamp Added permalink time variables 24 September 2015, 04:07:28 UTC
22b59ae Added permalink time variables 24 September 2015, 00:51:02 UTC
c7bc762 Abort if no subcommand. Fixes #3412 24 September 2015, 00:32:33 UTC
8563f59 Update history to reflect merge of #3989 [ci skip] 23 September 2015, 04:07:09 UTC
1bb8f9c Merge pull request #3989 from tomjohnson1492/patch-1 Merge pull request 3989 23 September 2015, 04:06:31 UTC
38a561a Made small pull request fixes as noted by Parker 22 September 2015, 21:28:32 UTC
a82b063 Added documentation for Jekyll environment variables Information about Jekyll environment variables was missing from the documentation. This seemed like a good place to include it. 22 September 2015, 16:35:14 UTC
f3b99eb Release :gem: 3.0.0.pre.beta9 21 September 2015, 19:31:00 UTC
9181d22 Update history to reflect merge of #3917 [ci skip] 21 September 2015, 19:21:35 UTC
bea64a2 Merge pull request #3917 from leo/patch-1 Merge pull request 3917 21 September 2015, 19:21:11 UTC
666df42 Update history to reflect merge of #3968 [ci skip] 21 September 2015, 19:20:43 UTC
4026434 replace broken link; add other Mac-specific info Fixes #3968 21 September 2015, 19:08:51 UTC
d6b37a1 Lock Cucumber to 2.0 because 2.1 is broken. 11 September 2015, 20:03:07 UTC
908bb2e Fix #3970: Use Gem::Version to compare versions, not >. 11 September 2015, 19:44:20 UTC
f1fd89b Update history.markdown to reflect the merger of #3966 09 September 2015, 13:09:08 UTC
92647c5 Merge pull request #3966 from webchef/patch-1 Update plugins.md 09 September 2015, 13:07:53 UTC
b02ae4f Update plugins.md Added a link to a new generator plugin for replacing german umlauts with html 09 September 2015, 12:43:54 UTC
b732667 site: document required ruby versions closes #3963 08 September 2015, 05:04:32 UTC
1dc2a34 Update history to reflect merge of #3828 [ci skip] 03 September 2015, 03:23:58 UTC
93d282a Merge pull request #3828 from superlukas/fix-clean-command Merge pull request 3828 03 September 2015, 03:22:14 UTC
baafe24 Update history.markdown to reflect the merge of #3736 01 September 2015, 18:54:24 UTC
8ce4ff9 Merge pull request #3736 from jekyll/jekyll-feed Use Jekyll Feed for jekyllrb.com 01 September 2015, 18:53:30 UTC
47df905 Merge branch 'master' into jekyll-feed 01 September 2015, 18:35:55 UTC
a7378da Updated URL 01 September 2015, 18:27:39 UTC
11da2e0 Update history.markdown to reflect the merger of #3769 01 September 2015, 18:27:18 UTC
0340fea Merge pull request #3769 from chrisfinazzo/install-docs Update install docs (Core dependencies, Windows reqs, etc) 01 September 2015, 18:26:17 UTC
fffb834 Update history.markdown to reflect the merger of #3158 31 August 2015, 10:17:16 UTC
87517af Merge pull request #3950 from nyufac/master Jekyll views router plugin 31 August 2015, 10:16:04 UTC
d35f0a8 Merge pull request #3948 from julienbourdeau/julienbourdeau-patch-1 Just fixed markdown list in `site/README.md` 30 August 2015, 19:55:43 UTC
d18d1bc Jekyll views router plugin 30 August 2015, 16:10:27 UTC
edcbe99 Update README.md 30 August 2015, 13:48:02 UTC
f2d31a1 Update history to reflect merge of #3935 [ci skip] 26 August 2015, 06:39:40 UTC
831eb17 Merge pull request #3935 from jekyll/filter-where-to_s Merge pull request 3935 26 August 2015, 06:39:19 UTC
4169075 filters: `where` should compare stringified versions of input & comparator Non-string input was being missed as a result of poor comparison. Converting inputs to strings ensure numerical and boolean values are properly compared. Fixes #3911. 26 August 2015, 06:00:58 UTC
cd4829d Update history to reflect merge of #3931 [ci skip] 26 August 2015, 05:11:23 UTC
75007cb Merge pull request #3931 from dommmel/patch-1 Merge pull request 3931 26 August 2015, 05:10:38 UTC
47cb3a8 docs: categories/tags only with array & comma-separated string Fixed #3930 25 August 2015, 01:01:06 UTC
14a5646 Update history to reflect merge of #3933 [ci skip] 24 August 2015, 21:03:35 UTC
7c5eae5 Merge pull request #3933 from jekyll/vendor-mime-types Merge pull request 3933 24 August 2015, 21:02:59 UTC
1eb1f4e add script to vendor mime types 24 August 2015, 20:21:50 UTC
12fc4c5 update plugins.md 24 August 2015, 12:13:03 UTC
34afc77 Update history to reflect merge of #3871 [ci skip] 23 August 2015, 19:55:20 UTC
8927898 Merge pull request #3871 from stevecrozz/3870_hook_trigger_interface_change Merge pull request 3871 23 August 2015, 19:55:00 UTC
753bdbe Update history to reflect merge of #3925 [ci skip] 21 August 2015, 15:36:39 UTC
8c509bc Merge pull request #3925 from jekyll/code-of-conduct 21 August 2015, 15:36:36 UTC
a446589 Add a Code of Conduct. Closes #3924. 20 August 2015, 17:17:37 UTC
4c1427c docs: Update _data in "Directory structure" Add in references to _data format and extension options of .csv, .json, etc., consistent with _docs/datafiles.md Signed-off-by: Parker Moore <parkrmoore@gmail.com> 17 August 2015, 16:39:44 UTC
1c767fe Merge pull request #3918 from gangsthub/patch-2 I think you made a typo there 17 August 2015, 16:31:37 UTC
47c9ed0 I think you made a typo there as seen on: http://blog.davepoon.net/2015/01/19/setting-up-sass-with-jekyll/ http://markdotto.com/2014/09/25/sass-and-jekyll/#create-a-sass-stylesheet 17 August 2015, 11:23:17 UTC
2db01b9 Added my site for learning purposes A week ago, I asked @parkr via email if he could add my site here (mostly because I thought it's too cheeky to just propose a file-change). But now he told me that it's better to just do it here: I'm asking because I spend a huge amount of time and effort on making it great and usefully structured for people who're just getting started with Jekyll. Therefore it's also great as a forked starting-point, if you ask me. Besides keeping the code clean, I also spend much time on making the site as fast as possible. There's not much CSS in use, the HTML output is minified and images are directly served from the repo (and therefore GitHub's CDN) instead of from third-party services. There's also a lot of "include"-thinking happening for things like embedded Tweets, images or iFrames - which most people just inline in each post. When making a significant change, I also always make sure to write a few paragraphs about why I exactly did it as a commit message. And when it comes to really big updates, I write entire posts too (explaining all improvements and their benefits to the site's performance/look). Here's an recent example: http://leo.github.io/notes/v2/ I'm definitely sure that many people could get something out of it. Don't you think so too? 16 August 2015, 18:59:06 UTC
010038e Update history to reflect merge of #3782 [ci skip] 16 August 2015, 17:32:18 UTC
44a43b7 Merge branch 'fniephaus-_includes' into 'master' * fniephaus-_includes: Unify renaming of configuration options to a single method. /cc #3782. Make _includes directory configurable; closes #2684 16 August 2015, 17:30:45 UTC
399606c Unify renaming of configuration options to a single method. /cc #3782. 16 August 2015, 17:30:39 UTC
back to top