Static site generator based upon directories & files

后端 未结 7 1989
小蘑菇
小蘑菇 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:21

    The simplest of those I have seen is Stacey, though it does not run static content, it generates it on the fly, and its in PHP, but yeah it's just files and folders, even if you drop images or videos or pdf's on the folder they will be managed and added automatically. And they are just .txt files. http://www.staceyapp.com/

    But, if I had to choose a static compiler in Ruby I'd go with nanoc. It's the most powerful and flexible I've seen and once you configure it with the rules and such, it's just files and folders too.

    There is also Stasis, I haven't tried it but it seems pretty good.

    http://stasis.me/

提交回复
热议问题