packages feed

Yablog-0.2.0: config/settings.yml

Default: &defaults
  host: "*4"
  port: 3000
  approot: "http://localhost:3000"
  copyright: Insert copyright here
  title: "My Great Blog"
  admins: ["konn.jinro@gmail.com"]
  # specify users' idents who can write articles.
  # For example, for Gmail or BrowserId, email-address must be used.
  description: "This is my tiny little blog."
  # analytics: PUT-UA-CODEHERE
  # amazon-associate: amazon-associate-code
  markup: markdown # default markup language
  #hatenastar: "" # hatenastar-id
  admin-mail: "email@example.com" # admin mail
  # google-cse: "" # ids for google cse
  # recaptcha-public-key: "" # recaptcha public key
  # recaptcha-private-key: "" # recaptcha private key

Development:
  port: 3000
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  approot: "http://www.example.com"
  <<: *defaults