Sha256: 7eebd57ac71766c76659f9efaec8eba5ef9b7d81b8f7f75c90e654d25d98f383
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
env: test # ---------------------- # Server settings: # # Change the server host/port to bind rack to. # 'server' can be any Rack-supported server, e.g. # Mongrel, Thin, WEBrick # server: handler: mongrel hostname: 0.0.0.0 port: 3601 # ---------------------- # Static folder: # # All files in this folder will be served up # directly, without interpretation # static_folder: static # ---------------------- # Dynamic folder: # # Frank will try to interpret any of the files # in this folder based on their extension # dynamic_folder: dynamic # ---------------------- # Layouts folder: # # Frank will look for layouts in this folder # the default layout is `default' # it respects nested layouts that correspond to nested # folders in the `dynamic_folder' # for example: a template: `dynamic_folder/blog/a-blog-post.haml' # would look for a layout: `layouts/blog/default.haml' # and if not found use the default: `layouts/default.haml' # # Frank also supports defining layouts on an # individual template basis using meta data # you can do this by defining a meta field `layout: my_layout.haml' # layouts_folder: layouts
Version data entries
5 entries across 5 versions & 1 rubygems