hnaseri
September 30, 2017, 5:15pm
1
I have defined a directory for all of my collection and I want all of them to have output.
I put this in my _config.yml
but it is giving me error:
collections:
collections_dir: my_collection_dir
output: true
and the following also didnt do anything:
collections:
collections_dir: my_collection_dir
output: true
What should I do?
lsrdg
September 30, 2017, 7:48pm
2
Are you using v3.7.0
? Otherwise:
@lsrdg configuring collection_dir is not available in 3.6.0. Its slated for v3.7.0
The online documentation at jekyllrb.com is at times way ahead of time…(mirroring the master branch) and not particularly aligned to the latest public release.
I agree this is an issue… but that’s for another time…
(:
hnaseri
September 30, 2017, 8:34pm
3
Thank you. So how should I update to the very latest version? Whatever I do I can’t go past 3.6.0 version
lsrdg
October 1, 2017, 6:07am
4
Your’re welcome, I got pretty confused about that as well. And sorry, I don’t know how to do that, 3.6.0
has been released just a few days ago: https://github.com/jekyll/jekyll/releases
My solution was to use collections directly on the root, at least temporarily.