Sha256: 0e686cfa3e8492142f2fa41a6798a5d347151ce53664940e9cb7e82a7416824a

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 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.2 fixtures/paginate-app/config-paginate-off.rb