This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Pages
- Pages belong to Sites
- When aggregated together Pages can account for a majority of the functionality of a Site
- Pages have Elements and Filters to define functionality and state
- Pages’ common elements can be pushed out into Partials
To generate a page run the following generator inside your Taza project directory:
$ ./script/generate page home google
Which will generate something that will look like:
module Google
class HomePage < Taza::Page
end
end
You must have a site before you can generate any pages. See the Sites wiki entry for more information.







