Sha256: c4cbb339e562d65793a8eb6bfc9b68166d195c153e71c63a04cc1e16c4b51094

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# BlogKit configuration file
---

# ================ Visual settings ================

blog_name: 'Bottiger.org wrote'

# Show "Published By ..."
show_user_who_published: true

post_date_format: '%d/%m/%Y at %I:%M%p' # strftime format

# Enable gravatar support next to comments and posts
gravatar: false

# Allow people who are not logged in to post anonymous comments
anonymous_comments: true

# User Markdown for parsing posts
use_markdown: true

# Only enabled if you don't use markdown
# html_editor: true

layout: 'application'
admin_layout: 'application'

theme: 'mac_classic'

# Link to the default user path (/users/[id])
link_to_user: false

# Show line numbers next to code
show_link_numbers: false

# Akismet settings (spam filtering)
akismet_key: ''

# Blog URL - required for akismet
blog_url: 'http://bottiger.org/wrote'

# Image Uploading options - assume paperclip is installed
paperclip:
  path: ':rails_root/public/system/:attachment/:id/:style/:filename'
  
  # # S3 support
  # :storage: :s3
  # :s3_credentials: "config/s3.yml"
  # :path: ":attachment/:id/:style.:extension"
  
  
  # You can also override the image sizes for paperclip

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blog_basic-0.1.6 lib/generators/blog_basic/install/templates/blog_basic.yml