latest 19 messages by daniel_
+
[2017-05-04T22:59:00Z]
daniel_
is there any way I can build a collection from a directory tree/hierachy ??
+
[2017-05-04T22:28:56Z]
daniel_
Any advice?
+
[2017-05-04T22:28:54Z]
daniel_
However, I get: "Defaults: An invalid front-matter default set was found"
+
[2017-05-04T22:28:14Z]
daniel_
this is what I have atm: https://pastebin.com/R55dSYiS
+
[2017-05-04T22:15:35Z]
daniel_
Or maybe path just refers to the rendered URI, I'm not sure
+
[2017-05-04T22:15:22Z]
daniel_
okay, last question, I'm sorry I know the manual addresses it but I'm just not clear from reading it. Can you explain to me how to override the default attributes for a collection? It looks like if I can set the path: variable on my collection, I can override the location it finds the collection in
+
[2017-05-04T22:09:12Z]
daniel_
I did :-). My main concern is to load the filenames within a directory into an array where I can loop over them. My understanding of the include: directive may be faulty biut I'm not seeing how it helps that objective...
+
[2017-05-04T22:03:32Z]
daniel_
I see. Sorry for the stupid question but can you go into more detail about how I would use that in my config file?
+
[2017-05-04T21:58:38Z]
daniel_
I see. My problem is that having each album be named ./_somealbum would pollute the top-level directory and I guess you know that the collections file loader ignores (or seems to ignore) directories inside collections
+
[2017-05-04T21:56:54Z]
daniel_
I see
+
[2017-05-04T21:56:22Z]
daniel_
I'm trying to make an image gallery, where the images are contained in _gallery/album_name
+
[2017-05-04T21:55:44Z]
daniel_
I have tried doing putting collections: \n mycollection: \n path: \n some_path in my _config.yml file but I can't get the mycollection to load files within some_path
+
[2017-05-04T21:54:47Z]
daniel_
@jaybe I'm afraid the ben balter link doesn't state anything about changing the directory for the collection. Meanwhile I'm not sure if I've understood the manual correctly, which is why I'm here in the first place
+
[2017-05-04T21:51:22Z]
daniel_
is it possible to change the directory jekyll uses for a collection?
+
[2017-05-04T21:02:24Z]
daniel_
hello
+
[2017-05-04T20:58:45Z]
daniel_
hi all. having issues with my client. can someone ping me if they can see this message?
+
[2017-05-04T19:28:44Z]
daniel_
Sorry for the stupid question, I'm new to jekyll and liquid
+
[2017-05-04T19:28:35Z]
daniel_
(foo/bar atm)
+
[2017-05-04T19:28:27Z]
daniel_
hi all. I have a plugin which I call like this: {% loop_directory directory:foo/bar iterator:image filter:*.jpg sort:descending %} In my front matter I have a variable called "dir", which I can access with {{ page.dir }}. How can I convert my plugin call to use my variable instead of the hard-coded value?