Sha256: a816065b2b249de765bbadae2e413d1abe71c2fc5a5f7027aeb87453ecbd3f01
Contents?: true
Size: 745 Bytes
Versions: 6
Compression:
Stored size: 745 Bytes
Contents
# middleman-generator-tag middleman-generator-tag is a plugin for Middleman. This plugin always insert '<meta name='generator' content="Middleman vX.X.X">` into html. ## Installation Add this line to your application's Gemfile: ```ruby gem 'middleman-generator-tag' ``` And then execute: $ bundle Or install it yourself as: $ gem install middleman-generator-tag ## Usage In config.rb: ```ruby activate :generator_tag ``` ## Contributing 1. Fork it ( https://github.com/yterajima/middleman-generator-tag/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
6 entries across 6 versions & 1 rubygems