@jiangtj/hexo-next-disqus-example

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @jiangtj/hexo-next-disqus-example

Weekly Downloads

0

Version

1.0.1

License

LGPL-3.0

Unpacked Size

4.6 kB

Total Files

8

Last publish

Collaborators

  • jiangtj