Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
328 views

Setting Attributes in Webby Layouts

I'm working with Webby and am looking for some clarification. Can I define attributes like title or author in my layout?
1
vote
1answer
525 views

Capistrano cap deploy fails on ubuntu 10.10. Installed Ruby with RVM

I installed ruby 1.9.2 via RVM as well as the webby and capistrano gems. Webby doesn't work with 1.9.2 so I backed up to ruby 1.8.7 via RVM set it to default and webby is better. When running cap ...
1
vote
3answers
327 views

Generating a static website from a set of content data (possibly with webgen, webby or a similar toolkit)

My company (an engineering firm) is looking to redesign their website with some dynamic content. We have a nice portfolio of projects that we'd like to present on our site by category. To elaborate, ...
1
vote
2answers
480 views

Changing the output directory of the resulting CSS file in Compass/Webby?

I want my resulting *.css file to land in the output/css directory instead of the stylesheets directory. How would I go about doing this? I've already tried: Compass.configuration do |config| ...
1
vote
1answer
461 views

How to include metadata in a template file?

I have a system that filters template files through erb. Using convention over configuration, the output files get created in a file hierarchy that mirrors the input files. Many of the files have ...
0
votes
1answer
71 views

Using Webby and Capistrano to Deploy

I have a very simple site using webby and capistrano. It is based off another site I help with, but in general I'm historically not a Linux or Ruby dude. Current Cap deploy pulls from my git hub ...
0
votes
1answer
46 views

What are the arguments/options for @pages.find() in Webby?

When using Webby to generate a static website, the content and layout are processed through erb. The program provides a '@pages' variable which contains information about all the pages being ...
0
votes
1answer
335 views

Webby-Compass Integration - equivelent config.rb file?

In the Compass screencast at 23:08 Chris Eppstein starts editing a file called config.rb, in his pure Compass project. Chris uses this file to configure relative path names in his images using the ...
0
votes
2answers
2k views

Using blueprint.sass in Webby/Compass Integration

I'm following an article here: http://gom-jabbar.org/articles/2009/02/04/don-t-use-css-or-table-layout-use-sass-ad-compass more specifically the section entitled "Concrete Example of using Compass ...
0
votes
4answers
314 views

When using Webby/Compass Integration what directory do the *.sass files go in?

I just setup Webby/Compass integration. (http://wiki.github.com/chriseppstein/compass/webby-integration) Where do I put my Compass/Sass source files, and in what directory do they get output as ...
0
votes
2answers
362 views

Using the basepath filter to re-write URLs in Webby?

Basepath Filter Rewriting? I'm trying to use the basepath filter in webby to rewrite all of the URLs in my project. The documentation on the basepath filter for Webby is a little bit "light" ...
0
votes
1answer
84 views

Page displays true after running command: 'webby'

So, I'm running though the webby tutorial and I get to the part where you run the webby command for the first time to generate the website in the /output directory. I do that, and next I'm told to ...
0
votes
2answers
599 views

Installing Webby on Ubuntu

I'm trying to install webby on Ubuntu ubuntu-8.10. So far I have installed Ruby 1.8, and RedCloth for Ruby 1.8. When I tried to install webby (using gem) I received the error: Error installing ...