How to use ZURB's Foundation with a blank Jekyll project?

Hi,

I have generated a Jekyll website with the --blank option. I want to write my own styling with the SASS version of Foundation.

I have trouble wrapping my head around how to make Jekyll aware of Foundation. I have seen convoluted solutions using npm, bower, and grunt. Is that the only way to go? I’m looking for something straightforward.

Thank

Looks like there is something bubbling up in that space, here are few gems:

These gems might have enough concepts to extract/reuse to support yours… IMHO, you might consider npm, bower and such as build steps/pre-requisites that have nothing to do with Jekyll at all.

Which is how, I also would love to rely on a Ruby gem instead of firing up “npm install && gulp build … etc…”