Search code examples
blogshamlmarkdownsasscompass-sass

Blogging engine with built in SASS/Compass and HAML


I absolutely love what HAML and SASS have done for my design habits. I want to switch my blog over from Wordpress to something that supports SASS, Compass, and HAML natively (bonus points for Markdown and Liquid support). What's out there?

Typo and Mephisto don't seem to mention it, and I don't think I want a static blog, as nice as Jekyll seems (plus you have to jump through hoops for SASS and HAML in Jekyll, which I'm not sure I like).

I know that it's not extremely hard to have the directories watched and automatically compiled, but that's an extra layer of complexity I'd avoid if I could.

Is there anything out there for me?

Thanks!


Solution

  • Have a look at Nesta CMS. It's based on Sinatra, is pretty light, supports all of the templating options that Sinatra supports, has a nice plugin system and can be hosted for free on Heroku.

    For an appropriate example site driven by Nesta, have a look at The Sass Way.