1.0.1 • Published 9 years ago

hexo-local-image-lazarus v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Introduction

This is a hexo tag plugin which allows you to embed an image stored on github pages.

Installation

To install, run the following command in the root directory of hexo:

npm install hexo-local-image-lazarus --save

And add this plugin in your _config.yml.

plugins:
  - hexo-local-image-lazarus

Make dir named images under source folder, And puts image in images folder.

Usage

{% limg imageName [class1,class2] [JSONImageAttibutes] %}
{% limage imageName [class1,class2] [JSONImageAttibutes] %}
1.0.1

9 years ago

1.0.0

9 years ago