Sha256: 3983e1b03639715ae78e50bf6b513c0466dca275e1399639bd9d51b4e31cb676
Contents?: true
Size: 300 Bytes
Versions: 9
Compression:
Stored size: 300 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
Version data entries
9 entries across 9 versions & 1 rubygems