/jekyll-template

An example of Jekyll's plugin project structure

Primary LanguageRubyMIT LicenseMIT

jekyll-template

Build Status

This repository contains an example of Jekyll's plugin project structure, with code examples from docs, and example configuration for Travis CI, which supports builds on multiple versions of Ruby. The content is compatibility with Jekyll's default conventions.

Contributing

  1. Fork it
  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 new Pull Request