Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

13g10n/hexo-picture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo Picture

hexo-picture is a plugin for Hexo static site generator that adds new picture tag for responsive images that allows you to save user's traffic and speed up page loading.

Installation

$ npm install --save hexo-picture

Usage

{% picture [classes] slug [alt] %}

Examples

{% picture mountains.jpg "Stunning mountains picture" %}
{% picture rounded float-left "Stunning mountains.jpg" %}

License

MIT