Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hexo-image-caption

wayou107ISC0.1.1

add caption for images within posts

readme

hexo-image-caption

add caption for images within posts

build status dependency status

Installation

npm install --save hexo-image-caption

Usage

adding following section to your hexo site _config.yml file to enable and config plugin.

# add caption for iamges
image_caption:
  enable: true #false to disable
  class_name: #if you wanna customize the style for the caption,you can assign a class name, default is 'image-caption'

Credits

wayou

License

MIT