Skip to content

lazarofl/hexo-local-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --save

And add this plugin in your _config.yml.

plugins:
  - hexo-local-image

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

Usage

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

About

Hexo local image plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%