Sha256: 1aac40ea60cebb73e2f671889cbf51c82157fca07969a68e532b9cbb3f534dd9
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
require 'middleman-blog' activate :blog do |blog| blog.sources = 'blog/:year-:month-:day-:title.html' blog.permalink = 'blog/:category/:title.html' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-4.0.3 | fixtures/custom-permalinks-app/config.rb |