Sha256: 3ff05fce133882ab503e25013db08f7c903c37dc48b2ca76085b801aaddd0514
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 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