StaticMatic 0.8.4
Don't be fooled by the small minor increments - there's loads of great stuff in the latest release:
Sub-Directory Support
Thanks to Brent Beardsley, you can now have as many directories as you like. This should be considered 'beta' at the moment as there is likely to be issues with paths in the helpers, but try it out and we'll figure out the best solution.
Partials!
Simply create a 'partials' directory in your src/ and you'll be able to do:
Layouts based on directory
Along with sub-directory support, you can also create layouts based on the sub-directory a template is in. For example, if you have a 'projects' directory and would like it to render a different template, simply create 'projects.haml' in your layouts directory.
Relative Stylesheet Linking
You can now tell the stylesheet helper to use relative linking:
Note that you may get issues with nested directories and relative stylesheets
What's Next?
The main things on the list are configuration and clearing up any bugs not yet sorted. It'd also be great to start extending the test set more.