Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ruby nanoc (http://nanoc.stoneship.org/) でサイトジェネレーターを使用しています。一部のページをレンダリングするためにレイアウトを再定義する必要があります。たぶん、yaml config で直接決定できますか?
たとえば、いくつかのレイアウト ( my_layout.html) がありますが、複数の空白ページ (レイアウトあり) を作成したいと考えていますblank.html。
my_layout.html
blank.html
これはドキュメントにあります。
layout 'blank'関連するページのcompileルールを追加する必要があります。
layout 'blank'
compile