Hikkoshi::Ghost
Hikkoshi support for Ghost.
$ gem install hikkoshi-ghost
Usage
TODO: Write usage instructions here
Known Issues
- Ghost does not currently support Table syntax in Markdown. These tables will be downgraded to HTML and the original Markdown source will be embedded below the HTML within HTML comments.
- Although Ghost support multiple-users, only single-user is supported.
Contributing
- Fork it ( https://github.com/[my-github-username]/hikkoshi-ghost/fork )
- 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 a new Pull Request
Credits
The concept of this tool was from evilsocket/octoghost. I re-built it in Ruby and added some features for me. Thank you, Simone Margaritelli!