Sha256: 8de34315e181cc0e2347f6f67886bf5d918af59ccd2058ff85c3bce45f68dbad
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# Sample plugin for Bridgetown _NOTE: This isn't a real plugin! Copy this sample code and use it to create your own Ruby gem!_ 😃 A Bridgetown plugin to [fill in the blank]… ## Installation Run this command to add this plugin to your site's Gemfile: ```shell $ bundle add my-awesome-plugin -g bridgetown_plugins ``` Or simply add this line to your Gemfile: ```ruby gem 'my-awesome-plugin', group: "bridgetown_plugins" ``` ## Usage The plugin will… ### Optional configuration options The plugin will automatically use any of the following metadata variables if they are present in your site's `_data/site_metadata.yml` file. … ## Testing * Run `bundle exec rspec` to run the test suite * Or run `script/cibuild` to validate with Rubocop and test with rspec together ## Contributing 1. Fork it (https://github.com/mygithub/my-awesome-plugin/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-sample-plugin-0.1.1 | README.md |
bridgetown-sample-plugin-0.1.0 | README.md |