Sha256: bbc83f3d2127472765249dc5ea077606ce057d942a86c7153d6d94fd06f2f336
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.rb |