zenweb 3.11.1
Zenweb is a set of classes/tools for organizing and formating a website. It is website oriented rather than webpage oriented, unlike most rendering tools. It is content oriented, rather than style oriented, unlike most rendering tools. It uses a rubygems plugin system to provide a very flexible, and powerful system. Zenweb 3 was inspired by jekyll. The filesystem layout is similar to jekyll's layout, but zenweb isn't focused on blogs. It can do any sort of website just fine. Zenweb uses rake to handle dependencies. As a result, scanning a website and regenerating incrementally is not just possible, it is blazingly fast.
Gemfile:
=
install:
=
Runtime Dependencies (7):
coderay
~> 1.0
kramdown
~> 2.0
kramdown-parser-gfm
~> 1.0
kramdown-syntax-coderay
~> 1.0
less
~> 2.0
makerakeworkwell
~> 1.0
rake
>= 0.9, < 15