Static site generator based upon directories & files

后端 未结 7 1982
小蘑菇
小蘑菇 2021-02-10 10:43

I am looking for a nice way to generate a nested site structure in ruby. I want something that I can propose to clients instead of msword documents. Something of the form:

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-10 11:31

    Monkeyman (Scala) supports markdown and SCAML, the Scala version of SCAML. It will basically copies and transforms a folder structure, in any way you like. Without any processing it will copy the structure as is, but it has a slew of decorators that not only are able to transform the content, but also the location to anything you like.

    It doesn't support compass, SASS or any of that yet (although being based on Scalate, it probably does transform coffeescript embedded into the template pages, but I haven't tried that.)

提交回复
热议问题