Sha256: 2d5baa44cbb48cb62023dd24165c9df979ef08513309b3932b9999ea6a6c534c
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 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.rb |