From: Tommy Morgan Date: 2008-06-20T22:45:13+09:00 Subject: Re: Some quastions about Webby ------=_Part_6853_19837725.1213969597687 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ;) http://groups.google.com/group/webby-forum --TM On Fri, Jun 20, 2008 at 9:33 AM, Anton Komarov wrote: > 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 > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_6853_19837725.1213969597687--