Sha256: 03d316903fed389c8750c50f5fd7ef9b13378e307a59dee5c1cd3e6ec158b937

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

require 'middleman-blog'

activate :blog do |blog|
  blog.sources            = 'blog/:year-:month-:day-:title.html'
  blog.permalink          = 'blog/:year-:month-:day-:title.html'
  blog.tag_template       = '/tag.html'
  blog.generate_tag_pages = false
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-blog-4.0.3 fixtures/tags-app/config-no-tags.rb
middleman-blog-4.0.2 fixtures/tags-app/config-no-tags.rb