crystal-libraries-needed icon indicating copy to clipboard operation
crystal-libraries-needed copied to clipboard

Static site generator

Open watzon opened this issue 8 years ago • 3 comments

Something like Middleman or Jekyll. Ideally pluggable and, or course, fast as hell 😄

watzon avatar Jul 14 '17 03:07 watzon

I've been experimenting with a static site generator that also serves pages instantaneous for development so you don't have to wait for rebuild - and it's incredibly fast :D It was really easy to get a simple Jekyll project running and only required minor modifications. Still very rough implementation and needs some work, but it shouldn't be too much effort to make a decent base.

It's based on Crinja template engine (with an experimental compatibility mode for liquid syntax) and Sass.cr with libsass bindings. A good Markdown implementation is still missing, though Markd looks promising.

straight-shoota avatar Jul 14 '17 07:07 straight-shoota

There is also kamber. Though it does not seem to be very flexible and just practical for limited specific use cases. It does not have any templating support and uses hard-coded paths like /categories/:category/:post.

straight-shoota avatar Jul 14 '17 09:07 straight-shoota

https://github.com/jessehorne/rock

jasdeepsingh avatar Sep 21 '18 17:09 jasdeepsingh