Hey guys,
Great work on this! I really love the plugin! However, I'm using yeoman jekyllrb generator and trying to get this to work. Apparently I took a look at the source, and it looks like you're not taking into account Jekyll's source parameter that allows you to specify a directory to read from to compile. In gjrb source is ./app or app/.
Looking here, you've hardcoded projects as being on the same level as the config.yml:
https://github.com/flatterline/flatterline.com/blob/master/plugins/portfolio.rb #L18
Is there anything im missing? I have jekyll in an app folder and config.yml outside of the app folder. So, is there anyway you could suggest what I should do?
Any help will be appreciated! Thanks guys :)
Hey guys,
Great work on this! I really love the plugin! However, I'm using yeoman jekyllrb generator and trying to get this to work. Apparently I took a look at the source, and it looks like you're not taking into account Jekyll's source parameter that allows you to specify a directory to read from to compile. In gjrb source is ./app or app/.
Looking here, you've hardcoded projects as being on the same level as the config.yml:
https://github.com/flatterline/flatterline.com/blob/master/plugins/portfolio.rb #L18
Is there anything im missing? I have jekyll in an app folder and config.yml outside of the app folder. So, is there anyway you could suggest what I should do?
Any help will be appreciated! Thanks guys :)