rizzo
rizzo copied to clipboard
A static site generator, written in Groovy.
hi. i cloned ur sourcecode by git,and installed groovy by "apt-get install groovy" as3:~/rizzo# groovy rizzo.groovy -s . -d published Caught: java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException at rizzo.class$(rizzo.groovy) at rizzo.$get$$class$groovy$util$AntBuilder(rizzo.groovy) at rizzo.run(rizzo.groovy:163) as3:~/rizzo#...
I'm looking for something like this, but as a Gradle plugin. It would be great to see Rizzo running as a Gradle plugin.
The binding that gets passed to the template should be the same for every template in every scenario. - It should have as many details as possible (to allow for...
There are currently six templates: - `home` - `home_mid` - `page` - `post` - `feed` - `entry` I would like to have only one. Status: - `home` – **redundant**: I...