Sha256: c6f1042fb301f510f89f58a7e2e338fdcfdcc3b2c0dbb633aaa3eb418a5e0def

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

activate :blog do |blog|
  blog.sources           = "blog/:year-:month-:day-:title.html"
  blog.permalink         = "blog/:year-:month-:day-:title.html"
  blog.calendar_template = 'calendar.html'
  blog.tag_template      = 'tag.html'
  blog.paginate          = true
  blog.per_page          = 5

  blog.custom_collections = {
    :category => {
      :link     => '/categories/:category.html',
      :template => '/category.html'
    }
  }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-blog-4.0.1 fixtures/paginate-app/config.rb
middleman-blog-4.0.0 fixtures/paginate-app/config.rb
middleman-blog-3.6.0.beta.2 fixtures/paginate-app/config.rb