Sha256: 0750f9e21015d432f6729544442fcf66037f41d4442990a9ab6179dacb84db96
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 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 end activate :directory_indexes
Version data entries
5 entries across 5 versions & 1 rubygems