I\'m using Jekyll for one of my projects and it really seems a very good alternative for developing simple websites but maintaining some processes automated.
It\'s nice
You should try the Jekyll Assets plugin, it really helps dealing with CSS and JS assets.
Yep. You just have to add a YAML block to the file, and Jekyll will process it. The YAML block can be empty:
---
---
@import url("/stylesheets/reset.css?{{site.time | date: '%Y%m%d%H%M%S'}}");
@import url("/stylesheets/config.css?{{site.time | date: '%Y%m%d%H%M%S'}}");