packages feed

Yablog-0.0.1.1: config/settings.yml

Default: &defaults
  host: "127.0.0.1"
  port: 3000
  copyright: Insert copyright here
  title: "My Great Blog"
  admins: [] # 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

Development:
  port: 3000
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  approot: "http://localhost:3000"
  <<: *defaults