Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halo-sigs/plugin-unsplash
Unsplash plugin for Halo
https://github.com/halo-sigs/plugin-unsplash
halo halo-plugin unsplash
Last synced: 1 day ago
JSON representation
Unsplash plugin for Halo
- Host: GitHub
- URL: https://github.com/halo-sigs/plugin-unsplash
- Owner: halo-sigs
- License: gpl-3.0
- Created: 2022-08-24T09:09:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:55:15.000Z (about 2 months ago)
- Last Synced: 2024-09-15T17:13:46.905Z (about 2 months ago)
- Topics: halo, halo-plugin, unsplash
- Language: Vue
- Homepage: https://www.halo.run/store/apps/app-NRcGw
- Size: 10.7 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-halo - plugin-unsplash - Halo 2.0 的 Unsplash 插件,支持从 Unsplash 选择图片 (Halo 2.0 / 插件)
README
# plugin-unsplash
Halo 2.0 接入 [Unsplash](https://unsplash.com/) 的插件,支持从 Unsplash 选择或者转存图片。
![Screenshot](./screenshots/plugin-unsplash.png)
## 安装与使用
1. 进入 [Releases](https://github.com/halo-sigs/plugin-unsplash/releases) 下载最新版本的 JAR 文件。
2. 在 Halo 后台的插件管理上传 JAR 文件进行安装。
3. 启动该插件之后,需要在设置中配置 Unsplash 的 Access Key,详情可查阅:
4. 完成 Access Key 配置后,在后台任意位置选择附件的弹框中选择 Unsplash 选项卡,即可使用 Unsplash 的图片。## 声明
此插件所提供的内容均来自 [Unsplash](https://unsplash.com/)。
## 开发环境
```bash
git clone https://github.com/halo-sigs/plugin-unsplash
``````bash
cd path/to/plugin-unsplash
``````bash
./gradlew build
```修改 Halo 配置文件:
```yaml
halo:
plugin:
runtime-mode: development
classes-directories:
- "build/classes"
- "build/resources"
lib-directories:
- "libs"
fixedPluginPath:
- "/path/to/plugin-unsplash"
```