I use nice a site-generator on ruby nanoc (http://nanoc.stoneship.org/). I need to redefine the layout for rendering some pages. Maybe it can be determined directly in yaml config?

For example, I have some layout (my_layout.html), but I want to create several blank pages (with blank.html layout).

link|improve this question
feedback

1 Answer

This is in the doc.

You need to add layout 'blank' in the compile rule for the concerned pages.

link|improve this answer
I meant, how to do that without changing compile rule every time you need to do that? – Sanchosrancho Jan 10 '11 at 10:04
Well it depends how many pages and how you can name them... I guess you could pick a layout depending on some attribute of the page as well, similarly to this – Damien Pollet Jan 10 '11 at 13:49
Thank you, Damien! – Sanchosrancho Jan 10 '11 at 14:53
No problem. Can you edit your question so that it makes more sense to other readers with the same problem? – Damien Pollet Jan 10 '11 at 15:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.