Sha256: 7f57bb8cad3546803270311149ebdf16f02522186c39d4eea7722b8ff509b25f

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 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

1 entries across 1 versions & 1 rubygems

Version Path
middleman-blog-4.0.3 fixtures/paginate-app/config-paginate-off.rb