Home

Awesome

plugin-douban

致谢

该插件是从WP-Douban插件进行重构的。对贡献者表示感谢。

使用方式

📃文档

https://docs.kunkunyu.com/docs/plugin-douban

开发环境

git clone git@github.com:chengzhongxue/plugin-douban.git

# 或者当你 fork 之后

git clone git@github.com:{your_github_id}/plugin-douban.git
cd path/to/plugin-douban
# macOS / Linux
./gradlew pnpmInstall

# Windows
./gradlew.bat pnpmInstall
# macOS / Linux
./gradlew haloServer

# Windows
./gradlew.bat haloServer
# macOS / Linux
./gradlew build

# Windows
./gradlew.bat build

修改 Halo 配置文件:

halo:
  plugin:
    runtime-mode: development
    classes-directories:
      - "build/classes"
      - "build/resources"
    lib-directories:
      - "libs"
    fixedPluginPath:
      - "/path/to/plugin-douban"