Some quastions about Webby

Hello.

I want to build my oown simple application based on Webby for making
prototypes of web-sies.
I plan to use my custom CSS Framework and HAML.

How I can change settings of this gem that use my css instead Blueprint
CSS framework?

And how can I use partials in Webby?

Thanks for replies

You might want to ask here instead:
http://groups.google.com/group/webby-forum

-Stephen

On Fri, Jun 20, 2008 at 9:33 AM, Anton K. [email protected]

Anton;
Webby sets up an application for you that, by default, contains the
Blueprint css framework. You don’t have to use it, though - just delete
the
folder, drop in your own css, and go from there.
Using a partial works like so:
filename: _partial.txt
inside your file (in haml, since that’s what you said you were using):
.div-class = render_partial(‘partial’)

You’ll probably get better support over on the webby list, too, since
that’s
what they’re there for :wink: http://groups.google.com/group/webby-forum

–TM

On Fri, Jun 20, 2008 at 9:33 AM, Anton K. [email protected]