https://github.com/timnew/hexo_disqus_migrator
A tool that help blogger to generate disqus url mapper csv
https://github.com/timnew/hexo_disqus_migrator
Last synced: 7 months ago
JSON representation
A tool that help blogger to generate disqus url mapper csv
- Host: GitHub
- URL: https://github.com/timnew/hexo_disqus_migrator
- Owner: timnew
- License: mit
- Created: 2014-08-20T17:19:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T17:59:09.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T06:24:48.924Z (over 1 year ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hexo_disqus_migrator [![Gem version][gem-image]][gem-url] [![Dependency Status][depstat-image]][depstat-url]
===============
> [hexo_disqus_migrator] is a tool that help blogger to generate [Disqus Url Mapper] for your [Hexo] or [Octopress] blog
## Installation
Add this line to your application's Gemfile:
gem 'hexo_disqus_migrator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hexo_disqus_migrator
## Usage
$ disqus_migrator post_links.csv
For more detail about Disqus comments migartion, read [Disqus Url Mapper] document.
For more detail about the tool, check out built-in help
$ disqus_migrator help
## 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
## License
MIT
[![Gem downloads][gem-downloads]][gem-url]
[gem-image]: http://img.shields.io/gem/v/hexo_disqus_migrator.svg?style=flat
[gem-url]: http://rubygems.org/gems/hexo_disqus_migrator
[gem-downloads]: http://img.shields.io/gem/dtv/hexo_disqus_migrator.svg?style=flat
[depstat-url]: https://gemnasium.com/timnew/hexo_disqus_migrator
[depstat-image]: http://img.shields.io/gemnasium/timnew/hexo_disqus_migrator.svg?style=flat
[hexo_disqus_migrator]: https://github.com/timnew/hexo_disqus_migrator
[Disqus Url Mapper]: https://help.disqus.com/customer/portal/articles/912757-url-mapper
[Hexo]: http://hexo.io/
[Octopress]: http://octopress.org/