Home

Awesome

halo-plugin-sitepush

Halo 2.x 搜索引擎主动推送插件

功能简介

该插件可将站点内文章模块、页面模块的链接,推送至各大搜索引擎收录平台

功能特性

当前支持的收录平台:

安装方式

使用说明

插件截图

配置说明

参与开发

插件开发的详细文档请查阅:https://docs.halo.run/developer-guide/plugin/hello-world

git clone https://github.com/Stonewuu/halo-plugin-sitepush.git

# 或者当你 fork 之后

git clone https://github.com/{your_github_id}/halo-plugin-sitepush.git
cd path/to/halo-plugin-sitepush
# macOS / Linux
./gradlew build

# Windows
./gradlew.bat build

修改 Halo 配置文件:

halo:
  plugin:
    runtime-mode: development
    fixedPluginPath:
      - "/path/to/halo-plugin-sitepush"