# plugin-feed **Repository Path**: halo-sigs/plugin-feed ## Basic Information - **Project Name**: plugin-feed - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-13 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugin-feed Halo 2.0 的 RSS 订阅链接生成插件 ## 开发环境 ```bash git clone git@github.com:halo-sigs/plugin-feed.git # 或者当你 fork 之后 git clone git@github.com:{your_github_id}/plugin-feed.git ``` ```bash cd path/to/plugin-feed ``` ```bash # macOS / Linux ./gradlew build # Windows ./gradlew.bat build ``` 修改 Halo 配置文件: ```yaml halo: plugin: runtime-mode: development classes-directories: - "build/classes" - "build/resources" lib-directories: - "libs" fixedPluginPath: - "/path/to/plugin-feed" ``` ## 使用方式 1. 在 [Releases](https://github.com/halo-sigs/plugin-feed/releases) 下载最新的 JAR 文件。 2. 在 Halo 后台的插件管理上传 JAR 文件进行安装。 目前提供了以下订阅链接类型: 1. 全站订阅:`/feed.xml` 或者 `/rss.xml` 2. 按照分类订阅(可以在插件设置中关闭):`/feed/categories/{slug}.xml` 3. 按照作者订阅(可以在插件设置中关闭):`/feed/authors/{name}.xml`