Sha256: b4f1a537884b7bfb25c8dccd4ea361f7316084375a08654f50b41ec5fc6d8731

Contents?: true

Size: 1.25 KB

Versions: 6

Compression:

Stored size: 1.25 KB

Contents

# -----------------------------------------------
#  Frank settings:
#
#  These settings will apply to this project only.
#  If you would like to use this project as a
#  template for new projects, just copy this
#  project folder to `~/.frank` and it will be
#  duplicated for you every time you run the
# `frank` command.
#
#  Feel free to trash all these comments, too.
#


# ----------------------
#  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

# ----------------------
#  Templates:
#
# 'layouts' is a list of layouts to use, where
# 'name' is the filename (without extension).
#  You can also use multiple layouts, and limit
#  their scopes like so:
#      - name: blog_layout
#        only: [blog]
#      - name: normal
#        not: [blog, ajax]
templates:
    layouts:
        - name: layout

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
frank-0.2.6 lib/template/settings.yml
frank-0.2.5 lib/template/settings.yml
frank-0.2.4 lib/template/settings.yml
frank-0.2.3 lib/template/settings.yml
frank-0.2.2 lib/template/settings.yml
frank-0.2.1 lib/template/settings.yml