bridgetownrb / bridgetown-view-component

Add support for GitHub's ViewComponent library to your Bridgetown sites.
MIT License
10 stars 1 forks source link
bridgetown bridgetown-plugin viewcomponent viewcomponents

ViewComponent for Bridgetown

Bridgetown + ViewComponent = :heart:

Install this plugin to enable ViewComponent support in your Bridgetown sites.

Documentation Here

Contributing

  1. Fork it (https://github.com/bridgetownrb/bridgetown-view-component/fork)
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request