https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
cdeaa15 Release 2.0.0.rc1 26 April 2014, 03:16:07 UTC
4e6d268 Bump :gem: version. 26 April 2014, 03:16:00 UTC
068d921 Fix up docs for collections. #2238. 26 April 2014, 03:15:18 UTC
f45b597 Update history to reflect merge of #2238 [ci skip] 26 April 2014, 03:07:04 UTC
1d8fff7 Merge pull request #2238 from jekyll/fix-the-collections 26 April 2014, 03:06:25 UTC
6225073 Use the 'output' key instead of 'write' for writing out collections' document files. 25 April 2014, 23:47:35 UTC
2ccf7f1 Run jekyll build in features (must give subcommand) 25 April 2014, 17:04:56 UTC
a619ce3 Move link around for GitHub training site & source. #2257. 24 April 2014, 19:36:52 UTC
38276ab Update history to reflect merge of #2257 [ci skip] 24 April 2014, 19:34:31 UTC
03a3a1a Merge pull request #2257 from stevenspasbo/master 24 April 2014, 19:33:56 UTC
7ef857a Fix syntax issue on Templates page with `include` example. Fixes #2256 for the time being. 24 April 2014, 18:08:33 UTC
d2b1d53 Add test for collections' new #to_liquid sturff 24 April 2014, 18:07:08 UTC
c906dfd TEST THE COLLECTIONS 24 April 2014, 18:01:23 UTC
dd4fe87 Use Hash.new instead of hash literal 24 April 2014, 17:59:25 UTC
fb39b41 NO MORE DATA COLLECTION I CAN'T HANDLE IT 24 April 2014, 17:59:25 UTC
764dc88 script/test should probably use bundler 24 April 2014, 17:59:24 UTC
b74c90d Extract Collections metadata from site config 24 April 2014, 17:59:24 UTC
0dc680d Always render collections, just don't always write them 24 April 2014, 17:59:24 UTC
3a6ad07 Add a script/test file for :heart: and :money: 24 April 2014, 17:59:24 UTC
7be78de Don't read the collection if it's the data collection 24 April 2014, 17:59:24 UTC
f1a422d Don't pretend there is a collections setter 24 April 2014, 17:59:24 UTC
a27e582 Nil-out `@collections` so `#collections` will re-compile 24 April 2014, 17:59:24 UTC
fd98d5b Fetch collection names agnostically regarding the data structure of config['collections'] 24 April 2014, 17:59:24 UTC
330005d Reset the collections hash on #reset. Fixes #2234. 24 April 2014, 17:59:24 UTC
d379e3c Update history to reflect merge of #2258 [ci skip] 23 April 2014, 18:01:00 UTC
bb079d6 Merge pull request #2258 from caffinatedmonkey/cucumber_cleanup 23 April 2014, 18:00:26 UTC
f9375d5 Cleaned up cucumbers 23 April 2014, 17:40:21 UTC
73cba00 Fixed broken link to github training material site 23 April 2014, 15:32:15 UTC
0c3285c Update history to reflect merge of #2253 [ci skip] 22 April 2014, 18:57:04 UTC
54d0c63 Merge pull request #2253 from jekyll/var-substitution 22 April 2014, 18:56:30 UTC
4de2be8 Add Jekyll::LiquidExtensions.lookup_variable To use, just include `Jekyll::LiquidExtensions` as you please: ```ruby class SayHi < Liquid::Tag include Jekyll::LiquidExtensions def initialize(tag_name, markup, tokens) @markup = markup.strip end def render(context) "hi #{lookup_variable(context, @markup)}" end end ``` Fixes #2071. 22 April 2014, 18:27:47 UTC
68d491c Update history to reflect merge of #2205 [ci skip] 22 April 2014, 03:01:47 UTC
9db5a1a Merge pull request #2205 from jekyll/maul-esel-frontmatter-defaults 22 April 2014, 03:01:05 UTC
49c0f9c Update history to reflect merge of #2250 [ci skip] 20 April 2014, 20:02:50 UTC
8389e78 Merge pull request #2250 from sheehamj13/patch-1 20 April 2014, 20:02:16 UTC
6ba3754 Update plugins.md 20 April 2014, 19:01:54 UTC
3c94b4d Update history to reflect merge of #2247 [ci skip] 19 April 2014, 18:45:04 UTC
5b5065d Merge pull request #2247 from mrfoto/patch-1 19 April 2014, 18:44:41 UTC
4da060c Update history to reflect merge of #2244 [ci skip] 19 April 2014, 18:19:21 UTC
702d552 Merge pull request #2244 from jekyll/xml-escape-nil 19 April 2014, 18:18:56 UTC
fae267f rr has moved 19 April 2014, 18:07:04 UTC
1e16ab4 end the ned 19 April 2014, 16:35:58 UTC
e91a908 do the do 18 April 2014, 22:12:47 UTC
fa9c933 Update history to reflect merge of #2243 [ci skip] 18 April 2014, 21:47:46 UTC
810c160 Merge pull request #2243 from RadicalZephyr/master 18 April 2014, 21:45:35 UTC
b07835b Reword slightly to fix typo Also avoid using "you" as well 18 April 2014, 21:09:17 UTC
4f7b1f3 no -> not 18 April 2014, 20:56:37 UTC
6f0bebd convert input to string before xml escaping 18 April 2014, 20:54:48 UTC
1c8fef6 Remove "tag" from the link It looks super weird 18 April 2014, 20:26:39 UTC
0b0d3b4 Add a to cross-reference about post_url I had a really hard time finding this information on the Jekyll site, and this seemed like a reasonable place to put a pointer to the information. 18 April 2014, 20:23:43 UTC
22f7380 Change the feature to not use `page.name` Use `page.description` in the cucumber feature instead. `page.name` isn't overridable anymore. 16 April 2014, 01:15:16 UTC
571fb95 Only read in 5 bytes when checking for YAML header. #2211 #2210 15 April 2014, 13:48:44 UTC
29fdc09 Use +rb switches when reading in file for checking existence of YAML header. Fixes #2228. 15 April 2014, 13:46:53 UTC
5d6a07e Remove stray sentence from Collections doc page. 15 April 2014, 03:19:42 UTC
b0cf022 Release 2.0.0.alpha.3 15 April 2014, 03:17:32 UTC
2a9c1a2 Update history to reflect merge of #2199 [ci skip] 15 April 2014, 03:14:26 UTC
cb4a7a5 Merge pull request #2199 from jekyll/collection-plate 15 April 2014, 03:14:06 UTC
5a6f1d4 Fix #filtered_entries so it returns a new Array if the directory doesn't exist 15 April 2014, 03:03:19 UTC
696aea2 Don't gather any entries if the collection directory doesn't exist 15 April 2014, 02:56:23 UTC
ee29bf3 Update docs around collections. 15 April 2014, 02:46:22 UTC
a1af95c Clean up some code per @baweaver's suggestions. 15 April 2014, 02:46:22 UTC
ad7efb2 Code/docs cleanup, props @baweaver 15 April 2014, 02:46:22 UTC
af61451 Use #error instead of #warn when telling the user not to use a custom data source 15 April 2014, 02:46:22 UTC
2f99e1d Fix test for non-collectionized sites still containing data coll 15 April 2014, 02:46:22 UTC
62551b5 Include data in the array of collections 15 April 2014, 02:46:22 UTC
aa50234 Filter entries in the collection per EntryFilter#filter 15 April 2014, 02:46:21 UTC
323ea0e EntryFilter#special? should also check the base name of the entry 15 April 2014, 02:46:21 UTC
f0e68d7 Expose collections as site.<collection_name> in Liquid as array of docs. 15 April 2014, 02:46:21 UTC
00ca09a Add comments for Document 15 April 2014, 02:46:21 UTC
a307aff Do not render any asset files with Liquid. 15 April 2014, 02:46:21 UTC
5ae1c34 Add comments for Collection 15 April 2014, 02:46:21 UTC
45120ad Moar tests for collections. 15 April 2014, 02:46:21 UTC
be769dc SANITIZE THE collection name plz. 15 April 2014, 02:46:21 UTC
d84cde1 Add docs for how the collections stuff is exposed via Liquid. 15 April 2014, 02:46:21 UTC
aa2fb68 I am the King of Copy 15 April 2014, 02:46:21 UTC
77bb678 Add some documentation 15 April 2014, 02:46:21 UTC
37a7236 Homagah it all renders I think. 15 April 2014, 02:46:21 UTC
a15a584 Don't let that render get you down. 15 April 2014, 02:46:21 UTC
75f49a7 OMG COLLECTIONS ARE RENDERING CALL THE POLICE 15 April 2014, 02:46:21 UTC
7fef030 Strike duplicate methods & :collection_name filler 15 April 2014, 02:45:20 UTC
f082eca GUYS failing test for rendering 15 April 2014, 02:45:20 UTC
c1c5cc7 Expect site.data stuff to be hashes 15 April 2014, 02:44:29 UTC
cefe99b Sort the docs based on path 15 April 2014, 02:44:29 UTC
90807ac DEM TESTS 15 April 2014, 02:44:29 UTC
08162db Hey girl, i heard you like YAML. 15 April 2014, 02:44:29 UTC
50b46d7 OMG it's happening ~*Collections*~ 15 April 2014, 02:44:29 UTC
a77c92a Replace load-in of YAML data with Jekyll::Document logic. COLLECTIONS IS COMING 15 April 2014, 02:43:09 UTC
f0d4fef Update history to reflect merge of #1492 [ci skip] 15 April 2014, 01:17:06 UTC
6be33cf Merge pull request #1492 from maul-esel/publishing 15 April 2014, 01:17:01 UTC
91aa8e7 We're not allowing custom data sources anymore. 14 April 2014, 23:26:27 UTC
3f03c7a Update history to reflect merge of #2211 [ci skip] 14 April 2014, 17:00:48 UTC
4f66db6 Merge pull request #2211 from jekyll/pgp-key-header-frontmatter 14 April 2014, 16:59:59 UTC
658f418 more explicit test description 14 April 2014, 16:15:16 UTC
b666ac7 Stricter start of line check via \A 11 April 2014, 19:15:37 UTC
387cf21 use regex to verify yaml existence 11 April 2014, 12:00:40 UTC
5068be3 Update history to reflect merge of #2216 [ci skip] 08 April 2014, 13:00:59 UTC
02c668f Merge pull request #2216 from szymzet/command-better-coverage 08 April 2014, 13:00:31 UTC
89b3bec Add missing Command tests 08 April 2014, 09:32:53 UTC
77d9380 Update history to reflect merge of #2215 [ci skip] 08 April 2014, 04:45:10 UTC
ecc6bbb Merge pull request #2215 from jeffkole/page-collection-plugin 08 April 2014, 04:44:46 UTC
back to top