老方法(已过时)

hexo 组件下载

1
npm install hexo-douban --save

hexo 配置文件修改

1
2
3
4
5
6
7
8
9
10
11
12
13
douban:
user: XXXXXXX # 豆瓣ID
builtin: false # 选择是否有主题渲染
book:
title: 'This is my book title' # 可修改
quote: 'This is my book quote' # 可修改
movie:
title: 'This is my movie title'
quote: 'This is my movie quote'
game:
title: 'This is my game title'
quote: 'This is my game quote'
timeout: 10000

hexo 生成

修改【package.json】文件,快速集成 npm run server/deploy

需要注意的是,豆瓣组件只有在 node.js 的版本是 12.18.0 时,运行才能成功。

现方法

参考 mythsman/hexo-douban: a Hexo plugin that helps you generate content for Douban books, movies, music, and games. (github.com)

注意事项

  • 必须要更新 node js ,不然会报错
  • 配置格式需要按照新版写法(包括页面地址的写法 path: xxx/indel.html
  • 豆瓣页面不需要自己创建(如果配置过,可以不用改动)