1.0.1 • Published 5 years ago

@jiangtj/hexo-next-disqus-example v1.0.1

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
5 years ago

NexT Disqus Plugin

NexT

This is a example, please don't use it in produce env.

Use

# Duo to avoide occupied, I use myself scope.
# And anyone can push it to NexT npm?
yarn add @jiangtj/hexo-next-disqus-example
comments:
  type: disqus_same

Others is as same as disqus.

Debug

  1. Exec those cmd.
yarn link
hexo init example
cd example
git clone --branch comments git@github.com:JiangTJ/hexo-theme-next.git themes/next
yarn add @jiangtj/hexo-next-disqus-example
yarn link "@jiangtj/hexo-next-disqus-example"
  1. Modify hexo config.yml
theme: next
  1. Modify theme config.yml
comments:
  debug: true
  type: disqus_same
disqus:
  shortname: your-name