blogs.yml
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
  2. default:
  3.   base_url: http://myblog.net
  4.   settings:
  5.     show_extended_on_rss: true
  6.     blog_name: test blog
  7.     title_prefix: 1
  8.     limit_article_display: 2
  9.     sp_url_limit: 3
  10.     use_gravatar: false
  11.     blog_subtitle: test subtitle
  12.     limit_rss_display: 10
  13.     ping_urls: |-
  14.       http://ping.example.com/ping
  15.       http://alsoping.example.com/rpc/ping
  16.     geourl_location: ""
  17.     default_allow_pings: false
  18.     send_outbound_pings: false
  19.     sp_global: true
  20.     default_allow_comments: true
  21.     email_from: scott@sigkill.org
  22.     theme: typographic
  23.     text_filter: textile
  24.     sp_article_auto_close: 300
  25.     link_to_author: false
  26.     comment_text_filter: markdown
  27.     permalink_format: /%year%/%month%/%day%/%title%