metalsmith-scan-images

0.0.1 • Public • Published

Metalsmith Scan Images

A metalsmith plugin that scan all images in subfolders and add it to metadata.

Install

npm install --save metalsmith-scan-images

API

var Metalsmith = require('metalsmith');
var paths = require('metalsmith-paths');
 
var metalsmith = new Metalsmith(__dirname)
  .use(paths( 'content/projects/**/*.md' ));

/metalsmith-scan-images/

    Package Sidebar

    Install

    npm i metalsmith-scan-images

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • clemsos