An open API service indexing awesome lists of open source software.

https://github.com/boybeak/hexo-auto-photos

Extracte photos from article content to post.photos for Hexo.
https://github.com/boybeak/hexo-auto-photos

Last synced: 7 months ago
JSON representation

Extracte photos from article content to post.photos for Hexo.

Awesome Lists containing this project

README

          

# hexo-auto-photos
A Hexo plugin that extracts images from posts and automatically populates the 'photos' field.

## Installation
```bash
npm install hexo-auto-photos --save
```

## Configuration
```yml
hexo_auto_photos:
enable: true # enable the plugin or not
max: 5 # max count of photos, no limition if not set.
```