0.1.1 • Published 8 years ago

hexo-image-caption v0.1.1

Weekly downloads
9
License
ISC
Repository
github
Last release
8 years ago

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