Alfred Xing
|
6d62dbbafc
|
Replace deprecated Ruby methods
Replace `Hash#has_key?` and `File.exists?` with `Hash#key?`
and `File.exist?`
|
2014-07-31 12:50:20 -07:00 |
Alfred Xing
|
28131624b8
|
Don't use old `@url` variable
Fix for #2557
|
2014-07-07 10:54:19 -07:00 |
Parker Moore
|
d59b2c3ef6
|
Merge pull request #2419 from jens-na/collection-defaults
|
2014-06-12 20:38:21 -04:00 |
Bud Parr
|
441ac3742c
|
remove extra space
|
2014-06-02 15:05:03 -04:00 |
Bud Parr
|
90bc9314f1
|
change label to collection
To make it clear the label is of the document's collection
|
2014-06-02 14:32:52 -04:00 |
Bud Parr
|
00ab79b7cf
|
add collection.label to Document#to_liquid
|
2014-06-01 21:45:23 -04:00 |
Jens Nazarenus
|
497c10897f
|
Passes the url to FrontmatterDefaults.all instead of full path
|
2014-06-01 22:21:31 +02:00 |
Jens Nazarenus
|
c8786b7b28
|
Adds default front-matter support for collecitons
|
2014-06-01 22:21:31 +02:00 |
Parker Moore
|
65275e5841
|
Merge pull request #2431 from jekyll/remove-collections-from-layouts
|
2014-05-21 01:07:01 -04:00 |
Parker Moore
|
cbe7e3e80e
|
Don't place asset files or yaml files in layouts
Ref: #2402
|
2014-05-20 17:11:34 -04:00 |
Mathieu Bruyen
|
921dbe0547
|
Override collection url template
|
2014-05-17 10:40:52 +02:00 |
Parker Moore
|
00f21ee93c
|
Add `output` to Document#to_liquid
|
2014-05-06 14:51:56 -04:00 |
Parker Moore
|
54b74fafba
|
Add documents to site payload
|
2014-05-04 21:22:51 -04:00 |
Parker Moore
|
0dc680df0b
|
Always render collections, just don't always write them
|
2014-04-24 13:59:24 -04:00 |
Parker Moore
|
ad7efb23e6
|
Code/docs cleanup, props @baweaver
|
2014-04-14 22:46:22 -04:00 |
Parker Moore
|
aa502348e5
|
Filter entries in the collection per EntryFilter#filter
|
2014-04-14 22:46:21 -04:00 |
Parker Moore
|
f0e68d7d86
|
Expose collections as site.<collection_name> in Liquid as array of docs.
|
2014-04-14 22:46:21 -04:00 |
Parker Moore
|
00ca09a2ea
|
Add comments for Document
|
2014-04-14 22:46:21 -04:00 |
Parker Moore
|
a307aff858
|
Do not render any asset files with Liquid.
|
2014-04-14 22:46:21 -04:00 |
Parker Moore
|
75f49a751e
|
OMG COLLECTIONS ARE RENDERING CALL THE POLICE
|
2014-04-14 22:46:21 -04:00 |
Parker Moore
|
f082eca791
|
GUYS failing test for rendering
|
2014-04-14 22:45:20 -04:00 |
Parker Moore
|
cefe99bed2
|
Sort the docs based on path
|
2014-04-14 22:44:29 -04:00 |
Parker Moore
|
90807ac6e7
|
DEM TESTS
|
2014-04-14 22:44:29 -04:00 |
Parker Moore
|
50b46d7bee
|
OMG it's happening ~*Collections*~
|
2014-04-14 22:44:29 -04:00 |
Parker Moore
|
a77c92aebe
|
Replace load-in of YAML data with Jekyll::Document logic.
COLLECTIONS IS COMING
|
2014-04-14 22:43:09 -04:00 |