Flexible static sites generator suitable even for big and complex sites with dynamically generated pages such as pages for each tag etc (not on the fly obviously as it just produces HTML).
 
 
 
 
Go to file
Jakub Šťastný aka Botanicus 4cc4e303ab Initial import 2010-10-20 14:42:17 +01:00
bin Initial import 2010-10-20 14:42:17 +01:00
example Initial import 2010-10-20 14:42:17 +01:00
lib Initial import 2010-10-20 14:42:17 +01:00
project_generator Initial import 2010-10-20 14:42:17 +01:00
.gitignore Initial import 2010-10-20 14:42:17 +01:00
CHANGELOG Initial import 2010-10-20 14:42:17 +01:00
LICENSE Initial import 2010-10-20 14:42:17 +01:00
README.textile Initial import 2010-10-20 14:42:17 +01:00
TODO Initial import 2010-10-20 14:42:17 +01:00
ace.gemspec Initial import 2010-10-20 14:42:17 +01:00
ace.pre.gemspec Initial import 2010-10-20 14:42:17 +01:00
simple-templater.scope Initial import 2010-10-20 14:42:17 +01:00

README.textile

h1. Why you should be interested in ace?

In Ace, every page is an instance
Typically I want to define methods, like @post.excerpt

There are also *generators* available for easier generating items on the fly.

Ace has *template inheritance*. I love template inheritance, it's more flexible pattern than layouts.

Tasks for deployment included.

h1. The boot process

# load @boot.rb@ where the
# load the rules (controllers / globs mapping)
# load & instantiate the items: only the renderables (concrete post)
# run the filters, layoutin' ... actually this can be defined in the controller
# match the routes, write the files