0.01
No commit activity in last 3 years
No release in over 3 years
Github-flavored emoji plugin for Middleman.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7.4
>= 1.5
~> 2.5.0
>= 1.3
>= 10
>= 3.0

Runtime

>= 2.1
>= 4.0
 Project Readme

middleman-gemoji

Build Status Gem Version

middleman-gemoji is Github-flavored emoji plugin for Middleman.

Installation

gem 'middleman-gemoji'

And then execute:

$ bundle

Or install it yourself as:

$ gem install middleman-gemoji

You can download emoji files from gemoji with bundler:

$ bundle exec middleman gemoji --path images/emoji

You can choose destination path with --path or -p option (default is 'images/emoji').

Usage

In config.rb:

activate :gemoji

Or with options:

activate :gemoji, :size => 20, :style => "vertical-align: middlele", :emoji_dir => "images/emoji"

Then you can use emoji in your template.

Contributing

  1. Fork it ( https://github.com/yterajima/middleman-gemoji/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