Sha256: 4bc093e456171604d3c4ef8fb51bf987cb7eb90ca364414cbb9f815cb65031cd

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 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.filter       = proc { |article| !article.title.start_with?('Another') }
end

Version data entries

2 entries across 2 versions & 1 rubygems

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