ace/project_generator/content
Jakub Stastny aka botanicus a1596e5642 Added generator, ace-gen works!
2011-06-12 20:46:39 +02: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 Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
.gitignore Added generator, ace-gen works! 2011-06-12 20:46:39 +02:00
boot.rb Added generator, ace-gen works! 2011-06-12 20:46:39 +02: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
Gemfile Added generator, ace-gen works! 2011-06-12 20:46:39 +02: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
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

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/.