ace/project_generator/content
Jakub Stastny aka botanicus 0889e03f44 Ups, no helpers. 2011-06-14 14:17:32 +01:00
..
app Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
content Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
layouts Interpolation. 2011-06-14 10:45:42 +01:00
.gitignore Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
Gemfile [Generator] Pupu commented out. 2011-06-14 12:31:33 +01:00
LICENSE.rbt Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
README.textile.rbt Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
boot.rb Ups, no helpers. 2011-06-14 14:17:32 +01:00
config.ru Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
config.yml.rbt Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
rules.rb Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
tasks.rb Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00

README.textile.rbt

h1. About

This is "<%= @name %>":<%= @url %>. It is written in "Ace":https://github.com/botanicus/ace, a powerful generator of static sites.

h1. Usage

_*NOTE:* You need Ruby 1.9.2 or later._

# Install all the dependencies via bundler: @bundle install@.
# Generate the output by running @./tasks.rb generate@.
# Run @./config.ru@ and view the content at "localhost:9292":http://localhost:9292/.