etdiary_style.rb: tDiary style class for etDiary format.
Add this line to your tDiary's Gemfile.local:
gem 'tdiary-style-etdiary'
And then execute:
$ bundle
if you want to use this style, add @style into tdiary.conf below:
@style = 'etDiary'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request