hexo_disqus_migrator is a tool that help blogger to generate Disqus Url Mapper for your Hexo or Octopress blog
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
$ 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
- 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
MIT